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

Commit a0df2cf

Browse files
committed
Bump deps.
1 parent 1243b34 commit a0df2cf

File tree

2 files changed

+731
-710
lines changed

2 files changed

+731
-710
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nosferatu500/react-sortable-tree",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -69,34 +69,34 @@
6969
"lodash.isequal": "^4.5.0",
7070
"react-dnd": "14.0.4",
7171
"react-dnd-html5-backend": "^14.1.0",
72-
"react-virtuoso": "^2.5.1"
72+
"react-virtuoso": "^2.6.0"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "^7.16.12",
76-
"@babel/eslint-parser": "^7.16.5",
75+
"@babel/core": "^7.17.0",
76+
"@babel/eslint-parser": "^7.17.0",
7777
"@babel/helper-module-imports": "^7.16.7",
7878
"@babel/plugin-transform-react-jsx": "^7.16.7",
7979
"@babel/preset-env": "^7.16.11",
80-
"@babel/types": "^7.16.8",
81-
"@nosferatu500/theme-file-explorer": "^3.0.14",
80+
"@babel/types": "^7.17.0",
81+
"@nosferatu500/theme-file-explorer": "^3.0.15",
8282
"@rollup/plugin-babel": "^5.3.0",
8383
"@rollup/plugin-node-resolve": "^13.1.3",
8484
"@rollup/plugin-typescript": "^8.3.0",
8585
"@storybook/addon-postcss": "^2.0.0",
86-
"@storybook/addons": "^6.4.14",
87-
"@storybook/react": "^6.4.14",
88-
"@storybook/theming": "^6.4.14",
86+
"@storybook/addons": "^6.4.18",
87+
"@storybook/react": "^6.4.18",
88+
"@storybook/theming": "^6.4.18",
8989
"@types/babel-plugin-macros": "^2.8.5",
9090
"@types/lodash.isequal": "^4.5.5",
91-
"@types/react": "^17.0.38",
91+
"@types/react": "^17.0.39",
9292
"@types/react-dom": "^17.0.11",
93-
"@typescript-eslint/eslint-plugin": "^5.10.1",
94-
"@typescript-eslint/parser": "^5.10.1",
93+
"@typescript-eslint/eslint-plugin": "^5.11.0",
94+
"@typescript-eslint/parser": "^5.11.0",
9595
"acorn-jsx": "^5.3.2",
9696
"autoprefixer": "^10.4.2",
9797
"babel-plugin-macros": "^3.1.0",
98-
"esbuild": "^0.14.14",
99-
"eslint": "^8.7.0",
98+
"esbuild": "^0.14.20",
99+
"eslint": "^8.8.0",
100100
"eslint-config-airbnb": "^19.0.4",
101101
"eslint-config-airbnb-typescript": "^16.1.0",
102102
"eslint-config-prettier": "^8.3.0",
@@ -110,14 +110,14 @@
110110
"eslint-plugin-sonarjs": "^0.11.0",
111111
"eslint-plugin-unicorn": "^40.1.0",
112112
"json": "^11.0.0",
113-
"postcss": "^8.4.5",
113+
"postcss": "^8.4.6",
114114
"prettier": "^2.5.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.66.1",
120+
"rollup": "^2.67.1",
121121
"rollup-plugin-esbuild": "^4.8.2",
122122
"rollup-plugin-postcss": "^4.0.2",
123123
"shx": "^0.3.4",

0 commit comments

Comments
 (0)