Skip to content

Commit 83e7076

Browse files
authored
feat: Support React 19
1 parent 465fbc1 commit 83e7076

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
@@ -72,8 +72,8 @@
7272
"package.json"
7373
],
7474
"peerDependencies": {
75-
"react": "16.8.0 - 18",
76-
"react-dom": "16.8.0 - 18"
75+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
76+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
7777
},
7878
"devDependencies": {
7979
"@babel/core": "^7.7.7",

0 commit comments

Comments
 (0)