Skip to content

Commit

Permalink
Merge pull request #5250 from aminabromand/main
Browse files Browse the repository at this point in the history
Added react ^19 and ^19.0.0-rc as peer dep
  • Loading branch information
martijnrusschen authored Dec 1, 2024
2 parents 8c5d71c + a4bfe9e commit 4ce96a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"typescript": "^5.5.4"
},
"peerDependencies": {
"react": "^16.9.0 || ^17 || ^18",
"react-dom": "^16.9.0 || ^17 || ^18"
"react": "^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc",
"react-dom": "^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc"
},
"dependencies": {
"@floating-ui/react": "^0.26.23",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9339,8 +9339,8 @@ __metadata:
tslib: "npm:^2.7.0"
typescript: "npm:^5.5.4"
peerDependencies:
react: ^16.9.0 || ^17 || ^18
react-dom: ^16.9.0 || ^17 || ^18
react: ^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc
react-dom: ^16.9.0 || ^17 || ^18 || ^19 || ^19.0.0-rc
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 4ce96a0

Please sign in to comment.