Skip to content

Commit 15c046c

Browse files
fix: add Next.js v15 a possible peer dependency (#12098)
Allow Next.js 15
1 parent 696d117 commit 15c046c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
},
101101
"peerDependencies": {
102102
"@auth/core": "0.34.2",
103-
"next": "^12.2.5 || ^13 || ^14",
103+
"next": "^12.2.5 || ^13 || ^14 || ^15",
104104
"nodemailer": "^6.6.5",
105105
"react": "^17.0.2 || ^18",
106106
"react-dom": "^17.0.2 || ^18"

0 commit comments

Comments
 (0)