From a02312a4d830055f71a8ea501350a98e120d6e74 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 06:05:52 +0000 Subject: [PATCH] build(deps): bump react-redux from 7.1.1 to 7.2.0 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.1.1 to 7.2.0. - [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.0) 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..3c30304 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.0", "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..e136804 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.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.0.tgz#f970f62192b3981642fec46fd0db18a074fe879d" 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"