feat(delete games): update prisma & delete games

This commit is contained in:
DecDuck
2024-12-23 21:12:32 +11:00
parent fd4a7d1981
commit 089c3e03f6
8 changed files with 111 additions and 55 deletions

View File

@ -14,7 +14,7 @@
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@nuxt/content": "^2.13.4",
"@prisma/client": "5.20.0",
"@prisma/client": "^6.1.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"cookie-es": "^1.2.2",
@ -24,7 +24,7 @@
"markdown-it": "^14.1.0",
"moment": "^2.30.1",
"nuxt": "^3.13.2",
"prisma": "^5.22.0",
"prisma": "^6.1.0",
"sanitize-filename": "^1.6.3",
"stream": "^0.0.3",
"stream-mime-type": "^2.0.0",