Skip to content

Commit 17c43cd

Browse files
chore(deps-dev): bump vite from 6.2.4 to 6.2.6 (#939)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.4 to 6.2.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.2.6 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 728a8a3 commit 17c43cd

File tree

3 files changed

+310
-77
lines changed

3 files changed

+310
-77
lines changed

packages/sveltekit-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"svelte-check": "^4.0.0",
2727
"tslib": "^2.4.1",
2828
"typescript": "^5.3.3",
29-
"vite": "^6.0.13"
29+
"vite": "^6.2.6"
3030
},
3131
"eslintConfig": {
3232
"extends": "@silverhand"

packages/vue-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint-staged": "^15.0.0",
2929
"prettier": "^3.0.0",
3030
"typescript": "^5.3.3",
31-
"vite": "^6.0.13",
31+
"vite": "^6.2.6",
3232
"vue-tsc": "^2.1.10"
3333
}
3434
}

0 commit comments

Comments
 (0)