Skip to content

Commit 4ce96a0

Browse files
Merge pull request #5250 from aminabromand/main
Added react ^19 and ^19.0.0-rc as peer dep
2 parents 8c5d71c + a4bfe9e commit 4ce96a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"typescript": "^5.5.4"
9393
},
9494
"peerDependencies": {
95-
"react": "^16.9.0 || ^17 || ^18",
96-
"react-dom": "^16.9.0 || ^17 || ^18"
95+
"react": "^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc",
96+
"react-dom": "^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc"
9797
},
9898
"dependencies": {
9999
"@floating-ui/react": "^0.26.23",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9339,8 +9339,8 @@ __metadata:
93399339
tslib: "npm:^2.7.0"
93409340
typescript: "npm:^5.5.4"
93419341
peerDependencies:
9342-
react: ^16.9.0 || ^17 || ^18
9343-
react-dom: ^16.9.0 || ^17 || ^18
9342+
react: ^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc
9343+
react-dom: ^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc
93449344
languageName: unknown
93459345
linkType: soft
93469346

0 commit comments

Comments
 (0)