remove pnpm override

This commit is contained in:
Balázs Orbán 2023-06-20 15:51:10 +02:00
parent a905555da4
commit 14fafb9940
2 changed files with 22 additions and 14 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.d211b087",
"next-auth": "0.0.0-manual.f414f2f5",
"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.de744368"
}
},
"packageManager": "pnpm@8.6.1"
}