Fix npm install: next-auth@beta + @auth/prisma-adapter
CI / verify (push) Failing after 47s

next-auth@^5.0.0 doesn't exist — v5 ships under the 'beta' npm dist-tag
until it stabilizes. Plus @auth/prisma-adapter was referenced in src/lib/auth.ts
but missing from package.json deps.
This commit is contained in:
2026-05-09 17:35:08 +02:00
parent 93f4986204
commit 0022ecc30e
+2 -1
View File
@@ -12,9 +12,10 @@
"prisma:migrate": "prisma migrate dev"
},
"dependencies": {
"@auth/prisma-adapter": "^2.0.0",
"@prisma/client": "^6.0.0",
"next": "^16.0.0",
"next-auth": "^5.0.0",
"next-auth": "beta",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",