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
@@ -73,7 +73,7 @@
"rfc6902": "^5.3.0"
},
"devDependencies": {
"tsdown": "^0.22.14",
"vitest": "^4.1.10"
"tsdown": "^0.23.0",
"vitest": "^5.0.1"
}
}
+6 -6
View File
@@ -28,9 +28,9 @@
"prisma:db:push:gateway": "prisma db push --schema prisma/gateway.prisma"
},
"dependencies": {
"@prisma/adapter-pg": "^7.9.1",
"@prisma/client": "^7.9.1",
"@prisma/client-runtime-utils": "^7.9.1",
"@prisma/adapter-pg": "^7.10.0",
"@prisma/client": "^7.10.0",
"@prisma/client-runtime-utils": "^7.10.0",
"@sammo-ts/common": "workspace:*",
"@sammo-ts/logic": "workspace:*",
"es-toolkit": "^1.43.0",
@@ -40,8 +40,8 @@
"devDependencies": {
"@types/pg": "^8.21.0",
"dotenv": "^17.4.2",
"prisma": "^7.9.1",
"tsdown": "^0.22.14",
"vitest": "^4.1.10"
"prisma": "^7.10.0",
"tsdown": "^0.23.0",
"vitest": "^5.0.1"
}
}
+2 -2
View File
@@ -27,7 +27,7 @@
"zod": "^4.3.5"
},
"devDependencies": {
"tsdown": "^0.22.14",
"vitest": "^4.1.10"
"tsdown": "^0.23.0",
"vitest": "^5.0.1"
}
}