From 22367a851421d41ab79449d70f23e6116df941d6 Mon Sep 17 00:00:00 2001 From: BeiyanYunyi <14120445+BeiyanYunyi@users.noreply.github.com> Date: Tue, 5 Mar 2024 00:13:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20wrangler=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/next.yaml | 1 + functions/package.json | 3 +-- package.json | 4 ++-- pnpm-lock.yaml | 16 ++++++---------- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/workflows/next.yaml b/.github/workflows/next.yaml index 5486e22..722b04a 100644 --- a/.github/workflows/next.yaml +++ b/.github/workflows/next.yaml @@ -48,3 +48,4 @@ jobs: accountId: ${{ secrets.CLOUDFLARE_PAGES_ACCOUNT }} projectName: rle-wiki directory: docs/.vitepress/dist + wranglerVersion: '3' diff --git a/functions/package.json b/functions/package.json index 778124c..1d97db9 100644 --- a/functions/package.json +++ b/functions/package.json @@ -10,7 +10,6 @@ "hono": "^4.0.8" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20240208.0", - "wrangler": "^3.25.0" + "@cloudflare/workers-types": "^4.20240208.0" } } diff --git a/package.json b/package.json index e2248f6..c57af76 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,10 @@ "vitepress-sidebar": "^1.18.6", "vue": "^3.4.19", "vuepress": "2.0.0-rc.0", - "vuepress-theme-hope": "2.0.0-rc.0" + "vuepress-theme-hope": "2.0.0-rc.0", + "wrangler": "^3.25.0" }, "dependencies": { - "hono": "^4.0.9", "katex": "^0.16.9", "pjts-suggestion-box": "^0.0.3", "vuepress-plugin-md-enhance": "2.0.0-rc.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f173ff8..404b257 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,9 +8,6 @@ importers: .: dependencies: - hono: - specifier: ^4.0.9 - version: 4.0.9 katex: specifier: ^0.16.9 version: 0.16.9 @@ -81,6 +78,9 @@ importers: vuepress-theme-hope: specifier: 2.0.0-rc.0 version: 2.0.0-rc.0(@types/js-yaml@4.0.9)(katex@0.16.9)(vuepress@2.0.0-rc.0) + wrangler: + specifier: ^3.25.0 + version: 3.30.1(@cloudflare/workers-types@4.20240222.0) functions: dependencies: @@ -94,9 +94,6 @@ importers: '@cloudflare/workers-types': specifier: ^4.20240208.0 version: 4.20240222.0 - wrangler: - specifier: ^3.25.0 - version: 3.30.1(@cloudflare/workers-types@4.20240222.0) packages: @@ -3343,7 +3340,7 @@ packages: dependencies: '@vuepress/core': 2.0.0-rc.0 '@vuepress/utils': 2.0.0-rc.0 - chokidar: 3.5.3 + chokidar: 3.6.0 transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -3893,7 +3890,6 @@ packages: readdirp: 3.6.0 optionalDependencies: fsevents: 2.3.3 - dev: true /cli-cursor@4.0.0: resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} @@ -5787,7 +5783,7 @@ packages: engines: {node: '>=14.0.0'} hasBin: true dependencies: - chokidar: 3.5.3 + chokidar: 3.6.0 immutable: 4.3.4 source-map-js: 1.0.2 @@ -6120,7 +6116,7 @@ packages: hasBin: true dependencies: '@jridgewell/source-map': 0.3.5 - acorn: 8.11.2 + acorn: 8.11.3 commander: 2.20.3 source-map-support: 0.5.21 dev: true