From 03a7980e664864726641648aed47bcb333e51c73 Mon Sep 17 00:00:00 2001 From: "lixuefei.1313" Date: Tue, 14 Oct 2025 15:00:34 +0800 Subject: [PATCH] feat: change vrender dependencies --- common/config/rush/pnpm-lock.yaml | 34 +++++++++++++------------- docs/package.json | 4 +-- packages/openinula-vchart/package.json | 4 +-- packages/react-vchart/package.json | 4 +-- packages/vchart-extension/package.json | 8 +++--- packages/vchart/package.json | 8 +++--- packages/vstory/package.json | 6 ++--- tools/story-player/package.json | 6 ++--- 8 files changed, 37 insertions(+), 37 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 6416c59c41..4a8e7c8883 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -22,8 +22,8 @@ importers: '@visactor/vchart-extension': workspace:2.0.5 '@visactor/vchart-theme': ~1.6.6 '@visactor/vmind': 1.2.4-alpha.5 - '@visactor/vrender': 1.0.18 - '@visactor/vrender-kits': 1.0.18 + '@visactor/vrender': ~1.0.18 + '@visactor/vrender-kits': ~1.0.18 '@visactor/vtable': 1.19.0-alpha.0 '@visactor/vtable-calendar': 1.19.0-alpha.0 '@visactor/vtable-editors': 1.19.0-alpha.0 @@ -144,8 +144,8 @@ importers: '@types/offscreencanvas': 2019.6.4 '@types/react-is': ^17.0.3 '@visactor/vchart': workspace:2.0.5 - '@visactor/vrender-core': 1.0.18 - '@visactor/vrender-kits': 1.0.18 + '@visactor/vrender-core': ~1.0.18 + '@visactor/vrender-kits': ~1.0.18 '@visactor/vutils': ~1.0.6 '@vitejs/plugin-react': 3.1.0 eslint: ~8.18.0 @@ -208,8 +208,8 @@ importers: '@types/react-is': ^17.0.3 '@visactor/vchart': workspace:2.0.5 '@visactor/vchart-extension': workspace:2.0.5 - '@visactor/vrender-core': 1.0.18 - '@visactor/vrender-kits': 1.0.18 + '@visactor/vrender-core': ~1.0.18 + '@visactor/vrender-kits': ~1.0.18 '@visactor/vutils': ~1.0.6 '@vitejs/plugin-react': 3.1.0 eslint: ~8.18.0 @@ -371,10 +371,10 @@ importers: '@types/offscreencanvas': 2019.6.4 '@visactor/vdataset': ~1.0.6 '@visactor/vlayouts': ~1.0.6 - '@visactor/vrender-animate': 1.0.18 - '@visactor/vrender-components': 1.0.18 - '@visactor/vrender-core': 1.0.18 - '@visactor/vrender-kits': 1.0.18 + '@visactor/vrender-animate': ~1.0.18 + '@visactor/vrender-components': ~1.0.18 + '@visactor/vrender-core': ~1.0.18 + '@visactor/vrender-kits': ~1.0.18 '@visactor/vscale': ~1.0.6 '@visactor/vutils': ~1.0.6 '@visactor/vutils-extension': workspace:2.0.5 @@ -478,10 +478,10 @@ importers: '@visactor/vchart': workspace:2.0.5 '@visactor/vdataset': ~1.0.6 '@visactor/vlayouts': ~1.0.6 - '@visactor/vrender-animate': 1.0.18 - '@visactor/vrender-components': 1.0.18 - '@visactor/vrender-core': 1.0.18 - '@visactor/vrender-kits': 1.0.18 + '@visactor/vrender-animate': ~1.0.18 + '@visactor/vrender-components': ~1.0.18 + '@visactor/vrender-core': ~1.0.18 + '@visactor/vrender-kits': ~1.0.18 '@visactor/vutils': ~1.0.6 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 @@ -878,9 +878,9 @@ importers: '@typescript-eslint/eslint-plugin': 5.30.0 '@typescript-eslint/parser': 5.30.0 '@visactor/vchart': workspace:2.0.5 - '@visactor/vrender': 1.0.18 - '@visactor/vrender-core': 1.0.18 - '@visactor/vrender-kits': 1.0.18 + '@visactor/vrender': ~1.0.18 + '@visactor/vrender-core': ~1.0.18 + '@visactor/vrender-kits': ~1.0.18 '@visactor/vutils': ~1.0.6 cross-env: ^7.0.3 eslint: ~8.18.0 diff --git a/docs/package.json b/docs/package.json index 812a02cc5c..6688ac5069 100644 --- a/docs/package.json +++ b/docs/package.json @@ -19,8 +19,8 @@ "@visactor/vchart-theme": "~1.6.6", "@visactor/vmind": "1.2.4-alpha.5", "@visactor/vutils": "~1.0.6", - "@visactor/vrender": "1.0.18", - "@visactor/vrender-kits": "1.0.18", + "@visactor/vrender": "~1.0.18", + "@visactor/vrender-kits": "~1.0.18", "@visactor/vtable": "1.19.0-alpha.0", "@visactor/vtable-editors": "1.19.0-alpha.0", "@visactor/vtable-gantt": "1.19.0-alpha.0", diff --git a/packages/openinula-vchart/package.json b/packages/openinula-vchart/package.json index 14591c5645..2bc9e87d37 100644 --- a/packages/openinula-vchart/package.json +++ b/packages/openinula-vchart/package.json @@ -30,8 +30,8 @@ "dependencies": { "@visactor/vchart": "workspace:2.0.5", "@visactor/vutils": "~1.0.6", - "@visactor/vrender-core": "1.0.18", - "@visactor/vrender-kits": "1.0.18", + "@visactor/vrender-core": "~1.0.18", + "@visactor/vrender-kits": "~1.0.18", "react-is": "^18.2.0" }, "devDependencies": { diff --git a/packages/react-vchart/package.json b/packages/react-vchart/package.json index 666b822c45..ee35d41529 100644 --- a/packages/react-vchart/package.json +++ b/packages/react-vchart/package.json @@ -31,8 +31,8 @@ "@visactor/vchart": "workspace:2.0.5", "@visactor/vchart-extension": "workspace:2.0.5", "@visactor/vutils": "~1.0.6", - "@visactor/vrender-core": "1.0.18", - "@visactor/vrender-kits": "1.0.18", + "@visactor/vrender-core": "~1.0.18", + "@visactor/vrender-kits": "~1.0.18", "react-is": "^18.2.0" }, "devDependencies": { diff --git a/packages/vchart-extension/package.json b/packages/vchart-extension/package.json index 2b1d3f643e..0df8f9dfb7 100644 --- a/packages/vchart-extension/package.json +++ b/packages/vchart-extension/package.json @@ -21,10 +21,10 @@ "start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser" }, "dependencies": { - "@visactor/vrender-core": "1.0.18", - "@visactor/vrender-kits": "1.0.18", - "@visactor/vrender-components": "1.0.18", - "@visactor/vrender-animate": "1.0.18", + "@visactor/vrender-core": "~1.0.18", + "@visactor/vrender-kits": "~1.0.18", + "@visactor/vrender-components": "~1.0.18", + "@visactor/vrender-animate": "~1.0.18", "@visactor/vutils": "~1.0.6", "@visactor/vdataset": "~1.0.6", "@visactor/vlayouts": "~1.0.6", diff --git a/packages/vchart/package.json b/packages/vchart/package.json index cc18029550..7ec8a9ba3f 100644 --- a/packages/vchart/package.json +++ b/packages/vchart/package.json @@ -122,10 +122,10 @@ "@visactor/vdataset": "~1.0.6", "@visactor/vscale": "~1.0.6", "@visactor/vlayouts": "~1.0.6", - "@visactor/vrender-core": "1.0.18", - "@visactor/vrender-kits": "1.0.18", - "@visactor/vrender-components": "1.0.18", - "@visactor/vrender-animate": "1.0.18", + "@visactor/vrender-core": "~1.0.18", + "@visactor/vrender-kits": "~1.0.18", + "@visactor/vrender-components": "~1.0.18", + "@visactor/vrender-animate": "~1.0.18", "@visactor/vutils-extension": "workspace:2.0.5" }, "publishConfig": { diff --git a/packages/vstory/package.json b/packages/vstory/package.json index 1f58d494df..d7dc0863d3 100644 --- a/packages/vstory/package.json +++ b/packages/vstory/package.json @@ -21,9 +21,9 @@ }, "dependencies": { "@visactor/vchart": "workspace:1.11.0", - "@visactor/vrender-core": "1.0.18", - "@visactor/vrender-kits": "1.0.18", - "@visactor/vrender-components": "1.0.18", + "@visactor/vrender-core": "~1.0.18", + "@visactor/vrender-kits": "~1.0.18", + "@visactor/vrender-components": "~1.0.18", "@visactor/vutils": "~1.0.6" }, "devDependencies": { diff --git a/tools/story-player/package.json b/tools/story-player/package.json index c43bcb5491..9c2f69ca2b 100644 --- a/tools/story-player/package.json +++ b/tools/story-player/package.json @@ -56,10 +56,10 @@ "vite": "3.2.6" }, "dependencies": { - "@visactor/vrender-core": "1.0.18", - "@visactor/vrender-kits": "1.0.18", + "@visactor/vrender-core": "~1.0.18", + "@visactor/vrender-kits": "~1.0.18", "@visactor/vchart": "workspace:2.0.5", - "@visactor/vrender": "1.0.18", + "@visactor/vrender": "~1.0.18", "@visactor/vutils": "~1.0.6" } }