From 2e4e4d59c8385d968d17f768e720a9c488258ee1 Mon Sep 17 00:00:00 2001 From: xile611 Date: Wed, 27 Dec 2023 10:23:00 +0800 Subject: [PATCH] chore: update the version of vscale --- common/config/rush/pnpm-config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/config/rush/pnpm-config.json b/common/config/rush/pnpm-config.json index dae57c3b63..f0c52d50c6 100644 --- a/common/config/rush/pnpm-config.json +++ b/common/config/rush/pnpm-config.json @@ -89,9 +89,9 @@ * PNPM documentation: https://pnpm.io/package_json#pnpmoverrides */ "globalOverrides": { - // "@visactor/vrender-core": "0.17.2-alpha.0", - // "@visactor/vrender-kits": "0.17.2-alpha.0", - // "@visactor/vrender-components": "0.17.2-alpha.0" + "@visactor/vutils": "0.17.2-alpha.0", + "@visactor/vscale": "0.17.2-alpha.0", + "@visactor/vdataset": "0.17.2-alpha.0" }, /**