Skip to content

Commit f805539

Browse files
committed
Fix issue nosferatu500#9
1 parent 8faaba6 commit f805539

File tree

2 files changed

+664
-648
lines changed

2 files changed

+664
-648
lines changed

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "@nosferatu500/react-sortable-tree",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"main": "./index.js",
66
"types": "./index.d.ts",
77
"exports": {
88
"./package.json": "./package.json",
9+
"./style.css": "./style.css",
910
".": {
1011
"types": "./index.d.ts",
1112
"module": "./esm/index.js",
@@ -68,7 +69,7 @@
6869
"lodash.isequal": "^4.5.0",
6970
"react-dnd": "^14.0.4",
7071
"react-dnd-html5-backend": "^14.0.2",
71-
"react-virtuoso": "^2.2.7"
72+
"react-virtuoso": "^2.2.8"
7273
},
7374
"devDependencies": {
7475
"@babel/core": "^7.16.0",
@@ -82,21 +83,21 @@
8283
"@rollup/plugin-node-resolve": "^13.0.6",
8384
"@rollup/plugin-typescript": "^8.3.0",
8485
"@storybook/addon-postcss": "^2.0.0",
85-
"@storybook/addons": "^6.3.12",
86-
"@storybook/react": "^6.3.12",
87-
"@storybook/theming": "^6.3.12",
86+
"@storybook/addons": "^6.4.0",
87+
"@storybook/react": "^6.4.0",
88+
"@storybook/theming": "^6.4.0",
8889
"@types/babel-plugin-macros": "^2.8.5",
8990
"@types/lodash.isequal": "^4.5.5",
90-
"@types/react": "^17.0.36",
91+
"@types/react": "^17.0.37",
9192
"@types/react-dom": "^17.0.11",
9293
"@typescript-eslint/eslint-plugin": "^5.4.0",
9394
"@typescript-eslint/parser": "^5.4.0",
9495
"acorn-jsx": "^5.3.2",
9596
"autoprefixer": "^10.4.0",
9697
"babel-plugin-macros": "^3.1.0",
97-
"esbuild": "^0.13.15",
98+
"esbuild": "^0.14.0",
9899
"eslint": "^8.3.0",
99-
"eslint-config-airbnb": "^19.0.0",
100+
"eslint-config-airbnb": "^19.0.1",
100101
"eslint-config-airbnb-typescript": "^16.0.0",
101102
"eslint-config-prettier": "^8.3.0",
102103
"eslint-import-resolver-typescript": "^2.5.0",
@@ -109,16 +110,16 @@
109110
"eslint-plugin-sonarjs": "^0.10.0",
110111
"eslint-plugin-unicorn": "^39.0.0",
111112
"json": "^11.0.0",
112-
"postcss": "^8.3.11",
113-
"prettier": "^2.4.1",
113+
"postcss": "^8.4.4",
114+
"prettier": "^2.5.0",
114115
"prop-types": "^15.7.2",
115116
"react": "^17.0.2",
116117
"react-dnd-touch-backend": "^14.1.1",
117118
"react-dom": "^17.0.2",
118119
"rimraf": "^3.0.2",
119-
"rollup": "^2.60.0",
120+
"rollup": "^2.60.1",
120121
"rollup-plugin-esbuild": "^4.7.2",
121-
"rollup-plugin-postcss": "^4.0.1",
122+
"rollup-plugin-postcss": "^4.0.2",
122123
"shx": "^0.3.3",
123124
"tslib": "^2.3.1",
124125
"typescript": "^4.5.2"

0 commit comments

Comments
 (0)