|
1 | 1 | { |
2 | 2 | "name": "@nosferatu500/react-sortable-tree", |
3 | | - "version": "4.0.0-beta.0", |
| 3 | + "version": "4.0.0-beta.1", |
4 | 4 | "description": "Drag-and-drop sortable component for nested data and hierarchies", |
5 | 5 | "main": "./index.js", |
6 | 6 | "types": "./index.d.ts", |
|
39 | 39 | "semi": false, |
40 | 40 | "trailingComma": "es5", |
41 | 41 | "singleQuote": true, |
42 | | - "jsxBracketSameLine": true, |
| 42 | + "bracketSameLine": true, |
43 | 43 | "tabWidth": 2, |
44 | 44 | "printWidth": 80 |
45 | 45 | }, |
|
118 | 118 | ] |
119 | 119 | }, |
120 | 120 | "dependencies": { |
121 | | - "@nosferatu500/react-dnd-scrollzone": "^2.0.0", |
| 121 | + "@nosferatu500/react-dnd-scrollzone": "^2.0.2", |
122 | 122 | "lodash.isequal": "^4.5.0", |
123 | 123 | "prop-types": "^15.7.2", |
124 | 124 | "react-dnd": "^14.0.3", |
|
131 | 131 | "@babel/eslint-parser": "^7.15.4", |
132 | 132 | "@babel/helper-module-imports": "^7.15.4", |
133 | 133 | "@babel/plugin-transform-react-jsx": "^7.14.9", |
134 | | - "@babel/preset-env": "^7.15.4", |
135 | | - "@babel/types": "^7.15.4", |
| 134 | + "@babel/preset-env": "^7.15.6", |
| 135 | + "@babel/types": "^7.15.6", |
136 | 136 | "@nosferatu500/theme-file-explorer": "^3.0.6", |
137 | 137 | "@rollup/plugin-babel": "^5.3.0", |
138 | 138 | "@rollup/plugin-node-resolve": "^13.0.4", |
|
141 | 141 | "@storybook/addons": "^6.3.8", |
142 | 142 | "@storybook/react": "^6.3.8", |
143 | 143 | "@storybook/theming": "^6.3.8", |
144 | | - "@testing-library/react": "^12.0.0", |
| 144 | + "@testing-library/react": "^12.1.0", |
145 | 145 | "@types/babel-plugin-macros": "^2.8.5", |
146 | 146 | "@types/enzyme": "^3.10.9", |
147 | 147 | "@types/jest": "^27.0.1", |
|
151 | 151 | "@types/react-lifecycles-compat": "^3.0.1", |
152 | 152 | "@types/react-test-renderer": "^17.0.1", |
153 | 153 | "@types/react-virtualized": "^9.21.13", |
154 | | - "@typescript-eslint/eslint-plugin": "^4.30.0", |
155 | | - "@typescript-eslint/parser": "^4.30.0", |
| 154 | + "@typescript-eslint/eslint-plugin": "^4.31.0", |
| 155 | + "@typescript-eslint/parser": "^4.31.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.12.25", |
| 161 | + "esbuild": "^0.12.26", |
162 | 162 | "eslint": "^7.32.0", |
163 | 163 | "eslint-config-prettier": "^8.3.0", |
164 | 164 | "eslint-plugin-import": "^2.24.2", |
165 | 165 | "eslint-plugin-jest": "^24.4.0", |
166 | 166 | "eslint-plugin-prettier": "^4.0.0", |
167 | 167 | "eslint-plugin-react": "^7.25.1", |
168 | | - "jest": "^27.1.0", |
| 168 | + "jest": "^27.1.1", |
169 | 169 | "jest-enzyme": "^7.1.2", |
170 | 170 | "json": "^11.0.0", |
171 | 171 | "postcss": "^8.3.6", |
172 | | - "prettier": "^2.3.2", |
| 172 | + "prettier": "^2.4.0", |
173 | 173 | "react": "^17.0.2", |
174 | 174 | "react-dnd-test-backend": "^14.0.0", |
175 | 175 | "react-dnd-touch-backend": "^14.1.0", |
|
183 | 183 | "shx": "^0.3.3", |
184 | 184 | "ts-jest": "^27.0.5", |
185 | 185 | "tslib": "^2.3.1", |
186 | | - "typescript": "4.3.5" |
| 186 | + "typescript": "^4.4.3" |
187 | 187 | }, |
188 | 188 | "peerDependencies": { |
189 | 189 | "react": ">=17.0.0", |
|
0 commit comments