From c2f56281aa47befa019a14f71f8de0d4c467b0db Mon Sep 17 00:00:00 2001 From: ruquanzhao Date: Fri, 30 May 2025 16:42:26 +0800 Subject: [PATCH] chore: fix npm build issue when release --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index da5c24ad..5e1645c1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,7 +28,7 @@ "@uiw/codemirror-themes-all": "^4.23.6", "@uiw/react-codemirror": "^4.23.6", "ansi_up": "^5.2.1", - "antd": "^5.22.4", + "antd": "~5.24.0", "axios": "^1.3.5", "bignumber.js": "^9.1.2", "bizcharts": "^4.1.22",