Skip to content

Commit 2824fa1

Browse files
authored
feat: add next 16 support (#13298)
add next 16 support
1 parent 8f3b2c7 commit 2824fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/next-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
"peerDependencies": {
9292
"@simplewebauthn/browser": "^9.0.1",
9393
"@simplewebauthn/server": "^9.0.2",
94-
"next": "^14.0.0-0 || ^15.0.0-0",
94+
"next": "^14.0.0-0 || ^15.0.0 || ^16.0.0",
9595
"nodemailer": "^7.0.7",
96-
"react": "^18.2.0 || ^19.0.0-0"
96+
"react": "^18.2.0 || ^19.0.0"
9797
},
9898
"peerDependenciesMeta": {
9999
"@simplewebauthn/browser": {

0 commit comments

Comments
 (0)