Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit ca34de8

Browse files
committed
Bump deps.
1 parent 4ca5c7d commit ca34de8

File tree

2 files changed

+1725
-1668
lines changed

2 files changed

+1725
-1668
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nosferatu500/react-sortable-tree",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -69,60 +69,60 @@
6969
"lodash.isequal": "^4.5.0",
7070
"react-dnd": "14.0.4",
7171
"react-dnd-html5-backend": "^14.1.0",
72-
"react-virtuoso": "^2.11.2"
72+
"react-virtuoso": "^2.16.5"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "^7.18.0",
76-
"@babel/eslint-parser": "^7.17.0",
77-
"@babel/helper-module-imports": "^7.16.7",
78-
"@babel/plugin-transform-react-jsx": "^7.17.12",
79-
"@babel/preset-env": "^7.18.0",
80-
"@babel/types": "^7.18.0",
75+
"@babel/core": "^7.18.9",
76+
"@babel/eslint-parser": "^7.18.9",
77+
"@babel/helper-module-imports": "^7.18.6",
78+
"@babel/plugin-transform-react-jsx": "^7.18.6",
79+
"@babel/preset-env": "^7.18.9",
80+
"@babel/types": "^7.18.9",
8181
"@rollup/plugin-babel": "^5.3.1",
8282
"@rollup/plugin-node-resolve": "^13.3.0",
83-
"@rollup/plugin-typescript": "^8.3.2",
83+
"@rollup/plugin-typescript": "^8.3.3",
8484
"@storybook/addon-postcss": "^2.0.0",
85-
"@storybook/addons": "^6.5.3",
86-
"@storybook/react": "^6.5.3",
87-
"@storybook/theming": "^6.5.3",
85+
"@storybook/addons": "^6.5.9",
86+
"@storybook/react": "^6.5.9",
87+
"@storybook/theming": "^6.5.9",
8888
"@types/babel-plugin-macros": "^2.8.5",
8989
"@types/lodash.isequal": "^4.5.6",
90-
"@types/react": "^17.0.45",
90+
"@types/react": "^17.0.47",
9191
"@types/react-dom": "^17.0.17",
92-
"@typescript-eslint/eslint-plugin": "^5.25.0",
93-
"@typescript-eslint/parser": "^5.25.0",
92+
"@typescript-eslint/eslint-plugin": "^5.30.7",
93+
"@typescript-eslint/parser": "^5.30.7",
9494
"acorn-jsx": "^5.3.2",
9595
"autoprefixer": "^10.4.7",
9696
"babel-plugin-macros": "^3.1.0",
97-
"esbuild": "^0.14.39",
98-
"eslint": "^8.16.0",
97+
"esbuild": "^0.14.49",
98+
"eslint": "^8.20.0",
9999
"eslint-config-airbnb": "^19.0.4",
100100
"eslint-config-airbnb-typescript": "^17.0.0",
101101
"eslint-config-prettier": "^8.5.0",
102-
"eslint-import-resolver-typescript": "^2.7.1",
102+
"eslint-import-resolver-typescript": "^3.2.7",
103103
"eslint-plugin-import": "^2.26.0",
104-
"eslint-plugin-jsx-a11y": "^6.5.1",
105-
"eslint-plugin-prettier": "^4.0.0",
104+
"eslint-plugin-jsx-a11y": "^6.6.0",
105+
"eslint-plugin-prettier": "^4.2.1",
106106
"eslint-plugin-promise": "^6.0.0",
107-
"eslint-plugin-react": "^7.30.0",
108-
"eslint-plugin-react-hooks": "^4.5.0",
107+
"eslint-plugin-react": "^7.30.1",
108+
"eslint-plugin-react-hooks": "^4.6.0",
109109
"eslint-plugin-sonarjs": "^0.13.0",
110-
"eslint-plugin-storybook": "^0.5.12",
111-
"eslint-plugin-unicorn": "^42.0.0",
110+
"eslint-plugin-storybook": "^0.6.1",
111+
"eslint-plugin-unicorn": "^43.0.2",
112112
"json": "^11.0.0",
113113
"postcss": "^8.4.14",
114-
"prettier": "^2.6.2",
114+
"prettier": "^2.7.1",
115115
"prop-types": "^15.8.1",
116116
"react": "^17.0.2",
117117
"react-dnd-touch-backend": "^14.1.1",
118118
"react-dom": "^17.0.2",
119119
"rimraf": "^3.0.2",
120-
"rollup": "^2.74.1",
120+
"rollup": "^2.77.0",
121121
"rollup-plugin-esbuild": "^4.9.1",
122122
"rollup-plugin-postcss": "^4.0.2",
123123
"shx": "^0.3.4",
124124
"tslib": "^2.4.0",
125-
"typescript": "^4.6.4"
125+
"typescript": "^4.7.4"
126126
},
127127
"peerDependencies": {
128128
"react": ">=17.0.2",

0 commit comments

Comments
 (0)