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:
2026-08-16 23:06:40 +09:00
co-authored by Claude Fable 5
parent f1c17e2a75
commit f7f1cb3163
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -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"
+1 -1
View File
@@ -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"