Skip to content

Commit

Permalink
feat: Add support for React 19 RC (#1490)
Browse files Browse the repository at this point in the history
Fixes #1488
  • Loading branch information
amannn authored Oct 31, 2024
1 parent e1e10a6 commit 2dea022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/next-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"peerDependencies": {
"next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/use-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"intl-messageformat": "^10.5.14"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
Expand Down

0 comments on commit 2dea022

Please sign in to comment.