From 0585f9abdb0ed3d45f40e23f121644dc2b26d546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 19 Aug 2025 09:31:50 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=B7=BB=E5=8A=A0=20create-vue=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + pnpm-lock.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/package.json b/package.json index c63b858..fee5367 100644 --- a/package.json +++ b/package.json @@ -122,6 +122,7 @@ "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "archiver": "^7.0.1", + "create-vue": "3.18.0", "depcheck": "^1.4.7", "eruda": "^3.4.3", "eslint": "^9.33.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 87b990e..472df3a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -239,6 +239,9 @@ importers: archiver: specifier: ^7.0.1 version: 7.0.1 + create-vue: + specifier: 3.18.0 + version: 3.18.0 depcheck: specifier: ^1.4.7 version: 1.4.7 @@ -2860,6 +2863,11 @@ packages: resolution: {integrity: sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==} engines: {node: '>= 14'} + create-vue@3.18.0: + resolution: {integrity: sha512-bueZAMZKVztP+j76zWf3cs6O5XKGh1XMYDEd+VwAoh4eU01SOC84UCqmhnJOKpW75ZNn1glMRasisp/I55VNrA==} + engines: {node: ^20.19.0 || >=22.12.0} + hasBin: true + cross-spawn@7.0.6: resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} engines: {node: '>= 8'} @@ -8318,6 +8326,8 @@ snapshots: crc-32: 1.2.2 readable-stream: 4.7.0 + create-vue@3.18.0: {} + cross-spawn@7.0.6: dependencies: path-key: 3.1.1