From cab2f1b769e42d33cacfc4565bd24497dbb6a44e Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Tue, 18 Feb 2020 14:54:24 -0330 Subject: [PATCH] Use react-redux@7.2.0 (#8069) --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2e1cd00f5..4a63aad8c 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "react-idle-timer": "^4.2.5", "react-inspector": "^2.3.0", "react-media": "^1.8.0", - "react-redux": "^7.1.3", + "react-redux": "^7.2.0", "react-router-dom": "^5.1.2", "react-select": "^1.0.0", "react-simple-file-input": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 20f86920e..9fda558d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23322,14 +23322,13 @@ react-popper@^1.3.3: typed-styles "^0.0.7" warning "^4.0.2" -react-redux@^7.1.3: - version "7.1.3" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.1.3.tgz#717a3d7bbe3a1b2d535c94885ce04cdc5a33fc79" - integrity sha512-uI1wca+ECG9RoVkWQFF4jDMqmaw0/qnvaSvOoL/GA4dNxf6LoV8sUAcNDvE5NWKs4hFpn0t6wswNQnY3f7HT3w== +react-redux@^7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.0.tgz#f970f62192b3981642fec46fd0db18a074fe879d" + integrity sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA== dependencies: "@babel/runtime" "^7.5.5" hoist-non-react-statics "^3.3.0" - invariant "^2.2.4" loose-envify "^1.4.0" prop-types "^15.7.2" react-is "^16.9.0"