From 5a6e34d769656e2d7260970dcb39c3894a4e940c Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 25 Jun 2020 17:41:14 +0700 Subject: [PATCH] upgraded react sortable --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 214c9e68..1eb3a54a 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "react-redux": "^6.0.1", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", - "react-sortable-hoc": "^1.10.1", + "react-sortable-hoc": "^1.11", "redux": "^4.0.1", "redux-persist": "^5.10.0", "redux-saga": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index 47044158..b213a395 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8107,10 +8107,10 @@ react-router@5.1.2, react-router@^5.1.2: tiny-invariant "^1.0.2" tiny-warning "^1.0.0" -react-sortable-hoc@^1.10.1: - version "1.10.1" - resolved "https://registry.yarnpkg.com/react-sortable-hoc/-/react-sortable-hoc-1.10.1.tgz#c352f26263acbcff9cf266bc755653a56c983a38" - integrity sha512-eVyv5rrK6qY9bG60bboRY78In7OpdRRg+hxp4QMLIjC/UJaFSU7exTYd0764GtXvBqh+b+faYGzren5/ffRYKw== +react-sortable-hoc@^1.11: + 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== dependencies: "@babel/runtime" "^7.2.0" invariant "^2.2.4"