perf: upgrade to prisma 5

This commit is contained in:
Isaac
2025-02-10 01:13:46 +00:00
parent 764a8aac37
commit 8ac7c65a2d
2 changed files with 50 additions and 24 deletions

View File

@@ -55,7 +55,7 @@
"@fastify/cookie": "^11.0.2",
"@fastify/jwt": "^9.0.3",
"@fastify/multipart": "^9.0.3",
"@prisma/client": "^4.16.2",
"@prisma/client": "^5.22.0",
"archiver": "^7.0.1",
"boxen": "^7.1.1",
"commander": "^12.1.0",
@@ -74,7 +74,7 @@
"node-emoji": "^1.11.0",
"object-diffy": "^1.0.4",
"ora": "^8.1.1",
"prisma": "^4.16.2",
"prisma": "^5.22.0",
"semver": "^7.7.0",
"short-unique-id": "^4.4.4",
"spacetime": "^7.7.0",