From 6ef937dc1d6975b7503900ecd7e0d22a1c6d5294 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 7 Feb 2026 15:00:11 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20vue=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6a6dc69..64cd665 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "devDependencies": { - "vitepress": "^1.6.3" + "vitepress": "^2.0.0-alpha.16", + "vue": "^3.5.27" }, "scripts": { "docs:dev": "vitepress dev", "docs:build": "vitepress build", "docs:preview": "vitepress preview" - }, - "packageManager": "yarn@4.9.1" -} + } +} \ No newline at end of file -- 2.43.0 From c81e534edfdabbaafb21cc011cbc0e30e11fb6e4 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 7 Feb 2026 15:05:47 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20yarn=20add=20-D=20wran?= =?UTF-8?q?gler@latest=20=E7=9A=84=E5=AE=89=E8=A3=85=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0c860f8..b00d5be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { stage('Build / Package') { steps { - sh 'yarn install' + sh 'yarn add -D wrangler@latest' sh 'yarn docs:build' } } -- 2.43.0