|
1 | 1 | {
|
2 | 2 | "name": "@nosferatu500/react-sortable-tree",
|
3 |
| - "version": "4.2.1", |
| 3 | + "version": "4.2.2", |
4 | 4 | "description": "Drag-and-drop sortable component for nested data and hierarchies",
|
5 | 5 | "main": "./index.js",
|
6 | 6 | "module": "./esm/index.js",
|
|
25 | 25 | "build:storybook": "build-storybook -o build",
|
26 | 26 | "clean": "rimraf dist",
|
27 | 27 | "clean:storybook": "rimraf build",
|
28 |
| - "lint": "eslint '*.{js,json}' '{src,tests}/**/*.{ts,tsx}'", |
| 28 | + "lint": "eslint '*.{js,json}' '{src,tests}/**/*.{ts,tsx}' --cache", |
29 | 29 | "prepublishOnly": "yarn build",
|
30 | 30 | "release": "standard-version",
|
31 | 31 | "storybook": "start-storybook -p ${PORT:-3001} -h 0.0.0.0",
|
|
73 | 73 | "react-virtuoso": "^2.19.1"
|
74 | 74 | },
|
75 | 75 | "devDependencies": {
|
76 |
| - "@babel/core": "^7.20.2", |
| 76 | + "@babel/core": "^7.20.12", |
77 | 77 | "@babel/eslint-parser": "^7.19.1",
|
78 | 78 | "@babel/helper-module-imports": "^7.18.6",
|
79 |
| - "@babel/plugin-transform-react-jsx": "^7.19.0", |
| 79 | + "@babel/plugin-transform-react-jsx": "^7.20.13", |
80 | 80 | "@babel/preset-env": "^7.20.2",
|
81 |
| - "@babel/types": "^7.20.2", |
| 81 | + "@babel/types": "^7.20.7", |
82 | 82 | "@rollup/plugin-babel": "^5.3.1",
|
83 | 83 | "@rollup/plugin-node-resolve": "^14.1.0",
|
84 | 84 | "@rollup/plugin-typescript": "^8.5.0",
|
85 | 85 | "@storybook/addon-postcss": "^2.0.0",
|
86 |
| - "@storybook/addons": "^6.5.13", |
87 |
| - "@storybook/react": "^6.5.13", |
88 |
| - "@storybook/theming": "^6.5.13", |
| 86 | + "@storybook/addons": "^6.5.16", |
| 87 | + "@storybook/react": "^6.5.16", |
| 88 | + "@storybook/theming": "^6.5.16", |
89 | 89 | "@types/babel-plugin-macros": "^2.8.5",
|
90 | 90 | "@types/lodash.isequal": "^4.5.6",
|
91 |
| - "@types/react": "^17.0.52", |
| 91 | + "@types/react": "^16.14.35", |
92 | 92 | "@types/react-dom": "^17.0.18",
|
93 |
| - "@typescript-eslint/eslint-plugin": "^5.42.0", |
94 |
| - "@typescript-eslint/parser": "^5.42.0", |
| 93 | + "@typescript-eslint/eslint-plugin": "^5.50.0", |
| 94 | + "@typescript-eslint/parser": "^5.50.0", |
95 | 95 | "acorn-jsx": "^5.3.2",
|
96 | 96 | "autoprefixer": "^10.4.13",
|
97 | 97 | "babel-plugin-macros": "^3.1.0",
|
98 |
| - "esbuild": "^0.15.13", |
99 |
| - "eslint": "^8.27.0", |
| 98 | + "esbuild": "^0.17.5", |
| 99 | + "eslint": "^8.33.0", |
100 | 100 | "eslint-config-airbnb": "^19.0.4",
|
101 | 101 | "eslint-config-airbnb-typescript": "^17.0.0",
|
102 |
| - "eslint-config-prettier": "^8.5.0", |
103 |
| - "eslint-import-resolver-typescript": "^3.5.2", |
104 |
| - "eslint-plugin-import": "^2.26.0", |
105 |
| - "eslint-plugin-jsx-a11y": "^6.6.1", |
| 102 | + "eslint-config-prettier": "^8.6.0", |
| 103 | + "eslint-import-resolver-typescript": "^3.5.3", |
| 104 | + "eslint-plugin-import": "^2.27.5", |
| 105 | + "eslint-plugin-jsx-a11y": "^6.7.1", |
106 | 106 | "eslint-plugin-prettier": "^4.2.1",
|
107 | 107 | "eslint-plugin-promise": "^6.1.1",
|
108 |
| - "eslint-plugin-react": "^7.31.10", |
| 108 | + "eslint-plugin-react": "^7.32.2", |
109 | 109 | "eslint-plugin-react-hooks": "^4.6.0",
|
110 |
| - "eslint-plugin-sonarjs": "^0.16.0", |
111 |
| - "eslint-plugin-storybook": "^0.6.7", |
112 |
| - "eslint-plugin-unicorn": "^44.0.2", |
| 110 | + "eslint-plugin-sonarjs": "^0.18.0", |
| 111 | + "eslint-plugin-storybook": "^0.6.10", |
| 112 | + "eslint-plugin-unicorn": "^45.0.2", |
113 | 113 | "json": "^11.0.0",
|
114 |
| - "postcss": "^8.4.18", |
115 |
| - "prettier": "^2.7.1", |
| 114 | + "postcss": "^8.4.21", |
| 115 | + "prettier": "^2.8.3", |
116 | 116 | "prop-types": "^15.8.1",
|
117 | 117 | "react": "^17.0.2",
|
118 | 118 | "react-dnd-touch-backend": "^14.1.1",
|
119 | 119 | "react-dom": "^17.0.2",
|
120 |
| - "rimraf": "^3.0.2", |
| 120 | + "rimraf": "^4.1.2", |
121 | 121 | "rollup": "^2.79.1",
|
122 |
| - "rollup-plugin-esbuild": "^4.10.1", |
| 122 | + "rollup-plugin-esbuild": "^4.10.3", |
123 | 123 | "rollup-plugin-postcss": "^4.0.2",
|
124 | 124 | "shx": "^0.3.4",
|
125 |
| - "tslib": "^2.4.1", |
126 |
| - "typescript": "^4.8.4" |
| 125 | + "tslib": "^2.5.0", |
| 126 | + "typescript": "^4.9.5" |
127 | 127 | },
|
128 | 128 | "peerDependencies": {
|
129 | 129 | "react": ">=17.0.2",
|
|
0 commit comments