Skip to content

Commit

Permalink
Merge pull request #48 from mediamonks/develop
Browse files Browse the repository at this point in the history
Fix peer dependency version
  • Loading branch information
tommymm authored Apr 13, 2022
2 parents 0cffb8c + 5c30fc9 commit 6249ba8
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 @@ -75,7 +75,7 @@
},
"peerDependencies": {
"prop-types": ">= 15.5.10",
"react": ">= 17.2.0",
"react": ">= 17.0.2",
"react-redux": ">= 5.1.2"
},
"dependencies": {
Expand Down

0 comments on commit 6249ba8

Please sign in to comment.