Skip to content

Commit

Permalink
Adds support for React 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Aug 23, 2021
1 parent 4f49bf6 commit 9e5e77c
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 @@ -36,8 +36,8 @@
"throttle-debounce": "^3.0.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0",
"react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0"
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
Expand Down

0 comments on commit 9e5e77c

Please sign in to comment.