Skip to content

Commit c564067

Browse files
build(deps-dev): bump vite from 5.4.8 to 6.1.0
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 6.1.0. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@6.1.0/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc32102 commit c564067

File tree

4 files changed

+563
-309
lines changed

4 files changed

+563
-309
lines changed

apps/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"postcss": "8.5.0",
1717
"tailwindcss": "3.4.17",
1818
"typescript": "5.7.2",
19-
"vite": "6.0.0",
19+
"vite": "6.1.0",
2020
"vite-plugin-solid": "2.11.0"
2121
},
2222
"dependencies": {

packages/js-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@vitest/coverage-v8": "3.0.5",
5757
"axios": "1.7.7",
5858
"msw": "2.6.0",
59-
"vite": "5.4.8",
59+
"vite": "6.1.0",
6060
"vite-plugin-dts": "4.2.1",
6161
"vite-tsconfig-paths": "5.1.2",
6262
"vitest": "3.0.5"

packages/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"playwright": "1.50.1",
5252
"solid-js": "1.9.3",
5353
"typescript": "5.7.2",
54-
"vite": "6.0.0",
54+
"vite": "6.1.0",
5555
"vite-plugin-dts": "4.5.0",
5656
"vite-plugin-solid": "2.11.0",
5757
"vite-tsconfig-paths": "5.1.2",

0 commit comments

Comments
 (0)