Skip to content

Commit

Permalink
fix: add react 18 to peerDeps list
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 11, 2022
1 parent 8fe34f4 commit c25e94f
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 @@ -86,7 +86,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": "^16.3 || ^17"
"react": "^16.3 || ^17 || ^18"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit c25e94f

Please sign in to comment.