fix(deps): update dependency react-sortable-hoc to v2 (#5371)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-05-12 16:06:46 +03:00 committed by GitHub
parent f90d386e77
commit b5dabc2129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -15106,10 +15106,10 @@ react-sizeme@^2.6.7:
shallowequal "^1.1.0"
throttle-debounce "^2.1.0"
react-sortable-hoc@^1.0.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/react-sortable-hoc/-/react-sortable-hoc-1.11.0.tgz#fe4022362bbafc4b836f5104b9676608a40a278f"
integrity sha512-v1CDCvdfoR3zLGNp6qsBa4J1BWMEVH25+UKxF/RvQRh+mrB+emqtVHMgZ+WreUiKJoEaiwYoScaueIKhMVBHUg==
react-sortable-hoc@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/react-sortable-hoc/-/react-sortable-hoc-2.0.0.tgz#f6780d8aa4b922a21f3e754af542f032677078b7"
integrity sha512-JZUw7hBsAHXK7PTyErJyI7SopSBFRcFHDjWW5SWjcugY0i6iH7f+eJkY8cJmGMlZ1C9xz1J3Vjz0plFpavVeRg==
dependencies:
"@babel/runtime" "^7.2.0"
invariant "^2.2.4"