Skip to content

Commit 12e1fea

Browse files
authored
Merge pull request #2151 from jeffascript/react18
Support React 18
2 parents c923c95 + 9eb7df7 commit 12e1fea

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
@@ -90,8 +90,8 @@
9090
"resize-observer-polyfill": "^1.5.0"
9191
},
9292
"peerDependencies": {
93-
"react": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0",
94-
"react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0"
93+
"react": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0",
94+
"react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0"
9595
},
9696
"jest": {
9797
"setupFiles": [

0 commit comments

Comments
 (0)