Skip to content

Commit ea03353

Browse files
authored
fix(next-auth): allow [email protected] to peer deps (#11071)
chore: add next 14 canary peer deps
1 parent b13afc8 commit ea03353

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
@@ -83,7 +83,7 @@
8383
"peerDependencies": {
8484
"@simplewebauthn/browser": "^9.0.1",
8585
"@simplewebauthn/server": "^9.0.2",
86-
"next": "^14 || ^15.0.0-0",
86+
"next": "^14.0.0-0 || ^15.0.0-0",
8787
"nodemailer": "^6.6.5",
8888
"react": "^18.2.0 || ^19.0.0-0"
8989
},

0 commit comments

Comments
 (0)