Skip to content

Commit

Permalink
refactor(redux): update react-redux/redux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Jun 17, 2019
1 parent 5c19243 commit 3fd6527
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 32 deletions.
62 changes: 33 additions & 29 deletions packages/nerv-redux/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions packages/nerv-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
"redux"
],
"devDependencies": {
"nervjs": "1.4.0",
"react-redux": "5.0.6",
"redux": "^3.7.2"
"nervjs": "1.4.0"
},
"peerDependencies": {
"nervjs": "1.4.0",
"redux": ">=2"
},
"dependencies": {
"react-redux": "^7.1.0",
"redux": "^4.0.1"
}
}

0 comments on commit 3fd6527

Please sign in to comment.