Skip to content

Commit 7827756

Browse files
committed
fix: react peerDependency
1 parent e270975 commit 7827756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"typescript": "4.7.4"
5252
},
5353
"peerDependencies": {
54-
"react": "^18.2.0"
54+
"react": ">= 17.0 <= 18.2.0"
5555
},
5656
"scripts": {
5757
"build": "tsc",

0 commit comments

Comments
 (0)