Skip to content

Commit

Permalink
Merge pull request #32 from Assembly-WebCrew/renovate/redux-4.x
Browse files Browse the repository at this point in the history
Update dependency redux to v4.0.5
  • Loading branch information
Karolain authored Jul 8, 2020
2 parents a5ba810 + 42e880f commit 604f50b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-router-dom": "5.1.2",
"react-scripts": "3.2.0",
"react-select": "3.0.8",
"redux": "4.0.4",
"redux": "4.0.5",
"styled-components": "4.4.1"
},
"scripts": {
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8909,7 +8909,15 @@ redux-logger@3.0.6:
dependencies:
deep-diff "^0.3.5"

redux@4.0.4, redux@^4.0.0:
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==
dependencies:
loose-envify "^1.4.0"
symbol-observable "^1.2.0"

redux@^4.0.0:
version "4.0.4"
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.4.tgz#4ee1aeb164b63d6a1bcc57ae4aa0b6e6fa7a3796"
integrity sha512-vKv4WdiJxOWKxK0yRoaK3Y4pxxB0ilzVx6dszU2W8wLxlb2yikRph4iV/ymtdJ6ZxpBLFbyrxklnT5yBbQSl3Q==
Expand Down

0 comments on commit 604f50b

Please sign in to comment.