Skip to content

Commit 9e5e77c

Browse files
committed
Adds support for React 18
1 parent 4f49bf6 commit 9e5e77c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"throttle-debounce": "^3.0.1"
3737
},
3838
"peerDependencies": {
39-
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0",
40-
"react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0"
39+
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
40+
"react-dom": "^0.14.0 || ^15.0.0-0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
4141
},
4242
"devDependencies": {
4343
"@babel/cli": "^7.14.8",

0 commit comments

Comments
 (0)