|
1 | 1 | {
|
2 | 2 | "name": "@nosferatu500/react-sortable-tree",
|
3 |
| - "version": "4.1.0", |
| 3 | + "version": "4.1.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",
|
|
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.8", |
| 68 | + "@nosferatu500/react-dnd-scrollzone": "^2.0.9", |
69 | 69 | "lodash.isequal": "^4.5.0",
|
70 |
| - "react-dnd": "14.0.4", |
| 70 | + "react-dnd": "^14.0.5", |
71 | 71 | "react-dnd-html5-backend": "^14.1.0",
|
72 |
| - "react-virtuoso": "^2.11.0" |
| 72 | + "react-virtuoso": "^2.11.2" |
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 |
| - "@babel/core": "^7.17.10", |
| 75 | + "@babel/core": "^7.18.0", |
76 | 76 | "@babel/eslint-parser": "^7.17.0",
|
77 | 77 | "@babel/helper-module-imports": "^7.16.7",
|
78 |
| - "@babel/plugin-transform-react-jsx": "^7.17.3", |
79 |
| - "@babel/preset-env": "^7.17.10", |
80 |
| - "@babel/types": "^7.17.10", |
81 |
| - "@nosferatu500/theme-file-explorer": "^3.0.16", |
| 78 | + "@babel/plugin-transform-react-jsx": "^7.17.12", |
| 79 | + "@babel/preset-env": "^7.18.0", |
| 80 | + "@babel/types": "^7.18.0", |
82 | 81 | "@rollup/plugin-babel": "^5.3.1",
|
83 | 82 | "@rollup/plugin-node-resolve": "^13.3.0",
|
84 | 83 | "@rollup/plugin-typescript": "^8.3.2",
|
85 | 84 | "@storybook/addon-postcss": "^2.0.0",
|
86 |
| - "@storybook/addons": "^6.4.22", |
87 |
| - "@storybook/react": "^6.4.22", |
88 |
| - "@storybook/theming": "^6.4.22", |
| 85 | + "@storybook/addons": "^6.5.3", |
| 86 | + "@storybook/react": "^6.5.3", |
| 87 | + "@storybook/theming": "^6.5.3", |
89 | 88 | "@types/babel-plugin-macros": "^2.8.5",
|
90 | 89 | "@types/lodash.isequal": "^4.5.6",
|
91 |
| - "@types/react": "^17.0.44", |
92 |
| - "@types/react-dom": "^17.0.16", |
93 |
| - "@typescript-eslint/eslint-plugin": "^5.22.0", |
94 |
| - "@typescript-eslint/parser": "^5.22.0", |
| 90 | + "@types/react": "^17.0.45", |
| 91 | + "@types/react-dom": "^17.0.17", |
| 92 | + "@typescript-eslint/eslint-plugin": "^5.25.0", |
| 93 | + "@typescript-eslint/parser": "^5.25.0", |
95 | 94 | "acorn-jsx": "^5.3.2",
|
96 | 95 | "autoprefixer": "^10.4.7",
|
97 | 96 | "babel-plugin-macros": "^3.1.0",
|
98 |
| - "esbuild": "^0.14.38", |
99 |
| - "eslint": "^8.14.0", |
| 97 | + "esbuild": "^0.14.39", |
| 98 | + "eslint": "^8.16.0", |
100 | 99 | "eslint-config-airbnb": "^19.0.4",
|
101 | 100 | "eslint-config-airbnb-typescript": "^17.0.0",
|
102 | 101 | "eslint-config-prettier": "^8.5.0",
|
|
105 | 104 | "eslint-plugin-jsx-a11y": "^6.5.1",
|
106 | 105 | "eslint-plugin-prettier": "^4.0.0",
|
107 | 106 | "eslint-plugin-promise": "^6.0.0",
|
108 |
| - "eslint-plugin-react": "^7.29.4", |
| 107 | + "eslint-plugin-react": "^7.30.0", |
109 | 108 | "eslint-plugin-react-hooks": "^4.5.0",
|
110 | 109 | "eslint-plugin-sonarjs": "^0.13.0",
|
111 |
| - "eslint-plugin-storybook": "^0.5.11", |
| 110 | + "eslint-plugin-storybook": "^0.5.12", |
112 | 111 | "eslint-plugin-unicorn": "^42.0.0",
|
113 | 112 | "json": "^11.0.0",
|
114 |
| - "postcss": "^8.4.13", |
| 113 | + "postcss": "^8.4.14", |
115 | 114 | "prettier": "^2.6.2",
|
116 | 115 | "prop-types": "^15.8.1",
|
117 | 116 | "react": "^17.0.2",
|
118 | 117 | "react-dnd-touch-backend": "^14.1.1",
|
119 | 118 | "react-dom": "^17.0.2",
|
120 | 119 | "rimraf": "^3.0.2",
|
121 |
| - "rollup": "^2.71.1", |
| 120 | + "rollup": "^2.74.1", |
122 | 121 | "rollup-plugin-esbuild": "^4.9.1",
|
123 | 122 | "rollup-plugin-postcss": "^4.0.2",
|
124 | 123 | "shx": "^0.3.4",
|
|
0 commit comments