1
0
mirror of synced 2025-12-08 01:57:56 +08:00

chore: update deps

This commit is contained in:
roymondchen
2024-12-13 16:54:56 +08:00
parent 6cf20cee34
commit 98f45d2334
23 changed files with 653 additions and 501 deletions

View File

@@ -17,7 +17,7 @@
"@tmagic/editor": "1.5.0",
"@tmagic/element-plus-adapter": "1.5.0",
"@tmagic/tmagic-form-runtime": "1.1.3",
"element-plus": "^2.8.6",
"element-plus": "^2.9.0",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",
"serialize-javascript": "^6.0.0",
@@ -28,15 +28,15 @@
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"@types/serialize-javascript": "^5.0.1",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.1.3",
"@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",
"sass": "^1.78.0",
"sass": "^1.83.0",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^5.4.10"
"vite": "^6.0.3"
}
}