Skip to content

Commit

Permalink
fix(dependencies): update dependency react-redux to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ZauberNerd committed Apr 9, 2019
1 parent 219fa3f commit 4d60114
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
},
"peerDependencies": {
"react": "^16.4.0",
"react-redux": "^5.0.7 || ^6.0.0",
"react-redux": "^7.0.0",
"react-router-dom": "^4.3.1 || ^5.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"react": "^16.4.2",
"react-redux": "^6.0.0",
"react-redux": "^7.0.0",
"react-router-dom": "^5.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/template-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-redux": "^6.0.0",
"react-redux": "^7.0.0",
"react-router-dom": "^5.0.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
dependencies:
regenerator-runtime "^0.12.0"

"@babel/runtime@^7.1.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.3":
"@babel/runtime@^7.1.2", "@babel/runtime@^7.4.3":
version "7.4.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.3.tgz#79888e452034223ad9609187a0ad1fe0d2ad4bdc"
integrity sha512-9lsJwJLxDh/T3Q3SZszfWOTkk3pHbkmH+3KY+zwIDmsNlxsumuhS2TH3NIpktU4kNvfzy+k3eLT7aTJSPTo0OA==
Expand Down Expand Up @@ -10178,22 +10178,22 @@ react-helmet@^5.2.0:
prop-types "^15.5.4"
react-side-effect "^1.1.0"

react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.2, react-is@^16.8.6:
react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.6:
version "16.8.6"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==

react-redux@^6.0.0:
version "6.0.1"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-6.0.1.tgz#0d423e2c1cb10ada87293d47e7de7c329623ba4d"
integrity sha512-T52I52Kxhbqy/6TEfBv85rQSDz6+Y28V/pf52vDWs1YRXG19mcFOGfHnY2HsNFHyhP+ST34Aih98fvt6tqwVcQ==
react-redux@^7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.0.1.tgz#321285e6c85c3586d11cc066ab33dc580da599fb"
integrity sha512-orSiI/QXtGiiJmf8lN/zVTx4hysFo/kGOsce28IUu/mu98AGemBwPTDzf64P4Vf/miRmevO8/w2RSw2awDd21w==
dependencies:
"@babel/runtime" "^7.3.1"
"@babel/runtime" "^7.4.3"
hoist-non-react-statics "^3.3.0"
invariant "^2.2.4"
loose-envify "^1.4.0"
prop-types "^15.7.2"
react-is "^16.8.2"
react-is "^16.8.6"

react-router-dom@^5.0.0:
version "5.0.0"
Expand Down

0 comments on commit 4d60114

Please sign in to comment.