Skip to content

Commit

Permalink
feat: Support Next.js 15 and React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed May 24, 2024
1 parent d2668b8 commit a8496ab
Show file tree
Hide file tree
Showing 5 changed files with 921 additions and 99 deletions.
6 changes: 3 additions & 3 deletions examples/example-app-router-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"dependencies": {
"lodash": "^4.17.21",
"ms": "2.1.3",
"next": "^14.2.3",
"next": "15.0.0-rc.0",
"next-intl": "latest",
"react": "^18.3.0",
"react-dom": "^18.3.0"
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/example-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"dependencies": {
"clsx": "^1.2.1",
"next": "^14.2.3",
"next": "15.0.0-rc.0",
"next-intl": "latest",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/next-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"use-intl": "^3.14.1"
},
"peerDependencies": {
"next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"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 || ^19.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.5",
Expand All @@ -100,11 +100,11 @@
"eslint": "^8.54.0",
"eslint-config-molindo": "^7.0.0",
"eslint-plugin-deprecation": "^1.4.1",
"next": "^14.2.3",
"next": "15.0.0-rc.0",
"path-to-regexp": "^6.2.1",
"publint": "^0.2.7",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"rollup": "^3.28.1",
"rollup-plugin-preserve-directives": "0.2.0",
"size-limit": "^8.2.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/use-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"intl-messageformat": "^10.5.11"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.5",
Expand All @@ -80,8 +80,8 @@
"eslint": "^8.54.0",
"eslint-config-molindo": "^7.0.0",
"publint": "^0.2.7",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"rollup": "^3.28.1",
"size-limit": "^8.2.6",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit a8496ab

Please sign in to comment.