feat: 更新fes-core依赖的fes-ui版本

This commit is contained in:
wanchun 2022-08-25 18:49:39 +08:00
parent f2b0937348
commit 038d7066db

View File

@ -1,6 +1,6 @@
{ {
"name": "@webank/fes-core", "name": "@webank/fes-core",
"version": "0.4.9", "version": "0.4.10",
"description": "一个好用的前端管理台快速开发框架", "description": "一个好用的前端管理台快速开发框架",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
@ -27,6 +27,6 @@
"vue-template-compiler": "^2.6.10" "vue-template-compiler": "^2.6.10"
}, },
"peerDependencies": { "peerDependencies": {
"@webank/fes-ui": "^0.1.0" "@webank/fes-ui": "^0.4.0"
} }
} }