Fix next-auth

This commit is contained in:
Jared Palmer 2023-06-21 14:29:19 -07:00
parent 28f62d80cf
commit f2ae20d26b
5 changed files with 26 additions and 44 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.e65faa1c",
"next-themes": "^0.2.1",
"openai-edge": "^0.5.1",
"react": "^18.2.0",
@ -67,10 +67,5 @@
"tailwindcss-animate": "^1.0.5",
"typescript": "^5.1.3"
},
"pnpm": {
"overrides": {
"@auth/nextjs": "0.0.0-manual.223c6467"
}
},
"packageManager": "pnpm@8.6.1"
}