chore(build): 빌드 도구와 Node LTS 버전 갱신

TypeScript 버전은 유지하고 pnpm, Turbo, Vite, Vitest, Prisma, tsdown을 갱신한다. 선언 파일 생성 호환성을 위해 rolldown-plugin-dts를 고정한다.
This commit is contained in:
2026-09-23 02:09:22 +00:00
parent f5264352f9
commit 16b320dabc
17 changed files with 659 additions and 545 deletions
+3 -3
View File
@@ -26,13 +26,13 @@
"devDependencies": {
"@types/sanitize-html": "2.16.1",
"@types/web-push": "3.6.4",
"tsdown": "^0.22.14",
"vitest": "^4.1.10"
"tsdown": "^0.23.0",
"vitest": "^5.0.1"
},
"dependencies": {
"@fastify/cors": "^11.2.0",
"@fastify/static": "^10.1.3",
"@prisma/client": "^7.9.1",
"@prisma/client": "^7.10.0",
"@sammo-ts/common": "workspace:*",
"@sammo-ts/game-engine": "workspace:*",
"@sammo-ts/infra": "workspace:*",