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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-21 21:33:51 +09:00 committed by GitHub
parent 94c37d0d6a
commit e9f58139ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@
"react-responsive-modal": "6.0.1", "react-responsive-modal": "6.0.1",
"react-select": "4.2.1", "react-select": "4.2.1",
"react-showdown": "2.1.0", "react-showdown": "2.1.0",
"react-sortable-hoc": "1.11.0", "react-sortable-hoc": "2.0.0",
"react-use-clipboard": "1.0.7", "react-use-clipboard": "1.0.7",
"sanitize-html": "2.3.2", "sanitize-html": "2.3.2",
"tailwindcss": "2.0.4", "tailwindcss": "2.0.4",

View File

@ -6773,10 +6773,10 @@ react-showdown@2.1.0:
htmlparser2 "^4.1.0" htmlparser2 "^4.1.0"
showdown "^1.9.1" showdown "^1.9.1"
react-sortable-hoc@1.11.0: react-sortable-hoc@2.0.0:
version "1.11.0" version "2.0.0"
resolved "https://registry.npmjs.org/react-sortable-hoc/-/react-sortable-hoc-1.11.0.tgz" resolved "https://registry.yarnpkg.com/react-sortable-hoc/-/react-sortable-hoc-2.0.0.tgz#f6780d8aa4b922a21f3e754af542f032677078b7"
integrity sha512-v1CDCvdfoR3zLGNp6qsBa4J1BWMEVH25+UKxF/RvQRh+mrB+emqtVHMgZ+WreUiKJoEaiwYoScaueIKhMVBHUg== integrity sha512-JZUw7hBsAHXK7PTyErJyI7SopSBFRcFHDjWW5SWjcugY0i6iH7f+eJkY8cJmGMlZ1C9xz1J3Vjz0plFpavVeRg==
dependencies: dependencies:
"@babel/runtime" "^7.2.0" "@babel/runtime" "^7.2.0"
invariant "^2.2.4" invariant "^2.2.4"