From 912a59fdd34b33d3cf92d2601ddccb4163696754 Mon Sep 17 00:00:00 2001 From: arvinxx Date: Tue, 28 Mar 2023 20:45:09 +0800 Subject: [PATCH] =?UTF-8?q?:heavy=5Fplus=5Fsign:=20fix:=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20@ant-design/cssinjs=20=E4=BD=9C=E4=B8=BA=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35f6a7e1..6f825701 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ ] }, "dependencies": { + "@ant-design/cssinjs": "^1", "@babel/runtime": "^7", "@emotion/cache": "^11", "@emotion/css": "^11", @@ -136,7 +137,6 @@ "zustand": "^4" }, "peerDependencies": { - "@ant-design/cssinjs": "^1", "antd": "^5", "react": ">=18" },