Skip to content

Commit

Permalink
Update react-redux to the latest version 🚀 (#106)
Browse files Browse the repository at this point in the history
## 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.

---

<details>
<summary>Release Notes for v5.1.1</summary>

<h2><a href="https://urls.greenkeeper.io/reactjs/react-redux/compare/v5.1.0...v5.1.1">Changes</a></h2>
<ul>
<li>Upgrade hoist-non-react-statics to deal with contextType (by <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=17882" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://urls.greenkeeper.io/timdorr">@timdorr</a>)</li>
<li>Treat <code>null</code> as a valid plain object prototype in <code>isPlainObject()</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="378515787" data-permission-text="Issue title is private" data-url="reduxjs/react-redux#1075" data-hovercard-type="pull_request" data-hovercard-url="/reduxjs/react-redux/pull/1075/hovercard" href="https://urls.greenkeeper.io/reduxjs/react-redux/pull/1075">#1075</a> by <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1465" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://urls.greenkeeper.io/rgrove">@rgrove</a>)</li>
</ul>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 3 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/reduxjs/react-redux/commit/5cdb83a91ca0ad4414a978f56eb34392a1e3f9df"><code>5cdb83a</code></a> <code>5.1.1</code></li>
<li><a href="https://urls.greenkeeper.io/reduxjs/react-redux/commit/c9d214e1147187ccc1d9241a99b8441fc9fc50ee"><code>c9d214e</code></a> <code>Treat <code>null</code> as a valid plain object prototype in <code>isPlainObject()</code> (#1075)</code></li>
<li><a href="https://urls.greenkeeper.io/reduxjs/react-redux/commit/574ecc5e0924ed80931983990a1b06cbf100b17e"><code>574ecc5</code></a> <code>Upgrade hoist-non-react-statics to deal with contextType</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/reduxjs/react-redux/compare/b245f83da57150771bdf4ca04ba351cabe4247c8...5cdb83a91ca0ad4414a978f56eb34392a1e3f9df">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  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).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
  • Loading branch information
greenkeeper[bot] authored and AlMcKinlay committed Nov 12, 2018
1 parent 8e6ef65 commit 042f170
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 042f170

Please sign in to comment.