From bce6b2022c0e81c1c899707f9c57ca25682f127c Mon Sep 17 00:00:00 2001 From: hustcc Date: Mon, 13 May 2024 18:14:10 +0800 Subject: [PATCH] chore: upgrade util (#211) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 逍为 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8fe1b98..8e57523 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/scale", - "version": "0.4.15", + "version": "0.4.16", "description": "Toolkit for mapping abstract data into visual representation.", "license": "MIT", "main": "lib/index.js", @@ -106,7 +106,7 @@ "url": "https://github.com/antvis/scale/issues" }, "dependencies": { - "@antv/util": "^2.0.13", + "@antv/util": "^3.3.7", "color-string": "^1.5.5", "fecha": "^4.2.1" }