diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index f44496016e..bff1b8daf0 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -12,6 +12,7 @@ The latest version of this document is always available in ## [3.1.1] - fix(strategy-create): Should be able to open the create strategy view. +- chore(package): Upgrade redux to version 4.0.0 ## [3.1.0] - fix(react-router): Upgrade to react-router v4. diff --git a/frontend/package.json b/frontend/package.json index 291b7eb146..99d83c2b11 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -51,7 +51,7 @@ "react-modal": "^3.1.13", "react-redux": "^5.0.6", "react-router-dom": "^4.3.1", - "redux": "^3.6.0", + "redux": "^4.0.0", "redux-thunk": "^2.1.0", "whatwg-fetch": "^2.0.0" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 3ab891b9d2..af5517b667 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4250,7 +4250,7 @@ locate-path@^2.0.0: p-locate "^2.0.0" path-exists "^3.0.0" -lodash-es@^4.2.0, lodash-es@^4.2.1: +lodash-es@^4.2.0: version "4.17.5" resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.5.tgz#9fc6e737b1c4d151d8f9cae2247305d552ce748f" @@ -4294,7 +4294,7 @@ lodash@3.x: version "3.10.1" resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6" -lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1, lodash@~4.17.4: +lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.6.1, lodash@~4.17.4: version "4.17.5" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" @@ -5625,15 +5625,6 @@ redux-thunk@^2.1.0: version "2.2.0" resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.2.0.tgz#e615a16e16b47a19a515766133d1e3e99b7852e5" -redux@^3.6.0: - version "3.7.2" - resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b" - dependencies: - lodash "^4.2.1" - lodash-es "^4.2.1" - loose-envify "^1.1.0" - symbol-observable "^1.0.3" - redux@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.0.tgz#aa698a92b729315d22b34a0553d7e6533555cc03" @@ -6448,7 +6439,7 @@ supports-color@^5.3.0, supports-color@^5.4.0: dependencies: has-flag "^3.0.0" -symbol-observable@^1.0.2, symbol-observable@^1.0.3, symbol-observable@^1.0.4, symbol-observable@^1.2.0: +symbol-observable@^1.0.2, symbol-observable@^1.0.4, symbol-observable@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"