From 1d2ea38940b25f4826c2652f21140a9bef25e2e5 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 8 Jul 2025 19:19:03 +0800 Subject: [PATCH] chore: remove unused dependencies from package.json --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 2b9b616e..4fba376c 100644 --- a/package.json +++ b/package.json @@ -43,12 +43,7 @@ "classnames": "^2.5.1", "dayjs": "^1.11.13", "react": "^19.1.0", - "react-dom": "^19.1.0", - "@ant-design/plots": "^2.6.0", - "@antv/l7-react": "^2.4.3", - "@antv/l7": "^2.22.7", - "numeral": "^2.0.6", - "rc-util": "^5.44.4" + "react-dom": "^19.1.0" }, "devDependencies": { "@ant-design/pro-cli": "^3.3.0",