File tree Expand file tree Collapse file tree 4 files changed +135
-45
lines changed Expand file tree Collapse file tree 4 files changed +135
-45
lines changed Original file line number Diff line number Diff line change 195
195
"tsdown" : " ^0.12.9" ,
196
196
"typescript" : " ^5.8.3" ,
197
197
"unplugin-auto-import" : " ^19.3.0" ,
198
- "unplugin-vue-markdown" : " ^28.3.1 " ,
198
+ "unplugin-vue-markdown" : " ^29.1.0 " ,
199
199
"unplugin-vue-router" : " workspace:*" ,
200
- "vite" : " ^6.3.5 " ,
200
+ "vite" : " ^7.0.2 " ,
201
201
"vite-plugin-vue-devtools" : " ^7.7.7" ,
202
202
"vitepress" : " ^1.6.3" ,
203
203
"vitepress-plugin-llms" : " ^1.6.0" ,
Original file line number Diff line number Diff line change 8
8
},
9
9
"devDependencies" : {
10
10
"@tanstack/vue-query-devtools" : " ^5.81.5" ,
11
- "@vitejs/plugin-vue" : " ^5.2.4 " ,
11
+ "@vitejs/plugin-vue" : " ^6.0.0 " ,
12
12
"@vue/compiler-sfc" : " ^3.5.17" ,
13
13
"@vue/tsconfig" : " ^0.7.0" ,
14
14
"json-server" : " ^0.17.4" ,
15
15
"unplugin-vue-router" : " workspace:*" ,
16
- "vite" : " ^6.3.5" ,
17
- "vite-plugin-inspect" : " ^11.3.0"
16
+ "vite" : " ^7.0.2"
18
17
},
19
18
"dependencies" : {
20
19
"@tanstack/vue-query" : " ^5.81.5" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import VueRouter from '../src/vite'
7
7
import { VueRouterAutoImports } from '../src'
8
8
import Vue from '@vitejs/plugin-vue'
9
9
import AutoImport from 'unplugin-auto-import/vite'
10
- import Inspect from 'vite-plugin-inspect'
11
10
import VueDevtools from 'vite-plugin-vue-devtools'
12
11
13
12
export default defineConfig ( {
@@ -161,6 +160,5 @@ export default defineConfig({
161
160
// currently the devtools use 0.8.8 but we care more about
162
161
// inspecting virtual files
163
162
VueDevtools ( ) ,
164
- Inspect ( ) ,
165
163
] ,
166
164
} )
You can’t perform that action at this time.
0 commit comments