1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: upgrade redux to version 4.0.5

This commit is contained in:
Ivar Conradi Østhus 2020-04-18 22:03:38 +02:00
parent 72d48b5b57
commit 6ea48374ae
2 changed files with 4 additions and 4 deletions

View File

@ -84,9 +84,9 @@
"react-redux": "^6.0.1",
"react-router-dom": "^5.1.2",
"react-test-renderer": "^16.13.1",
"redux": "^4.0.1",
"redux": "^4.0.5",
"redux-devtools": "^3.5.0",
"redux-mock-store": "^1.5.3",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.0.1",
"style-loader": "^1.0.0",

View File

@ -7886,7 +7886,7 @@ redux-devtools@^3.5.0:
prop-types "^15.5.7"
redux-devtools-instrument "^1.9.0"
redux-mock-store@^1.5.3:
redux-mock-store@^1.5.4:
version "1.5.4"
resolved "https://registry.yarnpkg.com/redux-mock-store/-/redux-mock-store-1.5.4.tgz#90d02495fd918ddbaa96b83aef626287c9ab5872"
integrity sha512-xmcA0O/tjCLXhh9Fuiq6pMrJCwFRaouA8436zcikdIpYWWCjU76CRk+i2bHx8EeiSiMGnB85/lZdU3wIJVXHTA==
@ -7898,7 +7898,7 @@ redux-thunk@^2.3.0:
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.3.0.tgz#51c2c19a185ed5187aaa9a2d08b666d0d6467622"
integrity sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw==
redux@^4.0.1, redux@^4.0.4:
redux@^4.0.4, redux@^4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f"
integrity sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w==