fix(deps): update dependency react-sortable-hoc to v2 (#5371)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
"react-redux": "^7.2.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scroll-sync": "^0.9.0",
|
||||
"react-sortable-hoc": "^1.0.0",
|
||||
"react-sortable-hoc": "^2.0.0",
|
||||
"react-split-pane": "^0.1.85",
|
||||
"react-topbar-progress-indicator": "^4.0.0",
|
||||
"react-virtualized-auto-sizer": "^1.0.2",
|
||||
|
@ -25,7 +25,7 @@
|
||||
"dependencies": {
|
||||
"array-move": "3.0.1",
|
||||
"common-tags": "^1.8.0",
|
||||
"react-sortable-hoc": "^1.0.0"
|
||||
"react-sortable-hoc": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/core": "^10.0.35",
|
||||
|
@ -22,7 +22,7 @@
|
||||
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
|
||||
},
|
||||
"dependencies": {
|
||||
"react-sortable-hoc": "^1.0.0"
|
||||
"react-sortable-hoc": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@emotion/core": "^10.0.35",
|
||||
|
Reference in New Issue
Block a user