File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 117117 "unocss" : " ^66.5.4" ,
118118 "vite" : " ^7.1.10" ,
119119 "vitest" : " ^3.2.4" ,
120- "vue" : " ^3.5.22 "
120+ "vue" : " ^3.5.32 "
121121 },
122122 "simple-git-hooks" : {
123123 "pre-commit" : " pnpm lint-staged"
Original file line number Diff line number Diff line change 4242 "devDependencies" : {
4343 "@types/lodash-es" : " ^4.17.12" ,
4444 "unplugin-vue" : " ^7.0.2" ,
45+ "vite" : " catalog:" ,
4546 "vite-plugin-dts" : " catalog:" ,
4647 "vue" : " catalog:" ,
4748 "vue-router" : " catalog:"
Original file line number Diff line number Diff line change 1616 "@vue/devtools-core" : " workspace:^" ,
1717 "@vue/devtools-kit" : " workspace:^" ,
1818 "@vue/devtools-shared" : " workspace:^"
19- },
20- "devDependencies" : {
21- "@vitejs/plugin-vue" : " catalog:" ,
22- "vue" : " catalog:"
2319 }
2420}
Original file line number Diff line number Diff line change 4646 "socket.io-client" : " ^4.8.1"
4747 },
4848 "devDependencies" : {
49- "@vitejs/plugin-vue" : " catalog:" ,
5049 "tsx" : " ^4.20.6" ,
51- "unbuild" : " 3.6.1" ,
52- "vue" : " catalog:"
50+ "unbuild" : " 3.6.1"
5351 }
5452}
Original file line number Diff line number Diff line change 1616 "@vue/devtools-core" : " workspace:^" ,
1717 "@vue/devtools-kit" : " workspace:^" ,
1818 "@vue/devtools-shared" : " workspace:^"
19- },
20- "devDependencies" : {
21- "@vitejs/plugin-vue" : " catalog:" ,
22- "vue" : " catalog:"
2319 }
2420}
Original file line number Diff line number Diff line change 2626 "serve" : " catalog:" ,
2727 "typescript" : " catalog:" ,
2828 "unocss" : " catalog:" ,
29- "vite" : " catalog: " ,
30- "vite-plugin-inspect" : " catalog: " ,
29+ "vite" : " ^8.0.0 " ,
30+ "vite-plugin-inspect" : " 12.0.0-beta.1 " ,
3131 "vite-plugin-vue-devtools" : " workspace:*"
3232 }
3333}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Unocss from 'unocss/vite'
44import AutoImport from 'unplugin-auto-import/vite'
55import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
66import { defineConfig } from 'vite'
7- import inspect from 'vite-plugin-inspect'
7+ // import inspect from 'vite-plugin-inspect'
88import VueDevTools from 'vite-plugin-vue-devtools'
99
1010// https://vitejs.dev/config/
@@ -24,7 +24,7 @@ export default defineConfig({
2424 ] ,
2525 resolvers : [ ElementPlusResolver ( ) ] ,
2626 } ) ,
27- inspect ( ) ,
27+ // inspect(),
2828 ] ,
2929 server : {
3030 port : 3000 ,
Original file line number Diff line number Diff line change 1111 },
1212 "devDependencies" : {
1313 "@vitejs/plugin-vue" : " catalog:" ,
14+ "vite" : " catalog:" ,
1415 "vite-plugin-vue-devtools" : " workspace:*"
1516 }
1617}
Original file line number Diff line number Diff line change 5959 "floating-vue" : " catalog:" ,
6060 "histoire" : " 1.0.0-beta.1" ,
6161 "unocss" : " catalog:" ,
62- "vite-plugin-dts" : " catalog:"
62+ "vite" : " catalog:" ,
63+ "vite-plugin-dts" : " catalog:" ,
64+ "vue" : " ^3.5.32"
6365 }
6466}
Original file line number Diff line number Diff line change 4848 "vite" : " ^6.0.0 || ^7.0.0 || ^8.0.0"
4949 },
5050 "dependencies" : {
51+ "@vitejs/devtools" : " 0.1.13" ,
5152 "@vue/devtools-core" : " workspace:^" ,
5253 "@vue/devtools-kit" : " workspace:^" ,
5354 "@vue/devtools-shared" : " workspace:^" ,
5455 "sirv" : " ^3.0.2" ,
55- "vite-plugin-inspect" : " catalog: " ,
56- "vite-plugin-vue-inspector" : " ^5.3.2 "
56+ "vite-plugin-inspect" : " 12.0.0-beta.1 " ,
57+ "vite-plugin-vue-inspector" : " ^5.4.0 "
5758 },
5859 "devDependencies" : {
5960 "@types/node" : " catalog:" ,
61+ "@vitejs/devtools-kit" : " 0.1.13" ,
6062 "fast-glob" : " ^3.3.3" ,
6163 "image-meta" : " ^0.2.2" ,
62- "pathe" : " catalog:"
64+ "pathe" : " catalog:" ,
65+ "vite" : " ^8.0.0"
6366 }
6467}
You can’t perform that action at this time.
0 commit comments