fix: downgrade prisma to v5 & add bureau pricing

This commit is contained in:
mstfyldz
2026-08-09 11:27:50 +03:00
parent 916457f431
commit 2f302f8dd4
2 changed files with 66 additions and 888 deletions
+64 -886
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -13,7 +13,7 @@
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@prisma/client": "^7.8.0",
"@prisma/client": "^5.21.0",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.10.0",
"clsx": "^2.1.1",
@@ -36,7 +36,7 @@
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"prisma": "^7.8.0",
"prisma": "^5.21.0",
"tailwindcss": "^4",
"typescript": "^5"
}