Skip to content

Commit

Permalink
dep: upgrade redux to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Mar 7, 2019
1 parent d1f0b11 commit eac751b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/dva-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@
"global": "^4.3.2",
"invariant": "^2.2.1",
"is-plain-object": "^2.0.3",
"redux": "^3.7.1",
"redux-saga": "^0.16.0",
"warning": "^3.0.0"
},
"peerDependencies": {
"redux": "3.x"
"redux": "4.x"
},
"devDependencies": {
"redux": "^4.0.0"
"redux": "^4.0.1"
},
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/dva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-redux": "5.0.7",
"react-router-dom": "^4.1.2",
"react-router-redux": "5.0.0-alpha.9",
"redux": "^3.7.2"
"redux": "^4.0.1"
},
"peerDependencies": {
"react": "15.x || ^16.0.0-0",
Expand Down

0 comments on commit eac751b

Please sign in to comment.