Skip to content

Commit b1c4f6c

Browse files
committed
feat: support vite 6
1 parent cde3329 commit b1c4f6c

File tree

4 files changed

+172
-44
lines changed

4 files changed

+172
-44
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"mlly": "^1.7.3",
179179
"pathe": "^1.1.2",
180180
"scule": "^1.3.0",
181-
"unplugin": "^1.16.0",
181+
"unplugin": "2.0.0-beta.1",
182182
"yaml": "^2.6.1"
183183
},
184184
"peerDependencies": {
@@ -219,7 +219,7 @@
219219
"unplugin-auto-import": "^0.18.6",
220220
"unplugin-vue-markdown": "^0.26.3",
221221
"unplugin-vue-router": "workspace:*",
222-
"vite": "^5.4.11",
222+
"vite": "^6.0.1",
223223
"vite-plugin-vue-devtools": "^7.6.7",
224224
"vitepress": "1.5.0",
225225
"vitest": "^2.1.6",

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@vue/tsconfig": "^0.7.0",
1313
"json-server": "^0.17.4",
1414
"unplugin-vue-router": "workspace:*",
15-
"vite": "^5.4.11",
16-
"vite-plugin-inspect": "^0.8.8"
15+
"vite": "^6.0.1",
16+
"vite-plugin-inspect": "^0.10.1"
1717
},
1818
"dependencies": {
1919
"@tanstack/vue-query": "^5.60.6",

0 commit comments

Comments
 (0)