Skip to content

Commit

Permalink
Update react-redux peer dependency (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik authored May 4, 2020
1 parent fa90ae0 commit 166734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redux-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0",
"react-redux": "^4.0.0 || ^5.0.0 || ^6.0.0",
"react-redux": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
"redux": "^3.5.2 || ^4.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 166734e

Please sign in to comment.