Skip to content

Commit 2c0fc33

Browse files
fix: update package.json to support react 19 (#341)
Run the test to see what's going on first and see do we need to adopt changes in tests supplied by the developer communities.
1 parent ca6ebce commit 2c0fc33

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)