Skip to content

Commit cb8b03b

Browse files
authored
feat!: remove support for Vite 5 (#8202)
1 parent 7afdd7b commit cb8b03b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tinyglobby": "catalog:",
3131
"unocss": "catalog:",
3232
"unplugin-vue-components": "catalog:",
33-
"vite": "^5.2.8",
33+
"vite": "^6.3.5",
3434
"vite-plugin-pwa": "^0.21.2",
3535
"vitepress": "2.0.0-alpha.6",
3636
"vitepress-plugin-group-icons": "^1.6.0",

packages/mocker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"peerDependencies": {
5757
"msw": "^2.4.9",
58-
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
58+
"vite": "^6.0.0 || ^7.0.0-0"
5959
},
6060
"peerDependenciesMeta": {
6161
"msw": {
@@ -77,6 +77,6 @@
7777
"acorn-walk": "catalog:",
7878
"msw": "catalog:",
7979
"pathe": "catalog:",
80-
"vite": "^5.4.0"
80+
"vite": "^6.3.5"
8181
}
8282
}

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"tinyglobby": "catalog:",
171171
"tinypool": "^1.1.1",
172172
"tinyrainbow": "catalog:",
173-
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0",
173+
"vite": "^6.0.0 || ^7.0.0-0",
174174
"vite-node": "workspace:*",
175175
"why-is-node-running": "^2.3.0"
176176
},

0 commit comments

Comments
 (0)