Skip to content

Commit

Permalink
fix(package): match allowed peer dependency ranges of react and @type…
Browse files Browse the repository at this point in the history
…s/react (#1463)

Fixes #1462
  • Loading branch information
hbendev authored Jul 17, 2024
1 parent 9362f27 commit 0809ac5
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 @@ -84,7 +84,7 @@
"typescript": "5.5.3"
},
"peerDependencies": {
"@types/react": "17 || 18",
"@types/react": "0.14 || 15 || 16 || 17 || 18",
"react": "0.14 || 15 || 16 || 17 || 18"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 0809ac5

Please sign in to comment.