chore: 更新依赖版本

This commit is contained in:
TsMask
2025-03-18 14:15:21 +08:00
parent dfa1a580d0
commit 775dacc4a8

View File

@@ -12,14 +12,14 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@ant-design/icons-vue": "^7.0.1", "@ant-design/icons-vue": "7.0.1",
"@antv/g6": "4.8.24", "@antv/g6": "4.8.24",
"@codemirror/lang-javascript": "6.2.3", "@codemirror/lang-javascript": "6.2.3",
"@codemirror/lang-yaml": "6.1.2", "@codemirror/lang-yaml": "6.1.2",
"@codemirror/merge": "6.10.0", "@codemirror/merge": "6.10.0",
"@codemirror/theme-one-dark": "6.1.2", "@codemirror/theme-one-dark": "6.1.2",
"@tato30/vue-pdf": "1.11.3", "@tato30/vue-pdf": "1.11.3",
"@vueuse/core": "12.8.2", "@vueuse/core": "13.0.0",
"@xterm/addon-fit": "0.10.0", "@xterm/addon-fit": "0.10.0",
"@xterm/xterm": "5.5.0", "@xterm/xterm": "5.5.0",
"ant-design-vue": "4.2.6", "ant-design-vue": "4.2.6",
@@ -50,12 +50,12 @@
"@types/js-cookie": "3.0.6", "@types/js-cookie": "3.0.6",
"@types/node": "^18.0.0", "@types/node": "^18.0.0",
"@types/nprogress": "0.2.3", "@types/nprogress": "0.2.3",
"@vitejs/plugin-vue": "5.2.1", "@vitejs/plugin-vue": "5.2.3",
"less": "4.2.2", "less": "4.2.2",
"typescript": "5.6.3", "typescript": "5.8.2",
"unplugin-vue-components": "0.28.0", "unplugin-vue-components": "0.28.0",
"vite": "6.2.0", "vite": "6.2.2",
"vite-plugin-compression": "~0.5.1", "vite-plugin-compression": "0.5.1",
"vue-tsc": "2.2.0" "vue-tsc": "2.2.8"
} }
} }