chore(build): 빌드 도구와 Node LTS 버전 갱신
TypeScript 버전은 유지하고 pnpm, Turbo, Vite, Vitest, Prisma, tsdown을 갱신한다. 선언 파일 생성 호환성을 위해 rolldown-plugin-dts를 고정한다.
This commit is contained in:
+5
-4
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"version": "0.0.0",
|
||||
"packageManager": "pnpm@11.21.0",
|
||||
"packageManager": "pnpm@12.5.1",
|
||||
"scripts": {
|
||||
"lint": "node tools/run-lint.mjs",
|
||||
"lint:fix": "node tools/run-lint.mjs --fix",
|
||||
@@ -60,9 +60,10 @@
|
||||
"globals": "^17.11.0",
|
||||
"oxlint": "1.80.0",
|
||||
"oxlint-tsgolint": "7.0.2001",
|
||||
"prettier": "^3.9.6",
|
||||
"tsdown": "^0.22.14",
|
||||
"turbo": "^2.10.9",
|
||||
"prettier": "^3.9.8",
|
||||
"prisma": "^7.10.0",
|
||||
"tsdown": "^0.23.0",
|
||||
"turbo": "^2.11.3",
|
||||
"@typescript/native": "npm:typescript@7.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"typescript-eslint": "^8.67.0",
|
||||
|
||||
Reference in New Issue
Block a user