chore: 低代码引擎更新,解决 block 重复引用,props 出错的问题

This commit is contained in:
wangxuefeng 2025-03-25 14:51:22 +08:00
parent 6c71ba27bf
commit d407dbccee
3 changed files with 300 additions and 217 deletions

View File

@ -15,17 +15,17 @@
"typecheck": "vue-tsc --noEmit --skipLibCheck" "typecheck": "vue-tsc --noEmit --skipLibCheck"
}, },
"dependencies": { "dependencies": {
"@vtj/core": "^0.11.6", "@vtj/core": "^0.11.7",
"@vtj/designer": "0.11.6", "@vtj/designer": "0.11.7",
"@vtj/icons": "0.11.6", "@vtj/icons": "0.11.7",
"@vtj/local": "^0.11.6", "@vtj/local": "^0.11.7",
"@vtj/materials": "^0.11.6", "@vtj/materials": "^0.11.7",
"@vtj/node": "0.11.2", "@vtj/node": "0.11.2",
"@vtj/pro": "^0.11.6", "@vtj/pro": "^0.11.7",
"@vtj/renderer": "^0.11.6", "@vtj/renderer": "^0.11.7",
"@vtj/ui": "^0.11.6", "@vtj/ui": "^0.11.7",
"@vtj/utils": "0.11.6", "@vtj/utils": "0.11.7",
"@vtj/web": "^0.11.6", "@vtj/web": "^0.11.7",
"axios": "^1.8.1", "axios": "^1.8.1",
"element-plus": "^2.9.4", "element-plus": "^2.9.4",
"licia-es": "^1.46.0", "licia-es": "^1.46.0",

View File

@ -16,15 +16,15 @@
"dependencies": { "dependencies": {
"@sentry/vue": "^9.7.0", "@sentry/vue": "^9.7.0",
"@tanstack/vue-query": "^5.69.0", "@tanstack/vue-query": "^5.69.0",
"@vtj/charts": "^0.11.6", "@vtj/charts": "^0.11.7",
"@vtj/core": "^0.11.6", "@vtj/core": "^0.11.7",
"@vtj/icons": "0.11.6", "@vtj/icons": "0.11.7",
"@vtj/materials": "^0.11.6", "@vtj/materials": "^0.11.7",
"@vtj/pro": "^0.11.6", "@vtj/pro": "^0.11.7",
"@vtj/renderer": "^0.11.6", "@vtj/renderer": "^0.11.7",
"@vtj/ui": "^0.11.6", "@vtj/ui": "^0.11.7",
"@vtj/utils": "^0.11.6", "@vtj/utils": "^0.11.7",
"@vtj/web": "^0.11.6", "@vtj/web": "^0.11.7",
"ant-design-vue": "catalog:", "ant-design-vue": "catalog:",
"axios": "catalog:", "axios": "catalog:",
"core-js": "catalog:", "core-js": "catalog:",

479
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff