Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
add compatibility with react-redux v7
Browse files Browse the repository at this point in the history
possible because of the return of store as a Prop to react-redux (missing in v6)
  • Loading branch information
petermakowski authored Apr 15, 2019
1 parent e1b4d35 commit 823552f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0",
"react-dom": "^0.14.7 || ^15.0.0 || ^16.0.0",
"react-redux": "^4.0.0 || ^5.0.3",
"react-redux": "^4.0.0 || ^5.0.3 || ^7.0.0",
"redux": "^3.0.0 || ^4.0.0"
}
}

0 comments on commit 823552f

Please sign in to comment.