|
1 | 1 | { |
2 | 2 | "name": "@exytab/react-sortable-tree", |
3 | | - "version": "0.6.1", |
| 3 | + "version": "0.7.0", |
4 | 4 | "description": "Drag-and-drop sortable component for nested data and hierarchies", |
5 | 5 | "homepage": "https://exytab.github.io/react-sortable-tree", |
6 | 6 | "main": "dist/index.js", |
|
53 | 53 | "license": "MIT", |
54 | 54 | "bugs": "https://github.com/exytab/react-sortable-tree/issues", |
55 | 55 | "devDependencies": { |
56 | | - "@babel/core": "^7.24.7", |
57 | | - "@babel/eslint-parser": "^7.24.7", |
58 | | - "@babel/preset-env": "^7.24.7", |
59 | | - "@babel/preset-react": "^7.24.7", |
60 | | - "@babel/preset-typescript": "^7.24.7", |
61 | | - "@chromatic-com/storybook": "1", |
62 | | - "@rollup/plugin-commonjs": "^25.0.7", |
63 | | - "@rollup/plugin-node-resolve": "^15.2.3", |
| 56 | + "@babel/core": "^7.26.0", |
| 57 | + "@babel/eslint-parser": "^7.26.5", |
| 58 | + "@babel/preset-env": "^7.26.0", |
| 59 | + "@babel/preset-react": "^7.26.3", |
| 60 | + "@babel/preset-typescript": "^7.26.0", |
| 61 | + "@chromatic-com/storybook": "3", |
| 62 | + "@rollup/plugin-commonjs": "^28.0.2", |
| 63 | + "@rollup/plugin-node-resolve": "^16.0.0", |
64 | 64 | "@rollup/plugin-terser": "^0.4.4", |
65 | | - "@rollup/plugin-typescript": "^11.1.6", |
66 | | - "@storybook/addon-actions": "^8.1.11", |
67 | | - "@storybook/addon-essentials": "^8.1.11", |
68 | | - "@storybook/addon-links": "^8.1.11", |
69 | | - "@storybook/addon-styling-webpack": "1.0.0", |
70 | | - "@storybook/addon-themes": "^8.1.11", |
71 | | - "@storybook/addon-webpack5-compiler-babel": "3.0.3", |
72 | | - "@storybook/react": "^8.1.11", |
73 | | - "@storybook/react-webpack5": "^8.1.11", |
| 65 | + "@rollup/plugin-typescript": "^12.1.2", |
| 66 | + "@storybook/addon-actions": "^8.4.7", |
| 67 | + "@storybook/addon-essentials": "^8.4.7", |
| 68 | + "@storybook/addon-links": "^8.4.7", |
| 69 | + "@storybook/addon-styling-webpack": "1.0.1", |
| 70 | + "@storybook/addon-themes": "^8.4.7", |
| 71 | + "@storybook/addon-webpack5-compiler-babel": "3.0.5", |
| 72 | + "@storybook/react": "^8.4.7", |
| 73 | + "@storybook/react-webpack5": "^8.4.7", |
74 | 74 | "@types/lodash.isequal": "^4.5.8", |
75 | | - "@types/react": "^18.3.3", |
76 | | - "@types/react-dom": "^18.3.0", |
| 75 | + "@types/react": "^19.0.5", |
| 76 | + "@types/react-dom": "^19.0.3", |
77 | 77 | "@typescript-eslint/eslint-plugin": "^7.15.0", |
78 | 78 | "@typescript-eslint/parser": "^7.15.0", |
79 | | - "babel-loader": "^9.1.3", |
| 79 | + "babel-loader": "^9.2.1", |
80 | 80 | "eslint": "^8.57.0", |
81 | 81 | "eslint-config-airbnb": "^19.0.4", |
82 | 82 | "eslint-config-airbnb-typescript": "^18.0.0", |
|
91 | 91 | "eslint-plugin-sonarjs": "^0.25.1", |
92 | 92 | "eslint-plugin-storybook": "^0.8.0", |
93 | 93 | "eslint-plugin-unicorn": "^52.0.0", |
94 | | - "gh-pages": "^6.1.1", |
95 | | - "postcss": "^8.4.39", |
96 | | - "prettier": "^3.3.2", |
97 | | - "react": "^18.3.1", |
| 94 | + "gh-pages": "^6.3.0", |
| 95 | + "postcss": "^8.4.49", |
| 96 | + "prettier": "^3.4.2", |
| 97 | + "react": "^19.0.0", |
98 | 98 | "react-dnd-touch-backend": "^16.0.1", |
99 | | - "react-dom": "^18.3.1", |
100 | | - "rollup": "^4.17.2", |
| 99 | + "react-dom": "^19.0.0", |
| 100 | + "rollup": "^4.30.1", |
101 | 101 | "rollup-plugin-dts": "^6.1.1", |
102 | 102 | "rollup-plugin-peer-deps-external": "^2.2.4", |
103 | 103 | "rollup-plugin-postcss": "^4.0.2", |
104 | | - "storybook": "^8.1.11", |
105 | | - "typescript": "^5.5.3" |
| 104 | + "storybook": "^8.4.7", |
| 105 | + "typescript": "^5.7.3" |
106 | 106 | }, |
107 | 107 | "peerDependencies": { |
108 | | - "react": "^17.0.0 || ^18.0.0", |
| 108 | + "react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
109 | 109 | "react-dnd": "16.0.1", |
110 | | - "react-dom": "^17.0.0 || ^18.0.0" |
| 110 | + "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" |
111 | 111 | }, |
112 | 112 | "dependencies": { |
113 | 113 | "@nosferatu500/react-dnd-scrollzone": "^3.0.0", |
114 | 114 | "ajv-keywords": "^5.1.0", |
115 | 115 | "lodash.isequal": "^4.5.0", |
116 | 116 | "react-dnd": "16.0.1", |
117 | 117 | "react-dnd-html5-backend": "^16.0.1", |
118 | | - "react-virtuoso": "^4.7.11" |
| 118 | + "react-virtuoso": "^4.12.3" |
119 | 119 | }, |
120 | 120 | "browserslist": { |
121 | 121 | "production": [ |
|
0 commit comments