Skip to content

Commit

Permalink
support React 18
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed Feb 12, 2022
1 parent b34f02c commit 24fcd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"node": ">=8.5.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"@types/react": "^16.8.0 || ^17.0.0"
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 24fcd4b

Please sign in to comment.