|
1 | 1 | { |
2 | 2 | "name": "@nosferatu500/react-sortable-tree", |
3 | | - "version": "4.0.0-beta.1", |
| 3 | + "version": "4.0.0-beta.2", |
4 | 4 | "description": "Drag-and-drop sortable component for nested data and hierarchies", |
5 | 5 | "main": "./index.js", |
6 | 6 | "types": "./index.d.ts", |
|
126 | 126 | "prop-types": "^15.7.2", |
127 | 127 | "react-dnd": "^14.0.4", |
128 | 128 | "react-dnd-html5-backend": "^14.0.2", |
129 | | - "react-virtuoso": "^2.2.1" |
| 129 | + "react-virtuoso": "^2.2.2" |
130 | 130 | }, |
131 | 131 | "devDependencies": { |
132 | | - "@babel/core": "^7.15.5", |
133 | | - "@babel/eslint-parser": "^7.15.7", |
| 132 | + "@babel/core": "^7.15.8", |
| 133 | + "@babel/eslint-parser": "^7.15.8", |
134 | 134 | "@babel/helper-module-imports": "^7.15.4", |
135 | 135 | "@babel/plugin-transform-react-jsx": "^7.14.9", |
136 | | - "@babel/preset-env": "^7.15.6", |
| 136 | + "@babel/preset-env": "^7.15.8", |
137 | 137 | "@babel/types": "^7.15.6", |
138 | | - "@nosferatu500/theme-file-explorer": "^3.0.6", |
| 138 | + "@nosferatu500/theme-file-explorer": "^3.0.9", |
139 | 139 | "@rollup/plugin-babel": "^5.3.0", |
140 | 140 | "@rollup/plugin-node-resolve": "^13.0.5", |
141 | 141 | "@rollup/plugin-typescript": "^8.2.5", |
142 | | - "@storybook/addon-storyshots": "^6.3.9", |
143 | | - "@storybook/addons": "^6.3.9", |
144 | | - "@storybook/react": "^6.3.9", |
145 | | - "@storybook/theming": "^6.3.9", |
146 | | - "@testing-library/react": "^12.1.1", |
| 142 | + "@storybook/addon-storyshots": "^6.3.11", |
| 143 | + "@storybook/addons": "^6.3.11", |
| 144 | + "@storybook/react": "^6.3.11", |
| 145 | + "@storybook/theming": "^6.3.11", |
| 146 | + "@testing-library/react": "^12.1.2", |
147 | 147 | "@types/babel-plugin-macros": "^2.8.5", |
148 | 148 | "@types/enzyme": "^3.10.9", |
149 | 149 | "@types/jest": "^27.0.2", |
150 | 150 | "@types/lodash.isequal": "^4.5.5", |
151 | | - "@types/react": "^17.0.26", |
| 151 | + "@types/react": "^17.0.29", |
152 | 152 | "@types/react-dom": "^17.0.9", |
153 | 153 | "@types/react-test-renderer": "^17.0.1", |
154 | | - "@typescript-eslint/eslint-plugin": "^4.32.0", |
155 | | - "@typescript-eslint/parser": "^4.32.0", |
| 154 | + "@typescript-eslint/eslint-plugin": "^5.0.0", |
| 155 | + "@typescript-eslint/parser": "^5.0.0", |
156 | 156 | "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", |
157 | 157 | "acorn-jsx": "^5.3.2", |
158 | 158 | "babel-plugin-macros": "^3.1.0", |
159 | 159 | "babel-plugin-tester": "^10.1.0", |
160 | 160 | "enzyme": "^3.11.0", |
161 | | - "esbuild": "^0.13.3", |
162 | | - "eslint": "^7.32.0", |
| 161 | + "esbuild": "^0.13.6", |
| 162 | + "eslint": "^8.0.1", |
163 | 163 | "eslint-config-prettier": "^8.3.0", |
164 | | - "eslint-plugin-import": "^2.24.2", |
165 | | - "eslint-plugin-jest": "^24.5.0", |
| 164 | + "eslint-plugin-import": "^2.25.2", |
| 165 | + "eslint-plugin-jest": "^25.0.5", |
166 | 166 | "eslint-plugin-prettier": "^4.0.0", |
167 | 167 | "eslint-plugin-react": "^7.26.1", |
168 | | - "jest": "^27.2.4", |
| 168 | + "jest": "^27.2.5", |
169 | 169 | "jest-enzyme": "^7.1.2", |
170 | 170 | "json": "^11.0.0", |
171 | | - "postcss": "^8.3.8", |
| 171 | + "postcss": "^8.3.9", |
172 | 172 | "prettier": "^2.4.1", |
173 | 173 | "react": "^17.0.2", |
174 | 174 | "react-dnd-test-backend": "^14.0.1", |
|
182 | 182 | "shx": "^0.3.3", |
183 | 183 | "ts-jest": "^27.0.5", |
184 | 184 | "tslib": "^2.3.1", |
185 | | - "typescript": "^4.4.3" |
| 185 | + "typescript": "^4.4.4" |
186 | 186 | }, |
187 | 187 | "peerDependencies": { |
188 | | - "react": ">=17.0.0", |
189 | | - "react-dnd": ">=14.0.0", |
190 | | - "react-dom": ">=17.0.0" |
| 188 | + "react": ">=17.0.2", |
| 189 | + "react-dnd": ">=14.0.4", |
| 190 | + "react-dom": ">=17.0.2" |
191 | 191 | }, |
192 | 192 | "browserslist": { |
193 | 193 | "production": [ |
|
0 commit comments