From 5f6ea62b73d9141d7e1bb4f3f5613361d6c2da6f Mon Sep 17 00:00:00 2001 From: xile611 Date: Wed, 26 Feb 2025 17:37:40 +0800 Subject: [PATCH] fix: upgrade vrender to 0.22.3 --- common/config/rush/pnpm-config.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/common/config/rush/pnpm-config.json b/common/config/rush/pnpm-config.json index c8c5fe3ef9..5624f0b78f 100644 --- a/common/config/rush/pnpm-config.json +++ b/common/config/rush/pnpm-config.json @@ -83,17 +83,9 @@ * PNPM documentation: https://pnpm.io/package_json#pnpmoverrides */ "globalOverrides": { - // "@visactor/vutils": "~0.18.15", - // "@visactor/vscale": "~0.18.15", - // "@visactor/vdataset": "~0.18.15" - // "@visactor/vgrammar-core": "0.14.0-alpha.2", - // "@visactor/vgrammar-projection": "0.14.0-alpha.2", - // "@visactor/vgrammar-wordcloud": "0.14.0-alpha.2", - // "@visactor/vgrammar-wordcloud-shape": "0.14.0-alpha.2", - // "@visactor/vgrammar-hierarchy": "0.14.0-alpha.2", - // "@visactor/vgrammar-sankey": "0.14.0-alpha.2", - // "@visactor/vgrammar-venn": "0.14.0-alpha.2", - // "@visactor/vgrammar-util": "0.14.0-alpha.2" + "@visactor/vrender-core": "0.22.3", + "@visactor/vrender-kits": "0.22.3", + "@visactor/vrender-components": "0.22.3" }, /** * The `globalPeerDependencyRules` setting provides various settings for suppressing validation errors