Skip to content

Commit 7abdb3a

Browse files
chore(deps-dev): bump vite from 6.4.1 to 6.4.2 in /examples/vue (#186)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 6.4.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3241224 commit 7abdb3a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"jsdom": "^26.0.0",
3232
"prettier": "^3.5.3",
3333
"typescript": "~5.8.3",
34-
"vite": "^6.4.1",
34+
"vite": "^6.4.2",
3535
"vitest": "^3.1.1",
3636
"vue-tsc": "^2.2.8"
3737
},

examples/vue/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3189,10 +3189,10 @@ vite-node@3.1.1:
31893189
pathe "^2.0.3"
31903190
vite "^5.0.0 || ^6.0.0"
31913191

3192-
"vite@^5.0.0 || ^6.0.0", vite@^6.4.1:
3193-
version "6.4.1"
3194-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.1.tgz#afbe14518cdd6887e240a4b0221ab6d0ce733f96"
3195-
integrity sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==
3192+
"vite@^5.0.0 || ^6.0.0", vite@^6.4.2:
3193+
version "6.4.2"
3194+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.2.tgz#a4e548ca3a90ca9f3724582cab35e1ba15efc6f2"
3195+
integrity sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==
31963196
dependencies:
31973197
esbuild "^0.25.0"
31983198
fdir "^6.4.4"

0 commit comments

Comments
 (0)