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
+1 -1
View File
@@ -18,6 +18,6 @@
"@trpc/client": "^11.8.1"
},
"devDependencies": {
"vitest": "^4.1.10"
"vitest": "^5.0.1"
}
}
+2 -2
View File
@@ -23,9 +23,9 @@
"devDependencies": {
"@types/node": "^26.2.0",
"@types/pg": "^8.21.0",
"tsdown": "^0.22.14",
"tsdown": "^0.23.0",
"tsx": "^4.23.12",
"typescript": "6.0.3",
"vitest": "^4.1.10"
"vitest": "^5.0.1"
}
}