From 038d7066dbd2010413c62b0e34d574e69e670f04 Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Thu, 25 Aug 2022 18:49:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0fes-core=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E7=9A=84fes-ui=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fes-core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fes-core/package.json b/packages/fes-core/package.json index 6a872530..046ebbad 100644 --- a/packages/fes-core/package.json +++ b/packages/fes-core/package.json @@ -1,6 +1,6 @@ { "name": "@webank/fes-core", - "version": "0.4.9", + "version": "0.4.10", "description": "一个好用的前端管理台快速开发框架", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -27,6 +27,6 @@ "vue-template-compiler": "^2.6.10" }, "peerDependencies": { - "@webank/fes-ui": "^0.1.0" + "@webank/fes-ui": "^0.4.0" } }