|
1 | 1 | { |
2 | 2 | "name": "@nosferatu500/react-sortable-tree", |
3 | | - "version": "4.2.2", |
| 3 | + "version": "4.3.0", |
4 | 4 | "description": "Drag-and-drop sortable component for nested data and hierarchies", |
5 | 5 | "main": "./index.js", |
6 | 6 | "module": "./esm/index.js", |
|
70 | 70 | "lodash.isequal": "^4.5.0", |
71 | 71 | "react-dnd": "14.0.4", |
72 | 72 | "react-dnd-html5-backend": "^14.1.0", |
73 | | - "react-virtuoso": "^2.19.1" |
| 73 | + "react-virtuoso": "^4.1.0" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@babel/core": "^7.20.12", |
| 76 | + "@babel/core": "^7.21.0", |
77 | 77 | "@babel/eslint-parser": "^7.19.1", |
78 | 78 | "@babel/helper-module-imports": "^7.18.6", |
79 | | - "@babel/plugin-transform-react-jsx": "^7.20.13", |
| 79 | + "@babel/plugin-transform-react-jsx": "^7.21.0", |
80 | 80 | "@babel/preset-env": "^7.20.2", |
81 | | - "@babel/types": "^7.20.7", |
82 | | - "@rollup/plugin-babel": "^5.3.1", |
83 | | - "@rollup/plugin-node-resolve": "^14.1.0", |
84 | | - "@rollup/plugin-typescript": "^8.5.0", |
| 81 | + "@babel/types": "^7.21.2", |
| 82 | + "@rollup/plugin-babel": "^6.0.3", |
| 83 | + "@rollup/plugin-node-resolve": "^15.0.1", |
| 84 | + "@rollup/plugin-typescript": "^11.0.0", |
85 | 85 | "@storybook/addon-postcss": "^2.0.0", |
86 | 86 | "@storybook/addons": "^6.5.16", |
87 | 87 | "@storybook/react": "^6.5.16", |
88 | 88 | "@storybook/theming": "^6.5.16", |
89 | | - "@types/babel-plugin-macros": "^2.8.5", |
| 89 | + "@types/babel-plugin-macros": "^3.1.0", |
90 | 90 | "@types/lodash.isequal": "^4.5.6", |
91 | 91 | "@types/react": "^16.14.35", |
92 | | - "@types/react-dom": "^17.0.18", |
93 | | - "@typescript-eslint/eslint-plugin": "^5.50.0", |
94 | | - "@typescript-eslint/parser": "^5.50.0", |
| 92 | + "@types/react-dom": "^17.0.19", |
| 93 | + "@typescript-eslint/eslint-plugin": "^5.54.0", |
| 94 | + "@typescript-eslint/parser": "^5.54.0", |
95 | 95 | "acorn-jsx": "^5.3.2", |
96 | 96 | "autoprefixer": "^10.4.13", |
97 | 97 | "babel-plugin-macros": "^3.1.0", |
98 | | - "esbuild": "^0.17.5", |
99 | | - "eslint": "^8.33.0", |
| 98 | + "esbuild": "^0.17.10", |
| 99 | + "eslint": "^8.35.0", |
100 | 100 | "eslint-config-airbnb": "^19.0.4", |
101 | 101 | "eslint-config-airbnb-typescript": "^17.0.0", |
102 | 102 | "eslint-config-prettier": "^8.6.0", |
|
108 | 108 | "eslint-plugin-react": "^7.32.2", |
109 | 109 | "eslint-plugin-react-hooks": "^4.6.0", |
110 | 110 | "eslint-plugin-sonarjs": "^0.18.0", |
111 | | - "eslint-plugin-storybook": "^0.6.10", |
| 111 | + "eslint-plugin-storybook": "^0.6.11", |
112 | 112 | "eslint-plugin-unicorn": "^45.0.2", |
113 | 113 | "json": "^11.0.0", |
114 | 114 | "postcss": "^8.4.21", |
115 | | - "prettier": "^2.8.3", |
| 115 | + "prettier": "^2.8.4", |
116 | 116 | "prop-types": "^15.8.1", |
117 | 117 | "react": "^17.0.2", |
118 | 118 | "react-dnd-touch-backend": "^14.1.1", |
119 | 119 | "react-dom": "^17.0.2", |
120 | | - "rimraf": "^4.1.2", |
121 | | - "rollup": "^2.79.1", |
122 | | - "rollup-plugin-esbuild": "^4.10.3", |
| 120 | + "rimraf": "^4.2.0", |
| 121 | + "rollup": "^3.18.0", |
| 122 | + "rollup-plugin-esbuild": "^5.0.0", |
123 | 123 | "rollup-plugin-postcss": "^4.0.2", |
124 | 124 | "shx": "^0.3.4", |
125 | 125 | "tslib": "^2.5.0", |
126 | 126 | "typescript": "^4.9.5" |
127 | 127 | }, |
128 | 128 | "peerDependencies": { |
129 | | - "react": ">=17.0.2", |
| 129 | + "react": "^17.0.0 || ^18.0.0", |
130 | 130 | "react-dnd": "14.0.4", |
131 | | - "react-dom": ">=17.0.2" |
| 131 | + "react-dom": "^17.0.0 || ^18.0.0" |
132 | 132 | }, |
133 | 133 | "browserslist": { |
134 | 134 | "production": [ |
|
0 commit comments