Skip to content

Commit f35c8ac

Browse files
fix: update package.json to support react 19
1 parent ca6ebce commit f35c8ac

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
@@ -89,7 +89,7 @@
8989
"lodash.camelcase": "^4.3.0"
9090
},
9191
"peerDependencies": {
92-
"react": "^16.6.3 || ^17.0.0 || ^18.0.0",
93-
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0"
92+
"react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0",
93+
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0"
9494
}
9595
}

0 commit comments

Comments
 (0)