chore: update dependencies and fix build/lint/test regressions (#7403)

This commit is contained in:
Matti Nannt
2026-03-03 18:03:03 +01:00
committed by GitHub
parent d939263472
commit d5fdacadd7
27 changed files with 5184 additions and 6722 deletions
+6 -6
View File
@@ -48,8 +48,8 @@
},
"dependencies": {
"@formbricks/logger": "workspace:*",
"@paralleldrive/cuid2": "2.2.2",
"@prisma/client": "6.14.0",
"@paralleldrive/cuid2": "2.3.1",
"@prisma/client": "6.19.2",
"bcryptjs": "2.4.3",
"uuid": "11.1.0",
"zod": "3.25.76",
@@ -61,11 +61,11 @@
"@types/bcryptjs": "2.4.6",
"dotenv-cli": "8.0.0",
"glob": "11.1.0",
"prisma": "6.14.0",
"prisma-json-types-generator": "3.5.4",
"prisma": "6.19.2",
"prisma-json-types-generator": "3.6.2",
"ts-node": "10.9.2",
"tsx": "4.19.2",
"tsx": "4.21.0",
"vite": "6.4.1",
"vite-plugin-dts": "4.5.3"
"vite-plugin-dts": "4.5.4"
}
}