Downgraded nuxt to prevent supabase errors

The issues would happen randomly when login from google, it doesn't seem to happen again with nuxt 3.7.0 ?
This commit is contained in:
Alexis
2024-05-13 22:10:48 +02:00
parent 133404ff72
commit da6b30f00c
5 changed files with 28 additions and 19 deletions

View File

@@ -21,7 +21,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.364.0",
"nuxt": "^3.11.2",
"nuxt": "^3.7.0",
"pinia": "^2.1.7",
"radix-vue": "^1.7.4",
"shadcn-nuxt": "^0.10.4",