Skip to content

Commit

Permalink
fix: lock react-redux to 5.0.7 (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Oct 26, 2018
1 parent 8551cea commit a3af9c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dva-no-router/package.json
Expand Up @@ -31,7 +31,7 @@
"global": "^4.3.2",
"invariant": "^2.2.2",
"isomorphic-fetch": "^2.2.1",
"react-redux": "^5.0.5",
"react-redux": "5.0.7",
"redux": "^3.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dva-react-router-3/package.json
Expand Up @@ -31,7 +31,7 @@
"global": "^4.3.2",
"invariant": "^2.2.2",
"isomorphic-fetch": "^2.2.1",
"react-redux": "^5.0.5",
"react-redux": "5.0.7",
"react-router": "^3.0.5",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/dva/package.json
Expand Up @@ -35,7 +35,7 @@
"history": "^4.6.3",
"invariant": "^2.2.2",
"isomorphic-fetch": "^2.2.1",
"react-redux": "^5.0.5",
"react-redux": "5.0.7",
"react-router-dom": "^4.1.2",
"react-router-redux": "5.0.0-alpha.9",
"redux": "^3.7.2"
Expand Down

0 comments on commit a3af9c7

Please sign in to comment.