From d7155498e986aaa966629ed9caf566b7f68c16e4 Mon Sep 17 00:00:00 2001 From: xuying <33517362+tangying1027@users.noreply.github.com> Date: Thu, 16 May 2024 19:58:36 +0800 Subject: [PATCH] fix: algorithm package.json (#1963) Co-authored-by: xuying.xu --- packages/f2-algorithm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/f2-algorithm/package.json b/packages/f2-algorithm/package.json index c8e555bb9..7c52c210a 100644 --- a/packages/f2-algorithm/package.json +++ b/packages/f2-algorithm/package.json @@ -18,11 +18,11 @@ ], "dependencies": { "@babel/runtime": "^7.12.5", + "@antv/util": "^3.0.6", "tslib": "^2.3.1" }, "devDependencies": { "@antv/f-test-utils": "^1.0.1", - "@antv/f2": "5.4.5", "jest-mock-random": "~1.1.1" }, "homepage": "https://f2.antv.vision/zh/",