Skip to content

Commit 9b957f1

Browse files
chore(deps-dev): bump vite from 5.4.12 to 5.4.17 in /examples/vue (#131)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.12 to 5.4.17. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.17 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 914883e commit 9b957f1

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": "^24.1.1",
3232
"prettier": "^3.3.3",
3333
"typescript": "~5.5.4",
34-
"vite": "^5.4.12",
34+
"vite": "^5.4.17",
3535
"vitest": "^2.1.9",
3636
"vue-tsc": "^2.0.29"
3737
},

examples/vue/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3248,10 +3248,10 @@ [email protected]:
32483248
pathe "^1.1.2"
32493249
vite "^5.0.0"
32503250

3251-
vite@^5.0.0, vite@^5.4.12:
3252-
version "5.4.12"
3253-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.12.tgz#627d12ff06de3942557dfe8632fd712a12a072c7"
3254-
integrity sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA==
3251+
vite@^5.0.0, vite@^5.4.17:
3252+
version "5.4.17"
3253+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.17.tgz#4bf61dd4cdbf64b0d6661f5dba76954cc81d5082"
3254+
integrity sha512-5+VqZryDj4wgCs55o9Lp+p8GE78TLVg0lasCH5xFZ4jacZjtqZa6JUw9/p0WeAojaOfncSM6v77InkFPGnvPvg==
32553255
dependencies:
32563256
esbuild "^0.21.3"
32573257
postcss "^8.4.43"

0 commit comments

Comments
 (0)