From 716f8b2b485ec3db2112c03d73e5f0f97126cc78 Mon Sep 17 00:00:00 2001 From: zhf <1204297681@qq.com> Date: Mon, 1 Sep 2025 17:00:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/entity-field-grid/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/entity-field-grid/package.json b/packages/entity-field-grid/package.json index 7fbbcc3..913df76 100644 --- a/packages/entity-field-grid/package.json +++ b/packages/entity-field-grid/package.json @@ -25,12 +25,12 @@ }, "devDependencies": { "@floating-ui/dom": "^1.5.3", - "@ibiz-template/core": "^0.7.40-alpha.7", - "@ibiz-template/model-helper": "^0.7.40-alpha.8", - "@ibiz-template/runtime": "^0.7.40-alpha.8", + "@ibiz-template/core": "^0.7.41-alpha.18", + "@ibiz-template/model-helper": "^0.7.41-alpha.22", + "@ibiz-template/runtime": "^0.7.41-alpha.22", "@ibiz-template/theme": "^0.7.39", - "@ibiz-template/vue3-util": "^0.7.40-alpha.8", - "@ibiz/model-core": "^0.1.72", + "@ibiz-template/vue3-util": "^0.7.41-alpha.22", + "@ibiz/model-core": "^0.1.81", "@qx-chitanda/vite-plugin-lib-legacy": "^4.1.1", "@types/lodash-es": "^4.17.12", "@types/ramda": "^0.29.6", @@ -81,12 +81,12 @@ }, "peerDependencies": { "@floating-ui/dom": "^1.5.1", - "@ibiz-template/core": "^0.7.40-alpha.7", - "@ibiz-template/model-helper": "^0.7.40-alpha.8", - "@ibiz-template/runtime": "^0.7.40-alpha.8", + "@ibiz-template/core": "^0.7.41-alpha.18", + "@ibiz-template/model-helper": "^0.7.41-alpha.22", + "@ibiz-template/runtime": "^0.7.41-alpha.22", "@ibiz-template/theme": "^0.7.39", - "@ibiz-template/vue3-util": "^0.7.40-alpha.8", - "@ibiz/model-core": "^0.1.72", + "@ibiz-template/vue3-util": "^0.7.41-alpha.22", + "@ibiz/model-core": "^0.1.81", "async-validator": "^4.2.5", "axios": "^1.6.2", "dayjs": "^1.11.10", -- Gitee