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
+2 -2
View File
@@ -27,8 +27,8 @@
},
"devDependencies": {
"@types/sanitize-html": "2.16.1",
"tsdown": "^0.22.14",
"vitest": "^4.1.10"
"tsdown": "^0.23.0",
"vitest": "^5.0.1"
},
"dependencies": {
"@fastify/cors": "^11.2.0",
+3 -3
View File
@@ -121,7 +121,7 @@
"typecheck": "pnpm -w tsc7 -b app/game-engine/tsconfig.json"
},
"dependencies": {
"@prisma/client": "^7.9.1",
"@prisma/client": "^7.10.0",
"@sammo-ts/common": "workspace:*",
"@sammo-ts/infra": "workspace:*",
"@sammo-ts/logic": "workspace:*",
@@ -129,7 +129,7 @@
"zod": "^4.3.5"
},
"devDependencies": {
"tsdown": "^0.22.14",
"vitest": "^4.1.10"
"tsdown": "^0.23.0",
"vitest": "^5.0.1"
}
}
+2 -2
View File
@@ -62,12 +62,12 @@
"@sammo-ts/gateway-api": "workspace:*",
"@sammo-ts/infra": "workspace:*",
"@tailwindcss/vite": "^4.3.3",
"@vitejs/plugin-vue": "^6.0.8",
"@vitejs/plugin-vue": "^6.0.9",
"autoprefixer": "^10.5.4",
"postcss": "8.5.26",
"tailwindcss": "^4.3.3",
"typescript": "6.0.3",
"vite": "^8.2.1",
"vite": "^8.3.0",
"vue-tsc": "^3.3.9"
}
}
+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:*",
+2 -2
View File
@@ -38,13 +38,13 @@
"@sammo-ts/logic": "workspace:*",
"@tailwindcss/vite": "^4.3.3",
"@types/pg": "^8.21.0",
"@vitejs/plugin-vue": "^6.0.8",
"@vitejs/plugin-vue": "^6.0.9",
"autoprefixer": "^10.5.4",
"pg": "^8.23.0",
"postcss": "8.5.26",
"tailwindcss": "^4.3.3",
"typescript": "6.0.3",
"vite": "^8.2.1",
"vite": "^8.3.0",
"vue-tsc": "^3.3.9"
}
}
+2 -2
View File
@@ -21,7 +21,7 @@
"@sammo-ts/infra": "workspace:*"
},
"devDependencies": {
"tsdown": "^0.22.14",
"vitest": "^4.1.10"
"tsdown": "^0.23.0",
"vitest": "^5.0.1"
}
}