Skip to content

Commit

Permalink
React 18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kyh committed May 13, 2022
1 parent 6eba9cd commit 54781b9
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 @@ -30,8 +30,8 @@
"types": "./types/index.d.ts",
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"deep-diff": "^1.0.2",
Expand Down

0 comments on commit 54781b9

Please sign in to comment.