Skip to content

Commit df5ad4b

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.3.6",
34+
"vite": "^6.4.1",
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
@@ -3165,10 +3165,10 @@ [email protected]:
31653165
pathe "^2.0.3"
31663166
vite "^5.0.0 || ^6.0.0"
31673167

3168-
"vite@^5.0.0 || ^6.0.0", vite@^6.3.6:
3169-
version "6.3.6"
3170-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.3.6.tgz#69a976b64930750d40219fbc68c5200874d315c1"
3171-
integrity sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==
3168+
"vite@^5.0.0 || ^6.0.0", vite@^6.4.1:
3169+
version "6.4.1"
3170+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.1.tgz#afbe14518cdd6887e240a4b0221ab6d0ce733f96"
3171+
integrity sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==
31723172
dependencies:
31733173
esbuild "^0.25.0"
31743174
fdir "^6.4.4"

0 commit comments

Comments
 (0)