Skip to content

Commit

Permalink
Widen allowed React versions
Browse files Browse the repository at this point in the history
  • Loading branch information
filoxo committed Aug 24, 2022
1 parent 7ac219f commit 0df4565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
"typescript": "^4.4.3"
},
"peerDependencies": {
"@types/react": ">=18",
"@types/react-dom": ">=18",
"react": ">=18"
"@types/react": "*",
"@types/react-dom": "*",
"react": "*"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 0df4565

Please sign in to comment.