From 99e5903427d34ad942a56a81ff4f94f7d3b5555a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Tue, 8 Nov 2022 14:31:52 +0800 Subject: [PATCH] chore: bump compatible version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 217cea3..b64eb1a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dayjs": "^1.11.4" }, "peerDependencies": { - "antd": "^5.0.0-alpha.1", + "antd": "^5.0.0-beta.0", "react": ">=16.0.0", "react-dom": ">=16.0.0" },