From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:48:17 +0000 (+0900) Subject: chore(deps): update vite packages (#1052) X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;ds=inline;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore(deps): update vite packages (#1052) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f40058ca..2d93636b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,7 +66,7 @@ importers: specifier: npm:@voidzero-dev/vite-plus-core@latest version: '@voidzero-dev/vite-plus-core@0.2.1(@types/node@24.13.2)(jiti@2.7.0)(typescript@6.0.3)(yaml@2.9.0)' vite-plugin-vue-devtools: - specifier: ^8.1.2 + specifier: ^8.1.3 version: 8.1.3(@voidzero-dev/vite-plus-core@0.2.1)(vue@3.5.38) template/config/cypress: diff --git a/template/base/package.json b/template/base/package.json index 83d5b861..64b817af 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^6.0.7", "vite": "^8.0.16", - "vite-plugin-vue-devtools": "^8.1.2" + "vite-plugin-vue-devtools": "^8.1.3" }, "engines": { "node": "^22.18.0 || >=24.12.0"