Skip to content

Commit 756f95a

Browse files
committed
chore: up vite
1 parent 5c49aaa commit 756f95a

File tree

4 files changed

+135
-45
lines changed

4 files changed

+135
-45
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@
195195
"tsdown": "^0.12.9",
196196
"typescript": "^5.8.3",
197197
"unplugin-auto-import": "^19.3.0",
198-
"unplugin-vue-markdown": "^28.3.1",
198+
"unplugin-vue-markdown": "^29.1.0",
199199
"unplugin-vue-router": "workspace:*",
200-
"vite": "^6.3.5",
200+
"vite": "^7.0.2",
201201
"vite-plugin-vue-devtools": "^7.7.7",
202202
"vitepress": "^1.6.3",
203203
"vitepress-plugin-llms": "^1.6.0",

playground/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
},
99
"devDependencies": {
1010
"@tanstack/vue-query-devtools": "^5.81.5",
11-
"@vitejs/plugin-vue": "^5.2.4",
11+
"@vitejs/plugin-vue": "^6.0.0",
1212
"@vue/compiler-sfc": "^3.5.17",
1313
"@vue/tsconfig": "^0.7.0",
1414
"json-server": "^0.17.4",
1515
"unplugin-vue-router": "workspace:*",
16-
"vite": "^6.3.5",
17-
"vite-plugin-inspect": "^11.3.0"
16+
"vite": "^7.0.2"
1817
},
1918
"dependencies": {
2019
"@tanstack/vue-query": "^5.81.5",

playground/vite.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import VueRouter from '../src/vite'
77
import { VueRouterAutoImports } from '../src'
88
import Vue from '@vitejs/plugin-vue'
99
import AutoImport from 'unplugin-auto-import/vite'
10-
import Inspect from 'vite-plugin-inspect'
1110
import VueDevtools from 'vite-plugin-vue-devtools'
1211

1312
export default defineConfig({
@@ -161,6 +160,5 @@ export default defineConfig({
161160
// currently the devtools use 0.8.8 but we care more about
162161
// inspecting virtual files
163162
VueDevtools(),
164-
Inspect(),
165163
],
166164
})

0 commit comments

Comments
 (0)