chore: update package dependencies for improved compatibility and performance

This commit is contained in:
2025-12-30 03:58:18 +00:00
parent f32f9b10c2
commit 7b719f00de
7 changed files with 99 additions and 145 deletions
+2 -2
View File
@@ -12,15 +12,15 @@
"typecheck": "tsc -b"
},
"dependencies": {
"@prisma/client": "^7.2.0",
"@sammo-ts/common": "workspace:*",
"@sammo-ts/infra": "workspace:*",
"@sammo-ts/logic": "workspace:*",
"@prisma/client": "^7.2.0",
"zod": "^4.2.1"
},
"devDependencies": {
"tsdown": "^0.18.3",
"vite-tsconfig-paths": "^4.3.2",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
}
}