Skip to content

Commit

Permalink
fix(next-auth): allow next@15 + react@19 (#11003)
Browse files Browse the repository at this point in the history
* feat: use react@19 + next@15 in dev app

* fix: allow next@15 with next-auth
  • Loading branch information
ndom91 committed May 27, 2024
1 parent 2a9eb3b commit 770112c
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 65 deletions.
6 changes: 3 additions & 3 deletions apps/dev/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": {
"@auth/prisma-adapter": "workspace:*",
"@prisma/client": "^5",
"next": "14.2.3",
"next": "15.0.0-rc.0",
"next-auth": "workspace:*",
"nodemailer": "^6.9.3",
"react": "^18",
"react-dom": "^18"
"react": "19.0.0-rc-4c2e457c7c-20240522",
"react-dom": "19.0.0-rc-4c2e457c7c-20240522"
},
"devDependencies": {
"@libsql/client": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"peerDependencies": {
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "^9.0.2",
"next": "^14",
"next": "^14 || ^15.0.0-0",
"nodemailer": "^6.6.5",
"react": "^18.2.0 || ^19.0.0-0"
},
Expand Down
Loading

0 comments on commit 770112c

Please sign in to comment.