File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "@types/wicg-file-system-access" : " ^2023.10.7" ,
2828 "@unocss/preset-icons" : " ^66.6.2" ,
2929 "@unocss/reset" : " ^66.6.2" ,
30- "@vitejs/plugin-vue" : " ^5.2.4 " ,
31- "@vitejs/plugin-vue-jsx" : " ^4.2.0 " ,
30+ "@vitejs/plugin-vue" : " ^6.0.5 " ,
31+ "@vitejs/plugin-vue-jsx" : " ^5.1.5 " ,
3232 "@vueuse/core" : " ^14.2.1" ,
3333 "@zip.js/zip.js" : " ^2.8.21" ,
3434 "animate.css" : " ^4.1.1" ,
4444 "sass" : " ^1.97.3" ,
4545 "swagger-typescript-api" : " ^13.2.18" ,
4646 "tsx" : " ^4.21.0" ,
47- "typescript" : " ^5.9.3 " ,
47+ "typescript" : " ^6.0.2 " ,
4848 "unity-webgl" : " ^4.4.3" ,
4949 "unocss" : " ^66.6.2" ,
50- "virtua" : " ^0.48.6 " ,
51- "vite" : " ^6.4.1 " ,
50+ "virtua" : " ^0.49.0 " ,
51+ "vite" : " ^8.0.8 " ,
5252 "vite-svg-loader" : " ^5.1.0" ,
5353 "vue" : " ^3.5.29" ,
5454 "vue-contenteditable" : " ^4.1.0" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import ViteYaml from '@modyfi/vite-plugin-yaml';
77import svgLoader from 'vite-svg-loader'
88
99// https://vitejs.dev/config/
10- export default defineConfig ( ( { command} ) => ( {
10+ export default defineConfig ( ( { command } ) => ( {
1111 plugins : [
1212 vue ( ) ,
1313 vueJsx ( ) ,
@@ -36,5 +36,8 @@ export default defineConfig(({command}) => ({
3636 '/MaiChartManagerServlet' : 'http://localhost:5181'
3737 } ,
3838 port : 5182 ,
39+ fs : {
40+ strict : false ,
41+ }
3942 }
4043} ) ) ;
You can’t perform that action at this time.
0 commit comments