|
1 | 1 | {
|
2 | 2 | "name": "@nosferatu500/react-sortable-tree",
|
3 |
| - "version": "4.0.0-beta.10", |
| 3 | + "version": "4.0.0-beta.11", |
4 | 4 | "description": "Drag-and-drop sortable component for nested data and hierarchies",
|
5 | 5 | "main": "./index.js",
|
6 | 6 | "types": "./index.d.ts",
|
|
125 | 125 | "lodash.isequal": "^4.5.0",
|
126 | 126 | "react-dnd": "^14.0.4",
|
127 | 127 | "react-dnd-html5-backend": "^14.0.2",
|
128 |
| - "react-virtuoso": "^2.2.2" |
| 128 | + "react-virtuoso": "^2.2.4" |
129 | 129 | },
|
130 | 130 | "devDependencies": {
|
131 | 131 | "@babel/core": "^7.15.8",
|
|
136 | 136 | "@babel/types": "^7.15.6",
|
137 | 137 | "@nosferatu500/theme-file-explorer": "^3.0.10",
|
138 | 138 | "@rollup/plugin-babel": "^5.3.0",
|
139 |
| - "@rollup/plugin-node-resolve": "^13.0.5", |
| 139 | + "@rollup/plugin-node-resolve": "^13.0.6", |
140 | 140 | "@rollup/plugin-typescript": "^8.3.0",
|
141 | 141 | "@storybook/addon-storyshots": "^6.3.12",
|
142 | 142 | "@storybook/addons": "^6.3.12",
|
143 | 143 | "@storybook/react": "^6.3.12",
|
144 | 144 | "@storybook/theming": "^6.3.12",
|
145 | 145 | "@testing-library/react": "^12.1.2",
|
146 | 146 | "@types/babel-plugin-macros": "^2.8.5",
|
147 |
| - "@types/enzyme": "^3.10.9", |
| 147 | + "@types/enzyme": "^3.10.10", |
148 | 148 | "@types/jest": "^27.0.2",
|
149 | 149 | "@types/lodash.isequal": "^4.5.5",
|
150 |
| - "@types/react": "^17.0.30", |
151 |
| - "@types/react-dom": "^17.0.9", |
| 150 | + "@types/react": "^17.0.32", |
| 151 | + "@types/react-dom": "^17.0.10", |
152 | 152 | "@types/react-test-renderer": "^17.0.1",
|
153 |
| - "@typescript-eslint/eslint-plugin": "^5.0.0", |
154 |
| - "@typescript-eslint/parser": "^5.0.0", |
155 |
| - "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", |
| 153 | + "@typescript-eslint/eslint-plugin": "^5.1.0", |
| 154 | + "@typescript-eslint/parser": "^5.1.0", |
| 155 | + "@wojtekmaj/enzyme-adapter-react-17": "^0.6.5", |
156 | 156 | "acorn-jsx": "^5.3.2",
|
157 | 157 | "babel-plugin-macros": "^3.1.0",
|
158 | 158 | "babel-plugin-tester": "^10.1.0",
|
159 | 159 | "enzyme": "^3.11.0",
|
160 |
| - "esbuild": "^0.13.7", |
161 |
| - "eslint": "^8.0.1", |
| 160 | + "esbuild": "^0.13.9", |
| 161 | + "eslint": "^8.1.0", |
162 | 162 | "eslint-config-prettier": "^8.3.0",
|
163 | 163 | "eslint-plugin-import": "^2.25.2",
|
164 |
| - "eslint-plugin-jest": "^25.2.1", |
| 164 | + "eslint-plugin-jest": "^25.2.2", |
165 | 165 | "eslint-plugin-prettier": "^4.0.0",
|
166 | 166 | "eslint-plugin-react": "^7.26.1",
|
167 |
| - "jest": "^27.2.5", |
| 167 | + "jest": "^27.3.1", |
168 | 168 | "jest-enzyme": "^7.1.2",
|
169 | 169 | "json": "^11.0.0",
|
170 | 170 | "prop-types": "^15.7.2",
|
171 |
| - "postcss": "^8.3.9", |
| 171 | + "postcss": "^8.3.11", |
172 | 172 | "prettier": "^2.4.1",
|
173 | 173 | "react": "^17.0.2",
|
174 | 174 | "react-dnd-test-backend": "^14.0.1",
|
|
180 | 180 | "rollup-plugin-esbuild": "^4.6.0",
|
181 | 181 | "rollup-plugin-postcss": "^4.0.1",
|
182 | 182 | "shx": "^0.3.3",
|
183 |
| - "ts-jest": "^27.0.6", |
| 183 | + "ts-jest": "^27.0.7", |
184 | 184 | "tslib": "^2.3.1",
|
185 | 185 | "typescript": "^4.4.4"
|
186 | 186 | },
|
|
0 commit comments