revert(B08): openwebcad typescript 핀 원복 — 진단 중 설치한 5.5.4 고정을 ^5.2.2로 되돌림
빌드 실패 원인은 typescript 버전이 아니라 node_modules 부분 설치(패키지 dist·bin 디렉터리가 빈 상태로 남아 npm이 재추출을 건너뜀)였다. node_modules를 지우고 다시 설치해 해결했으므로, 진단 과정에서 바뀐 버전 핀은 원래 범위로 되돌린다. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1
-2
@@ -39,7 +39,7 @@
|
||||
"biome": "^0.3.3",
|
||||
"puppeteer": "^24.1.1",
|
||||
"tailwindcss": "^4.1.3",
|
||||
"typescript": "^5.5.4",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^6.2.6",
|
||||
"vite-plugin-svgr": "^4.3.0",
|
||||
"vitest": "^3.1.1"
|
||||
@@ -6853,7 +6853,6 @@
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
|
||||
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
"tsserver": "bin/tsserver"
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"biome": "^0.3.3",
|
||||
"puppeteer": "^24.1.1",
|
||||
"tailwindcss": "^4.1.3",
|
||||
"typescript": "^5.5.4",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^6.2.6",
|
||||
"vite-plugin-svgr": "^4.3.0",
|
||||
"vitest": "^3.1.1"
|
||||
|
||||
Reference in New Issue
Block a user