|
1 | 1 | {
|
2 | 2 | "name": "@nosferatu500/react-sortable-tree",
|
3 |
| - "version": "4.0.3", |
| 3 | + "version": "4.0.4", |
4 | 4 | "description": "Drag-and-drop sortable component for nested data and hierarchies",
|
5 | 5 | "main": "./index.js",
|
6 | 6 | "types": "./index.d.ts",
|
|
65 | 65 | "license": "MIT",
|
66 | 66 | "bugs": "https://github.com/nosferatu500/react-sortable-tree/issues",
|
67 | 67 | "dependencies": {
|
68 |
| - "@nosferatu500/react-dnd-scrollzone": "^2.0.6", |
| 68 | + "@nosferatu500/react-dnd-scrollzone": "^2.0.7", |
69 | 69 | "lodash.isequal": "^4.5.0",
|
70 |
| - "react-dnd": "^14.0.4", |
71 |
| - "react-dnd-html5-backend": "^14.0.2", |
72 |
| - "react-virtuoso": "^2.3.1" |
| 70 | + "react-dnd": "^14.0.5", |
| 71 | + "react-dnd-html5-backend": "^14.1.0", |
| 72 | + "react-virtuoso": "^2.4.1" |
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 |
| - "@babel/core": "^7.16.5", |
| 75 | + "@babel/core": "^7.16.10", |
76 | 76 | "@babel/eslint-parser": "^7.16.5",
|
77 |
| - "@babel/helper-module-imports": "^7.16.0", |
78 |
| - "@babel/plugin-transform-react-jsx": "^7.16.5", |
79 |
| - "@babel/preset-env": "^7.16.5", |
80 |
| - "@babel/types": "^7.16.0", |
81 |
| - "@nosferatu500/theme-file-explorer": "^3.0.12", |
| 77 | + "@babel/helper-module-imports": "^7.16.7", |
| 78 | + "@babel/plugin-transform-react-jsx": "^7.16.7", |
| 79 | + "@babel/preset-env": "^7.16.11", |
| 80 | + "@babel/types": "^7.16.8", |
| 81 | + "@nosferatu500/theme-file-explorer": "^3.0.13", |
82 | 82 | "@rollup/plugin-babel": "^5.3.0",
|
83 |
| - "@rollup/plugin-node-resolve": "^13.1.1", |
| 83 | + "@rollup/plugin-node-resolve": "^13.1.3", |
84 | 84 | "@rollup/plugin-typescript": "^8.3.0",
|
85 | 85 | "@storybook/addon-postcss": "^2.0.0",
|
86 |
| - "@storybook/addons": "^6.4.9", |
87 |
| - "@storybook/react": "^6.4.9", |
88 |
| - "@storybook/theming": "^6.4.9", |
| 86 | + "@storybook/addons": "^6.4.13", |
| 87 | + "@storybook/react": "^6.4.13", |
| 88 | + "@storybook/theming": "^6.4.13", |
89 | 89 | "@types/babel-plugin-macros": "^2.8.5",
|
90 | 90 | "@types/lodash.isequal": "^4.5.5",
|
91 | 91 | "@types/react": "^17.0.38",
|
92 | 92 | "@types/react-dom": "^17.0.11",
|
93 |
| - "@typescript-eslint/eslint-plugin": "^5.8.0", |
94 |
| - "@typescript-eslint/parser": "^5.8.0", |
| 93 | + "@typescript-eslint/eslint-plugin": "^5.10.0", |
| 94 | + "@typescript-eslint/parser": "^5.10.0", |
95 | 95 | "acorn-jsx": "^5.3.2",
|
96 |
| - "autoprefixer": "^10.4.0", |
| 96 | + "autoprefixer": "^10.4.2", |
97 | 97 | "babel-plugin-macros": "^3.1.0",
|
98 |
| - "esbuild": "^0.14.8", |
99 |
| - "eslint": "^8.5.0", |
100 |
| - "eslint-config-airbnb": "^19.0.2", |
| 98 | + "esbuild": "^0.14.12", |
| 99 | + "eslint": "^8.7.0", |
| 100 | + "eslint-config-airbnb": "^19.0.4", |
101 | 101 | "eslint-config-airbnb-typescript": "^16.1.0",
|
102 | 102 | "eslint-config-prettier": "^8.3.0",
|
103 | 103 | "eslint-import-resolver-typescript": "^2.5.0",
|
104 |
| - "eslint-plugin-import": "^2.25.3", |
| 104 | + "eslint-plugin-import": "^2.25.4", |
105 | 105 | "eslint-plugin-jsx-a11y": "^6.5.1",
|
106 | 106 | "eslint-plugin-prettier": "^4.0.0",
|
107 | 107 | "eslint-plugin-promise": "^6.0.0",
|
108 | 108 | "eslint-plugin-react": "^7.28.0",
|
109 | 109 | "eslint-plugin-react-hooks": "^4.3.0",
|
110 | 110 | "eslint-plugin-sonarjs": "^0.11.0",
|
111 |
| - "eslint-plugin-unicorn": "^39.0.0", |
| 111 | + "eslint-plugin-unicorn": "^40.1.0", |
112 | 112 | "json": "^11.0.0",
|
113 | 113 | "postcss": "^8.4.5",
|
114 | 114 | "prettier": "^2.5.1",
|
115 |
| - "prop-types": "^15.8.0", |
| 115 | + "prop-types": "^15.8.1", |
116 | 116 | "react": "^17.0.2",
|
117 | 117 | "react-dnd-touch-backend": "^14.1.1",
|
118 | 118 | "react-dom": "^17.0.2",
|
119 | 119 | "rimraf": "^3.0.2",
|
120 |
| - "rollup": "^2.61.1", |
121 |
| - "rollup-plugin-esbuild": "^4.7.2", |
| 120 | + "rollup": "^2.64.0", |
| 121 | + "rollup-plugin-esbuild": "^4.8.2", |
122 | 122 | "rollup-plugin-postcss": "^4.0.2",
|
123 |
| - "shx": "^0.3.3", |
| 123 | + "shx": "^0.3.4", |
124 | 124 | "tslib": "^2.3.1",
|
125 |
| - "typescript": "^4.5.4" |
| 125 | + "typescript": "^4.5.5" |
126 | 126 | },
|
127 | 127 | "peerDependencies": {
|
128 | 128 | "react": ">=17.0.2",
|
129 |
| - "react-dnd": ">=14.0.4", |
| 129 | + "react-dnd": ">=14.0.5", |
130 | 130 | "react-dom": ">=17.0.2"
|
131 | 131 | },
|
132 | 132 | "browserslist": {
|
|
0 commit comments