From 32545214a5637bccebe18300e6b55a6b080087fc Mon Sep 17 00:00:00 2001 From: Linzp Date: Mon, 1 Dec 2025 17:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9peerDependencies=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=80=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Linzp --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c90535be..dc0808116 100644 --- a/package.json +++ b/package.json @@ -258,7 +258,7 @@ "webpack-bundle-analyzer": "^4.10.2" }, "peerDependencies": { - "antd": "^5.20.3", + "antd": "^5.20.3||^6.0.0", "react": ">=18.0.0", "react-dom": ">=18.0.0" },