Skip to content

Commit

Permalink
Change peer dependency for React (#1074)
Browse files Browse the repository at this point in the history
Use React 18.0.0 or any version greater as a peer dependency.
  • Loading branch information
EricImpact authored Jun 19, 2023
1 parent 425f8f4 commit 5c25cce
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 @@ -92,7 +92,7 @@
},
"peerDependencies": {
"next": ">= 13.2.5",
"react": "18.0.0"
"react": ">= 18.0.0"
},
"prettier": {
"trailingComma": "es5",
Expand Down

0 comments on commit 5c25cce

Please sign in to comment.