From e1080051585fe6bd2dd073a5a598c0d4a420dfcd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 06:25:09 +0000 Subject: [PATCH] build(deps): bump react-redux from 7.1.1 to 7.2.1 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.1.1 to 7.2.1. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v7.1.1...v7.2.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dfc195c..3c25a79 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node-sass": "^4.12.0", "react": "^16.10.2", "react-dom": "^16.10.1", - "react-redux": "^7.1.1", + "react-redux": "^7.2.1", "react-router-dom": "^5.1.2", "react-router-redux": "^4.0.8", "react-scripts": "3.1.2", diff --git a/yarn.lock b/yarn.lock index 5c86b11..4782861 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7968,13 +7968,12 @@ react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is version "16.9.0" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb" -react-redux@^7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.1.1.tgz#ce6eee1b734a7a76e0788b3309bf78ff6b34fa0a" +react-redux@^7.2.1: + version "7.2.1" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.1.tgz#8dedf784901014db2feca1ab633864dee68ad985" 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"