Add process handler selector, pin Prisma

This commit is contained in:
DecDuck
2026-06-21 13:03:15 +10:00
parent a028db7288
commit 564a4aa6f0
18 changed files with 1421 additions and 1596 deletions
+4 -3
View File
@@ -29,13 +29,14 @@
"@nuxt/image": "^1.10.0",
"@nuxt/kit": "^3.20.1",
"@nuxtjs/i18n": "^9.5.5",
"@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.3.0",
"@prisma/adapter-pg": "7.7.0",
"@prisma/client": "7.7.0",
"@simplewebauthn/browser": "^13.2.2",
"@simplewebauthn/server": "^13.2.2",
"@tailwindcss/vite": "^4.0.6",
"@vueuse/nuxt": "13.6.0",
"argon2": "^0.43.0",
"arktype": "^2.1.10",
"bcryptjs": "^3.0.2",
"cbor2": "^2.0.1",
@@ -58,7 +59,7 @@
"parse-cosekey": "^1.0.2",
"pino": "^9.14.0",
"pino-pretty": "^13.1.1",
"prisma": "7.3.0",
"prisma": "7.7.0",
"sanitize-filename": "^1.6.3",
"semver": "^7.7.1",
"shescape": "^2.1.10",