Skip to content

Commit d5b683f

Browse files
build(deps-dev): bump vite from 4.5.5 to 4.5.6 in /examples/ssr/vite
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5186130 commit d5b683f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/ssr/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"vue-i18n": "^9.2.0-beta.40"
2222
},
2323
"devDependencies": {
24-
"vite": "^4.5.5",
24+
"vite": "^4.5.6",
2525
"@vitejs/plugin-vue": "^4.2.3",
2626
"@vitejs/plugin-vue-jsx": "^2.0.0",
2727
"dep-import-type": "link:./dep-import-type",

examples/ssr/vite/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2089,10 +2089,10 @@ vary@~1.1.2:
20892089
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
20902090
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
20912091

2092-
vite@^4.5.5:
2093-
version "4.5.5"
2094-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e"
2095-
integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==
2092+
vite@^4.5.6:
2093+
version "4.5.6"
2094+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.6.tgz#48bbd97fe06e8241df2e625b31c581707e10b57d"
2095+
integrity sha512-ElBNuVvJKslxcfY2gMmae5IjaKGqCYGicCNZ+8R56sAznobeE3pI9ctzI17cBS/6OJh5YuQNMSN4BP4dRjugBg==
20962096
dependencies:
20972097
esbuild "^0.18.10"
20982098
postcss "^8.4.27"

0 commit comments

Comments
 (0)