From 2bec4a1f49fe675cd4e85ab662f0a90e472e81a0 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 16 Jun 2025 04:01:54 +0800 Subject: [PATCH] fix(stage-ui): missing vue-tsc --- packages/stage-ui/package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/packages/stage-ui/package.json b/packages/stage-ui/package.json index 1ad6f5bd6..226ad51f8 100644 --- a/packages/stage-ui/package.json +++ b/packages/stage-ui/package.json @@ -136,6 +136,7 @@ "unspeech": "^0.1.7", "vue-i18n": "^11.1.5", "vue-router": "^4.5.1", + "vue-tsc": "^2.2.10", "wlipsync": "^1.2.1", "xast-util-to-xml": "^4.0.0", "xastscript": "^4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5960c1b3b..2b69b43a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1078,6 +1078,9 @@ importers: vue-router: specifier: ^4.5.1 version: 4.5.1(vue@3.5.16(typescript@5.8.3)) + vue-tsc: + specifier: ^2.2.10 + version: 2.2.10(typescript@5.8.3) wlipsync: specifier: ^1.2.1 version: 1.2.1