Skip to content

Commit

Permalink
Merge pull request #53 from MauricioRobayo/fix-peerDeps-allow-react-17
Browse files Browse the repository at this point in the history
Allow react 17 on peerDeps
  • Loading branch information
Jiri Spac committed Oct 5, 2021
2 parents 2ec15ca + 82632b8 commit 710cc26
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 @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/capaj/react-tweet-embed#readme",
"peerDependencies": {
"react": ">17"
"react": ">=17"
},
"devDependencies": {
"@types/prop-types": "^15.7.4",
Expand Down

0 comments on commit 710cc26

Please sign in to comment.