Skip to content

Commit

Permalink
Include React 18 as Peer Dependencies (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius Dockwarder authored Apr 19, 2022
1 parent fe9b7e5 commit aea59e2
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 @@ -39,7 +39,7 @@
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down

0 comments on commit aea59e2

Please sign in to comment.