chore: upgrade next-auth

This commit is contained in:
Balázs Orbán 2023-06-20 15:35:44 +02:00
parent ffab8267a4
commit a905555da4
5 changed files with 42 additions and 192 deletions

View file

@ -33,7 +33,7 @@
"focus-trap-react": "^10.1.1",
"nanoid": "^4.0.2",
"next": "13.4.7-canary.1",
"next-auth": "0.0.0-manual.4cd21ea5",
"next-auth": "0.0.0-manual.d211b087",
"next-themes": "^0.2.1",
"openai-edge": "^0.5.1",
"react": "^18.2.0",
@ -69,7 +69,8 @@
},
"pnpm": {
"overrides": {
"@auth/nextjs": "0.0.0-manual.223c6467"
"@auth/nextjs": "0.0.0-manual.de744368"
}
}
},
"packageManager": "pnpm@8.6.1"
}