Skip to content

Commit 0f22ca7

Browse files
committed
Bump deps.
1 parent 50e0f77 commit 0f22ca7

File tree

2 files changed

+552
-465
lines changed

2 files changed

+552
-465
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nosferatu500/react-sortable-tree",
3-
"version": "4.0.0-beta.10",
3+
"version": "4.0.0-beta.11",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -125,7 +125,7 @@
125125
"lodash.isequal": "^4.5.0",
126126
"react-dnd": "^14.0.4",
127127
"react-dnd-html5-backend": "^14.0.2",
128-
"react-virtuoso": "^2.2.2"
128+
"react-virtuoso": "^2.2.4"
129129
},
130130
"devDependencies": {
131131
"@babel/core": "^7.15.8",
@@ -136,39 +136,39 @@
136136
"@babel/types": "^7.15.6",
137137
"@nosferatu500/theme-file-explorer": "^3.0.10",
138138
"@rollup/plugin-babel": "^5.3.0",
139-
"@rollup/plugin-node-resolve": "^13.0.5",
139+
"@rollup/plugin-node-resolve": "^13.0.6",
140140
"@rollup/plugin-typescript": "^8.3.0",
141141
"@storybook/addon-storyshots": "^6.3.12",
142142
"@storybook/addons": "^6.3.12",
143143
"@storybook/react": "^6.3.12",
144144
"@storybook/theming": "^6.3.12",
145145
"@testing-library/react": "^12.1.2",
146146
"@types/babel-plugin-macros": "^2.8.5",
147-
"@types/enzyme": "^3.10.9",
147+
"@types/enzyme": "^3.10.10",
148148
"@types/jest": "^27.0.2",
149149
"@types/lodash.isequal": "^4.5.5",
150-
"@types/react": "^17.0.30",
151-
"@types/react-dom": "^17.0.9",
150+
"@types/react": "^17.0.32",
151+
"@types/react-dom": "^17.0.10",
152152
"@types/react-test-renderer": "^17.0.1",
153-
"@typescript-eslint/eslint-plugin": "^5.0.0",
154-
"@typescript-eslint/parser": "^5.0.0",
155-
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
153+
"@typescript-eslint/eslint-plugin": "^5.1.0",
154+
"@typescript-eslint/parser": "^5.1.0",
155+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
156156
"acorn-jsx": "^5.3.2",
157157
"babel-plugin-macros": "^3.1.0",
158158
"babel-plugin-tester": "^10.1.0",
159159
"enzyme": "^3.11.0",
160-
"esbuild": "^0.13.7",
161-
"eslint": "^8.0.1",
160+
"esbuild": "^0.13.9",
161+
"eslint": "^8.1.0",
162162
"eslint-config-prettier": "^8.3.0",
163163
"eslint-plugin-import": "^2.25.2",
164-
"eslint-plugin-jest": "^25.2.1",
164+
"eslint-plugin-jest": "^25.2.2",
165165
"eslint-plugin-prettier": "^4.0.0",
166166
"eslint-plugin-react": "^7.26.1",
167-
"jest": "^27.2.5",
167+
"jest": "^27.3.1",
168168
"jest-enzyme": "^7.1.2",
169169
"json": "^11.0.0",
170170
"prop-types": "^15.7.2",
171-
"postcss": "^8.3.9",
171+
"postcss": "^8.3.11",
172172
"prettier": "^2.4.1",
173173
"react": "^17.0.2",
174174
"react-dnd-test-backend": "^14.0.1",
@@ -180,7 +180,7 @@
180180
"rollup-plugin-esbuild": "^4.6.0",
181181
"rollup-plugin-postcss": "^4.0.1",
182182
"shx": "^0.3.3",
183-
"ts-jest": "^27.0.6",
183+
"ts-jest": "^27.0.7",
184184
"tslib": "^2.3.1",
185185
"typescript": "^4.4.4"
186186
},

0 commit comments

Comments
 (0)