Skip to content

Commit 71cb735

Browse files
Bump vite from 4.0.4 to 4.0.5 in /examples/with-sveltekit (#1756)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.0.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.0.5/packages/vite) --- updated-dependencies: - dependency-name: vite 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 a2e0197 commit 71cb735

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/with-sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"svelte-preprocess": "^5.0.1",
2828
"tslib": "^2.5.0",
2929
"typescript": "^4.9.5",
30-
"vite": "^4.0.4"
30+
"vite": "^4.0.5"
3131
},
3232
"type": "module",
3333
"dependencies": {

examples/with-sveltekit/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3992,10 +3992,10 @@ valtio@1.10.5:
39923992
proxy-compare "2.5.1"
39933993
use-sync-external-store "1.2.0"
39943994

3995-
vite@^4.0.4:
3996-
version "4.0.4"
3997-
resolved "https://registry.npmjs.org/vite/-/vite-4.0.4.tgz#4612ce0b47bbb233a887a54a4ae0c6e240a0da31"
3998-
integrity sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==
3995+
vite@^4.0.5:
3996+
version "4.0.5"
3997+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.0.5.tgz#634f0bd1edf8bb8468ed42a1c3fd938c67d2f94b"
3998+
integrity sha512-7m87RC+caiAxG+8j3jObveRLqaWA/neAdCat6JAZwMkSWqFHOvg8MYe5fAQxVBRAuKAQ1S6XDh3CBQuLNbY33w==
39993999
dependencies:
40004000
esbuild "^0.16.3"
40014001
postcss "^8.4.20"

0 commit comments

Comments
 (0)