Skip to content

Commit

Permalink
fix: #71 official support for react 18.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
supersnager committed Jul 12, 2022
1 parent 3b82a62 commit cbab8b4
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 @@ -32,8 +32,8 @@
"types": "src/types/index.d.ts",
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.12.0 || ^17.0.0",
"react-dom": "^16.12.0 || ^17.0.0"
"react": "^16.12.0 || ^17.0.0 || ^18.2.0",
"react-dom": "^16.12.0 || ^17.0.0 || ^18.2.0"
},
"devDependencies": {
"@babel/cli": "7.10.5",
Expand Down

0 comments on commit cbab8b4

Please sign in to comment.