Skip to content

Commit 8cc3bc5

Browse files
Bump vite from 4.5.3 to 4.5.5 in the npm_and_yarn group
Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 4.5.3 to 4.5.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 871b675 commit 8cc3bc5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

playgrounds/vue3-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@vitejs/plugin-vue": "^4.0.0",
2121
"typescript": "^4.9.5",
22-
"vite": "^4.5.3",
22+
"vite": "^4.5.5",
2323
"vue-tsc": "^1.0.11",
2424
"eslint-config-meilisearch": "*"
2525
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14939,10 +14939,10 @@ [email protected]:
1493914939
core-util-is "1.0.2"
1494014940
extsprintf "^1.2.0"
1494114941

14942-
vite@^4.5.3:
14943-
version "4.5.3"
14944-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a"
14945-
integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==
14942+
vite@^4.5.5:
14943+
version "4.5.5"
14944+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e"
14945+
integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==
1494614946
dependencies:
1494714947
esbuild "^0.18.10"
1494814948
postcss "^8.4.27"

0 commit comments

Comments
 (0)