Move to next-auth
This commit is contained in:
parent
3b8bb9dea4
commit
a46b2ac3c6
10 changed files with 107 additions and 20 deletions
|
|
@ -15,7 +15,8 @@
|
|||
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
|
||||
},
|
||||
"dependencies": {
|
||||
"@next-auth/prisma-adapter": "^1.0.6",
|
||||
"@auth/nextjs": "0.0.0-manual.030e8328",
|
||||
"@next-auth/prisma-adapter": "1.0.6",
|
||||
"@prisma/client": "^4.14.0",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
||||
"@vercel/analytics": "^1.0.0",
|
||||
|
|
@ -69,5 +70,10 @@
|
|||
"prisma": "^4.14.0",
|
||||
"tailwindcss": "^3.3.1",
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@auth/core": "0.0.0-manual.527fff6c"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue