1
0
mirror of synced 2025-12-08 18:17:57 +08:00

chore: update deps

This commit is contained in:
roymondchen
2025-01-20 19:34:12 +08:00
parent 701a9d6f30
commit e234428965
21 changed files with 2379 additions and 2496 deletions

View File

@@ -17,11 +17,11 @@
"@tmagic/editor": "1.5.5",
"@tmagic/element-plus-adapter": "1.5.5",
"@tmagic/tmagic-form-runtime": "1.1.3",
"element-plus": "^2.9.0",
"element-plus": "^2.9.3",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",
"serialize-javascript": "^6.0.0",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.3"
},
"devDependencies": {
@@ -31,12 +31,12 @@
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.12",
"@vue/compiler-sfc": "^3.5.13",
"sass": "^1.83.0",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"typescript": "^5.7.3",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^6.0.3"
"vite": "^6.0.9"
}
}