From 042f17004b4c63d8b887375f21a39247027318ac Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 12 Nov 2018 10:40:46 +0000 Subject: [PATCH] =?UTF-8?q?Update=20react-redux=20to=20the=20latest=20vers?= =?UTF-8?q?ion=20=F0=9F=9A=80=20(#106)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## The dependency [react-redux](https://github.com/reduxjs/react-redux) was updated from `5.1.0` to `5.1.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. ---
Release Notes for v5.1.1

Changes

Commits

The new version differs by 3 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index be66f2dc..f1459256 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-font-awesome-5": "0.2.2", "react-helmet": "5.2.0", "react-popper": "1.3.0", - "react-redux": "5.1.0", + "react-redux": "5.1.1", "react-transition-group": "2.5.0", "reactstrap": "6.5.0", "redux": "4.0.0", diff --git a/yarn.lock b/yarn.lock index c9d8139c..0a4e449c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4529,9 +4529,9 @@ hoist-non-react-statics@^2.5.0: version "2.5.5" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47" -hoist-non-react-statics@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.0.1.tgz#fba3e7df0210eb9447757ca1a7cb607162f0a364" +hoist-non-react-statics@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.1.0.tgz#42414ccdfff019cd2168168be998c7b3bd5245c0" dependencies: react-is "^16.3.2" @@ -7077,12 +7077,12 @@ react-popper@^0.10.4: popper.js "^1.14.1" prop-types "^15.6.1" -react-redux@5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.1.0.tgz#948b1e2686473d1999092bcfb32d0dc43d33f667" +react-redux@5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.1.1.tgz#88e368682c7fa80e34e055cd7ac56f5936b0f52f" dependencies: "@babel/runtime" "^7.1.2" - hoist-non-react-statics "^3.0.0" + hoist-non-react-statics "^3.1.0" invariant "^2.2.4" loose-envify "^1.1.0" prop-types "^15.6.1"