Skip to content

Commit 0809ac5

Browse files
authoredJul 17, 2024··
fix(package): match allowed peer dependency ranges of react and @types/react (#1463)
Fixes #1462
1 parent 9362f27 commit 0809ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"typescript": "5.5.3"
8585
},
8686
"peerDependencies": {
87-
"@types/react": "17 || 18",
87+
"@types/react": "0.14 || 15 || 16 || 17 || 18",
8888
"react": "0.14 || 15 || 16 || 17 || 18"
8989
},
9090
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)
Please sign in to comment.