From 72ba7bcc83569bf836a4a4cd5dab6ed79134f3af Mon Sep 17 00:00:00 2001 From: lifan <1479367266@qq.com> Date: Fri, 22 Mar 2024 11:41:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=8D=A2=E5=8C=85=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E6=89=80=E5=9C=A8=E5=9C=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +----- packages/icon/package.json | 4 +++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8bc5c04..1c9d983 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,7 @@ "prettier --parser=typescript --write" ] }, - "dependencies": { - "@ant-design/icons": "^5.3.0", - "@zhst/slave": "workspace:^", - "antd": "^5.13.2" - }, + "dependencies": {}, "devDependencies": { "@changesets/cli": "^2.27.1", "@commitlint/cli": "^17.1.2", diff --git a/packages/icon/package.json b/packages/icon/package.json index 6959da7..7eae57f 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -36,5 +36,7 @@ "access": "public", "registry": "http://10.0.0.77:4874" }, - "dependencies": {} + "dependencies": { + "@ant-design/icons": "^5.3.0" + } }