|
1 | 1 | { |
2 | 2 | "name": "@nosferatu500/react-sortable-tree", |
3 | | - "version": "4.0.0-beta.4", |
| 3 | + "version": "4.0.0-beta.7", |
4 | 4 | "description": "Drag-and-drop sortable component for nested data and hierarchies", |
5 | 5 | "main": "./index.js", |
6 | 6 | "types": "./index.d.ts", |
|
121 | 121 | ] |
122 | 122 | }, |
123 | 123 | "dependencies": { |
124 | | - "@nosferatu500/react-dnd-scrollzone": "^2.0.2", |
| 124 | + "@nosferatu500/react-dnd-scrollzone": "^2.0.4", |
125 | 125 | "lodash.isequal": "^4.5.0", |
126 | 126 | "prop-types": "^15.7.2", |
127 | 127 | "react-dnd": "^14.0.4", |
|
135 | 135 | "@babel/plugin-transform-react-jsx": "^7.14.9", |
136 | 136 | "@babel/preset-env": "^7.15.8", |
137 | 137 | "@babel/types": "^7.15.6", |
| 138 | + "@nosferatu500/theme-file-explorer": "^3.0.10", |
138 | 139 | "@rollup/plugin-babel": "^5.3.0", |
139 | 140 | "@rollup/plugin-node-resolve": "^13.0.5", |
140 | 141 | "@rollup/plugin-typescript": "^8.2.5", |
|
147 | 148 | "@types/enzyme": "^3.10.9", |
148 | 149 | "@types/jest": "^27.0.2", |
149 | 150 | "@types/lodash.isequal": "^4.5.5", |
150 | | - "@types/react": "^17.0.29", |
| 151 | + "@types/react": "^17.0.30", |
151 | 152 | "@types/react-dom": "^17.0.9", |
152 | 153 | "@types/react-test-renderer": "^17.0.1", |
153 | 154 | "@typescript-eslint/eslint-plugin": "^5.0.0", |
|
161 | 162 | "eslint": "^8.0.1", |
162 | 163 | "eslint-config-prettier": "^8.3.0", |
163 | 164 | "eslint-plugin-import": "^2.25.2", |
164 | | - "eslint-plugin-jest": "^25.0.6", |
| 165 | + "eslint-plugin-jest": "^25.2.0", |
165 | 166 | "eslint-plugin-prettier": "^4.0.0", |
166 | 167 | "eslint-plugin-react": "^7.26.1", |
167 | 168 | "jest": "^27.2.5", |
|
179 | 180 | "rollup-plugin-esbuild": "^4.5.0", |
180 | 181 | "rollup-plugin-postcss": "^4.0.1", |
181 | 182 | "shx": "^0.3.3", |
182 | | - "ts-jest": "^27.0.5", |
| 183 | + "ts-jest": "^27.0.6", |
183 | 184 | "tslib": "^2.3.1", |
184 | 185 | "typescript": "^4.4.4" |
185 | 186 | }, |
|
0 commit comments