chore: 更新低代码引擎依赖,file 增删改查完成

This commit is contained in:
wangxuefeng
2025-03-01 10:06:57 +08:00
parent 9e012947fb
commit 384ea1f547
6 changed files with 529 additions and 399 deletions

View File

@@ -16,22 +16,22 @@
"clean": "rimraf node_modules"
},
"dependencies": {
"@vtj/core": "^0.10.5",
"@vtj/designer": "0.10.5",
"@vtj/icons": "0.10.5",
"@vtj/local": "^0.10.5",
"@vtj/materials": "^0.10.5",
"@vtj/core": "^0.10.6",
"@vtj/designer": "0.10.6",
"@vtj/icons": "0.10.6",
"@vtj/local": "^0.10.6",
"@vtj/materials": "^0.10.6",
"@vtj/node": "0.10.1",
"@vtj/pro": "^0.10.5",
"@vtj/renderer": "^0.10.5",
"@vtj/ui": "^0.10.5",
"@vtj/utils": "0.10.5",
"@vtj/web": "^0.10.5",
"@vtj/pro": "^0.10.6",
"@vtj/renderer": "^0.10.6",
"@vtj/ui": "^0.10.6",
"@vtj/utils": "0.10.6",
"@vtj/web": "^0.10.6",
"axios": "^1.8.1",
"element-plus": "^2.9.4",
"licia-es": "^1.46.0",
"vue": "~3.5.13",
"vue-router": "~4.5.0",
"axios": "^1.8.1"
"vue-router": "~4.5.0"
},
"devDependencies": {
"@sy/vite-plugin-http2-proxy": "workspace:*",