Skip to content

Commit

Permalink
fix: react peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
supersnager committed Dec 18, 2022
1 parent e270975 commit 7827756
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 @@ -51,7 +51,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"react": "^18.2.0"
"react": ">= 17.0 <= 18.2.0"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 7827756

Please sign in to comment.