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
+4 -4
View File
@@ -12,17 +12,17 @@
},
"devDependencies": {
"tsdown": "^0.18.3",
"vite-tsconfig-paths": "^6.0.0",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
},
"dependencies": {
"@fastify/cors": "^10.0.1",
"@fastify/cors": "^11.2.0",
"@sammo-ts/common": "workspace:*",
"@sammo-ts/logic": "workspace:*",
"@sammo-ts/infra": "workspace:*",
"@sammo-ts/logic": "workspace:*",
"@trpc/server": "^11.4.4",
"fastify": "^5.3.3",
"redis": "^4.7.0",
"redis": "^5.10.0",
"zod": "^4.2.1"
}
}