chore(build): 빌드 도구와 Node LTS 버전 갱신
TypeScript 버전은 유지하고 pnpm, Turbo, Vite, Vitest, Prisma, tsdown을 갱신한다. 선언 파일 생성 호환성을 위해 rolldown-plugin-dts를 고정한다.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user