📦 deps: updating prisma v6 to v7

This commit is contained in:
Rafi Arrafif
2026-01-09 15:12:17 +07:00
parent ade9008752
commit 1e71bc43f7
4 changed files with 189 additions and 16 deletions

View File

@ -13,7 +13,7 @@
"env:publish": "bun run ./scripts/create-example-env.ts"
},
"dependencies": {
"@prisma/client": "^6.7.0",
"@prisma/client": "^7.2.0",
"@sentry/node": "^10.10.0",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.9",
@ -40,7 +40,7 @@
"cz-emoji": "^1.3.2-canary.2",
"eslint": "^9.29.0",
"globals": "^16.2.0",
"prisma": "^6.7.0",
"prisma": "^7.2.0",
"prisma-dbml-generator": "^0.12.0",
"typescript-eslint": "^8.34.1"
},