Skip to content

Commit

Permalink
Add missing peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Mar 21, 2021
1 parent d8622d2 commit fd6d6de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": ">=16.0.0"
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fd6d6de

Please sign in to comment.