From f08e49f229ad8b29b75a9951b812fe7b8a5aa959 Mon Sep 17 00:00:00 2001 From: NeverEllipsis Date: Wed, 11 Sep 2024 18:44:13 +0800 Subject: [PATCH] chore: circular dependencies --- package.json | 1 + packages/bui-icons/package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fec97750..52d2559d 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "@babel/preset-env": "^7.16.4", "@babel/preset-react": "^7.16.0", "@babel/preset-typescript": "^7.16.0", + "@bifrostui/react": "^1.1.1", "@commitlint/cli": "^17.6.3", "@commitlint/config-conventional": "^17.6.3", "@testing-library/jest-dom": "^5.15.1", diff --git a/packages/bui-icons/package.json b/packages/bui-icons/package.json index 30888363..c034b7fe 100644 --- a/packages/bui-icons/package.json +++ b/packages/bui-icons/package.json @@ -30,7 +30,6 @@ "svgo": "^2.8.0" }, "dependencies": { - "@bifrostui/react": "^1.1.7", "@bifrostui/types": "^1.1.7", "@bifrostui/utils": "^1.1.7", "clsx": "^1.2.1"