Skip to content

Commit 31d7de1

Browse files
committed
deps: bump
1 parent 8b479bf commit 31d7de1

3 files changed

Lines changed: 76 additions & 548 deletions

File tree

MaiChartManager/Front/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
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",
@@ -44,11 +44,11 @@
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",

MaiChartManager/Front/vite.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ViteYaml from '@modyfi/vite-plugin-yaml';
77
import 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
}));

0 commit comments

Comments
 (0)