diff --git a/package.json b/package.json index 25ff2252c7ed280ce9bd63927ed387d2e7dff459..ce4457a4444235b3f51b7d5fd66853b26824ef3d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-draggable": "^2.2.3", "react-height": "^2.1.1", "react-motion": "^0.4.5", - "react-redux": "^4.4.5", + "react-redux": "^5.0.1", "react-resizable": "^1.0.1", "react-retina-image": "^2.0.0", "react-router": "^2.6.0", diff --git a/yarn.lock b/yarn.lock index 2ed15e6dd75c243e4f52d149923dc355aa13f7ce..976e2682ccbd6b49aeca741c0fd0d310f7c152d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3974,7 +3974,7 @@ loader-utils@0.2.x, loader-utils@^0.2.11, loader-utils@^0.2.12, loader-utils@^0. json5 "^0.5.0" object-assign "^4.0.1" -lodash-es@^4.2.1: +lodash-es@^4.2.0, lodash-es@^4.2.1: version "4.17.4" resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.4.tgz#dcc1d7552e150a0640073ba9cb31d70f032950e7" @@ -5562,13 +5562,14 @@ react-motion@^0.4.5: performance-now "^0.2.0" raf "^3.1.0" -react-redux@^4.4.5: - version "4.4.6" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-4.4.6.tgz#4b9d32985307a11096a2dd61561980044fcc6209" +react-redux@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.0.1.tgz#84a41bd4cdd180452bb6922bc79ad25bd5abb7c4" dependencies: hoist-non-react-statics "^1.0.3" invariant "^2.0.0" lodash "^4.2.0" + lodash-es "^4.2.0" loose-envify "^1.1.0" react-resizable@^1.0.1: