Skip to content

Commit ed81844

Browse files
committed
Bump deps.
1 parent 50024c6 commit ed81844

File tree

3 files changed

+1229
-1262
lines changed

3 files changed

+1229
-1262
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.0.2",
3+
"version": "4.0.3",
44
"description": "Drag-and-drop sortable component for nested data and hierarchies",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -65,64 +65,64 @@
6565
"license": "MIT",
6666
"bugs": "https://github.com/nosferatu500/react-sortable-tree/issues",
6767
"dependencies": {
68-
"@nosferatu500/react-dnd-scrollzone": "^2.0.5",
68+
"@nosferatu500/react-dnd-scrollzone": "^2.0.6",
6969
"lodash.isequal": "^4.5.0",
7070
"react-dnd": "^14.0.4",
7171
"react-dnd-html5-backend": "^14.0.2",
72-
"react-virtuoso": "^2.2.8"
72+
"react-virtuoso": "^2.3.1"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "^7.16.0",
76-
"@babel/eslint-parser": "^7.16.3",
75+
"@babel/core": "^7.16.5",
76+
"@babel/eslint-parser": "^7.16.5",
7777
"@babel/helper-module-imports": "^7.16.0",
78-
"@babel/plugin-transform-react-jsx": "^7.16.0",
79-
"@babel/preset-env": "^7.16.4",
78+
"@babel/plugin-transform-react-jsx": "^7.16.5",
79+
"@babel/preset-env": "^7.16.5",
8080
"@babel/types": "^7.16.0",
81-
"@nosferatu500/theme-file-explorer": "^3.0.11",
81+
"@nosferatu500/theme-file-explorer": "^3.0.12",
8282
"@rollup/plugin-babel": "^5.3.0",
83-
"@rollup/plugin-node-resolve": "^13.0.6",
83+
"@rollup/plugin-node-resolve": "^13.1.1",
8484
"@rollup/plugin-typescript": "^8.3.0",
8585
"@storybook/addon-postcss": "^2.0.0",
86-
"@storybook/addons": "^6.4.0",
87-
"@storybook/react": "^6.4.0",
88-
"@storybook/theming": "^6.4.0",
86+
"@storybook/addons": "^6.4.9",
87+
"@storybook/react": "^6.4.9",
88+
"@storybook/theming": "^6.4.9",
8989
"@types/babel-plugin-macros": "^2.8.5",
9090
"@types/lodash.isequal": "^4.5.5",
91-
"@types/react": "^17.0.37",
91+
"@types/react": "^17.0.38",
9292
"@types/react-dom": "^17.0.11",
93-
"@typescript-eslint/eslint-plugin": "^5.4.0",
94-
"@typescript-eslint/parser": "^5.4.0",
93+
"@typescript-eslint/eslint-plugin": "^5.8.0",
94+
"@typescript-eslint/parser": "^5.8.0",
9595
"acorn-jsx": "^5.3.2",
9696
"autoprefixer": "^10.4.0",
9797
"babel-plugin-macros": "^3.1.0",
98-
"esbuild": "^0.14.0",
99-
"eslint": "^8.3.0",
100-
"eslint-config-airbnb": "^19.0.1",
101-
"eslint-config-airbnb-typescript": "^16.0.0",
98+
"esbuild": "^0.14.8",
99+
"eslint": "^8.5.0",
100+
"eslint-config-airbnb": "^19.0.2",
101+
"eslint-config-airbnb-typescript": "^16.1.0",
102102
"eslint-config-prettier": "^8.3.0",
103103
"eslint-import-resolver-typescript": "^2.5.0",
104104
"eslint-plugin-import": "^2.25.3",
105105
"eslint-plugin-jsx-a11y": "^6.5.1",
106106
"eslint-plugin-prettier": "^4.0.0",
107-
"eslint-plugin-promise": "^5.1.1",
108-
"eslint-plugin-react": "^7.27.1",
107+
"eslint-plugin-promise": "^6.0.0",
108+
"eslint-plugin-react": "^7.28.0",
109109
"eslint-plugin-react-hooks": "^4.3.0",
110-
"eslint-plugin-sonarjs": "^0.10.0",
110+
"eslint-plugin-sonarjs": "^0.11.0",
111111
"eslint-plugin-unicorn": "^39.0.0",
112112
"json": "^11.0.0",
113-
"postcss": "^8.4.4",
114-
"prettier": "^2.5.0",
115-
"prop-types": "^15.7.2",
113+
"postcss": "^8.4.5",
114+
"prettier": "^2.5.1",
115+
"prop-types": "^15.8.0",
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.60.1",
120+
"rollup": "^2.61.1",
121121
"rollup-plugin-esbuild": "^4.7.2",
122122
"rollup-plugin-postcss": "^4.0.2",
123123
"shx": "^0.3.3",
124124
"tslib": "^2.3.1",
125-
"typescript": "^4.5.2"
125+
"typescript": "^4.5.4"
126126
},
127127
"peerDependencies": {
128128
"react": ">=17.0.2",

src/react-sortable-tree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class ReactSortableTree extends Component {
210210
// Prepare scroll-on-drag options for this list
211211
this.scrollZoneVirtualList = (createScrollingComponent || withScrolling)(
212212
React.forwardRef((props, ref) => {
213-
const { dragDropManager, ...otherProps } = props
213+
const { dragDropManager, rowHeight, ...otherProps } = props
214214
return <Virtuoso ref={this.listRef} {...otherProps} />
215215
})
216216
)

0 commit comments

Comments
 (0)