diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index acc9ac49c..1ae8c707f 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -22,7 +22,7 @@ importers: specifier: ~0.5.7 version: 0.5.7 '@visactor/vrender': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../packages/vrender '@visactor/vutils': specifier: 1.0.6 @@ -95,7 +95,7 @@ importers: ../../packages/react-vrender: dependencies: '@visactor/vrender': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../vrender '@visactor/vutils': specifier: 1.0.6 @@ -153,10 +153,10 @@ importers: ../../packages/react-vrender-utils: dependencies: '@visactor/react-vrender': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../react-vrender '@visactor/vrender': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../vrender '@visactor/vutils': specifier: 1.0.6 @@ -211,13 +211,13 @@ importers: ../../packages/vrender: dependencies: '@visactor/vrender-animate': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../vrender-animate '@visactor/vrender-core': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../vrender-core '@visactor/vrender-kits': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../vrender-kits devDependencies: '@internal/bundler': @@ -284,7 +284,7 @@ importers: ../../packages/vrender-animate: dependencies: '@visactor/vrender-core': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../vrender-core '@visactor/vutils': specifier: 1.0.6 @@ -342,13 +342,13 @@ importers: ../../packages/vrender-components: dependencies: '@visactor/vrender-animate': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../vrender-animate '@visactor/vrender-core': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../vrender-core '@visactor/vrender-kits': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../vrender-kits '@visactor/vscale': specifier: 1.0.6 @@ -467,7 +467,7 @@ importers: specifier: 2.4.1 version: 2.4.1 '@visactor/vrender-core': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../vrender-core '@visactor/vutils': specifier: 1.0.6 @@ -583,19 +583,19 @@ importers: ../../tools/bugserver-trigger: dependencies: '@visactor/vrender': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../../packages/vrender '@visactor/vrender-animate': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../../packages/vrender-animate '@visactor/vrender-components': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../../packages/vrender-components '@visactor/vrender-core': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../../packages/vrender-core '@visactor/vrender-kits': - specifier: workspace:1.0.9 + specifier: workspace:1.0.10 version: link:../../packages/vrender-kits devDependencies: '@internal/bundler': diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 1f2aa0c0d..e5662d5c1 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"1.0.9","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"1.0.10","nextBump":"patch"}] diff --git a/docs/package.json b/docs/package.json index 9075c2362..c400140a0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "@visactor/vchart": "1.3.0", "@visactor/vutils": "1.0.6", "@visactor/vgrammar": "~0.5.7", - "@visactor/vrender": "workspace:1.0.9", + "@visactor/vrender": "workspace:1.0.10", "markdown-it": "^13.0.0", "highlight.js": "^11.8.0", "axios": "^1.4.0", diff --git a/packages/react-vrender-utils/CHANGELOG.json b/packages/react-vrender-utils/CHANGELOG.json index 532d76f89..3f28b5c44 100644 --- a/packages/react-vrender-utils/CHANGELOG.json +++ b/packages/react-vrender-utils/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/react-vrender-utils", "entries": [ + { + "version": "1.0.10", + "tag": "@visactor/react-vrender-utils_v1.0.10", + "date": "Thu, 31 Jul 2025 09:44:33 GMT", + "comments": {} + }, { "version": "1.0.9", "tag": "@visactor/react-vrender-utils_v1.0.9", diff --git a/packages/react-vrender-utils/CHANGELOG.md b/packages/react-vrender-utils/CHANGELOG.md index 2f7e6b5b8..dc58aff9d 100644 --- a/packages/react-vrender-utils/CHANGELOG.md +++ b/packages/react-vrender-utils/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/react-vrender-utils -This log was last generated on Fri, 25 Jul 2025 08:06:24 GMT and should not be manually modified. +This log was last generated on Thu, 31 Jul 2025 09:44:33 GMT and should not be manually modified. + +## 1.0.10 +Thu, 31 Jul 2025 09:44:33 GMT + +_Version update only_ ## 1.0.9 Fri, 25 Jul 2025 08:06:24 GMT diff --git a/packages/react-vrender-utils/package.json b/packages/react-vrender-utils/package.json index 8d25daa65..5317c26dd 100644 --- a/packages/react-vrender-utils/package.json +++ b/packages/react-vrender-utils/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vrender-utils", - "version": "1.0.9", + "version": "1.0.10", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -24,8 +24,8 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:1.0.9", - "@visactor/react-vrender": "workspace:1.0.9", + "@visactor/vrender": "workspace:1.0.10", + "@visactor/react-vrender": "workspace:1.0.10", "@visactor/vutils": "1.0.6", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/react-vrender/CHANGELOG.json b/packages/react-vrender/CHANGELOG.json index 535b1f983..0b0ce0d9b 100644 --- a/packages/react-vrender/CHANGELOG.json +++ b/packages/react-vrender/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/react-vrender", "entries": [ + { + "version": "1.0.10", + "tag": "@visactor/react-vrender_v1.0.10", + "date": "Thu, 31 Jul 2025 09:44:33 GMT", + "comments": {} + }, { "version": "1.0.9", "tag": "@visactor/react-vrender_v1.0.9", diff --git a/packages/react-vrender/CHANGELOG.md b/packages/react-vrender/CHANGELOG.md index 27f76fee4..5ae736acb 100644 --- a/packages/react-vrender/CHANGELOG.md +++ b/packages/react-vrender/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/react-vrender -This log was last generated on Fri, 25 Jul 2025 08:06:24 GMT and should not be manually modified. +This log was last generated on Thu, 31 Jul 2025 09:44:33 GMT and should not be manually modified. + +## 1.0.10 +Thu, 31 Jul 2025 09:44:33 GMT + +_Version update only_ ## 1.0.9 Fri, 25 Jul 2025 08:06:24 GMT diff --git a/packages/react-vrender/package.json b/packages/react-vrender/package.json index f361819bf..5c745052a 100644 --- a/packages/react-vrender/package.json +++ b/packages/react-vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vrender", - "version": "1.0.9", + "version": "1.0.10", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -23,7 +23,7 @@ "react": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:1.0.9", + "@visactor/vrender": "workspace:1.0.10", "@visactor/vutils": "1.0.6", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/vrender-animate/CHANGELOG.json b/packages/vrender-animate/CHANGELOG.json index 51012433b..1bb0594f5 100644 --- a/packages/vrender-animate/CHANGELOG.json +++ b/packages/vrender-animate/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender-animate", "entries": [ + { + "version": "1.0.10", + "tag": "@visactor/vrender-animate_v1.0.10", + "date": "Thu, 31 Jul 2025 09:44:33 GMT", + "comments": { + "none": [ + { + "comment": "fix: fix issue with immediatelyApply no work" + } + ] + } + }, { "version": "1.0.9", "tag": "@visactor/vrender-animate_v1.0.9", diff --git a/packages/vrender-animate/CHANGELOG.md b/packages/vrender-animate/CHANGELOG.md index d9f5e05f8..880e40b09 100644 --- a/packages/vrender-animate/CHANGELOG.md +++ b/packages/vrender-animate/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @visactor/vrender-animate -This log was last generated on Fri, 25 Jul 2025 08:06:24 GMT and should not be manually modified. +This log was last generated on Thu, 31 Jul 2025 09:44:33 GMT and should not be manually modified. + +## 1.0.10 +Thu, 31 Jul 2025 09:44:33 GMT + +### Updates + +- fix: fix issue with immediatelyApply no work ## 1.0.9 Fri, 25 Jul 2025 08:06:24 GMT diff --git a/packages/vrender-animate/package.json b/packages/vrender-animate/package.json index 3fa284a80..56ece2642 100644 --- a/packages/vrender-animate/package.json +++ b/packages/vrender-animate/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-animate", - "version": "1.0.9", + "version": "1.0.10", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "@visactor/vutils": "1.0.6", - "@visactor/vrender-core": "workspace:1.0.9" + "@visactor/vrender-core": "workspace:1.0.10" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vrender-animate/src/custom/growAngle.ts b/packages/vrender-animate/src/custom/growAngle.ts index f2952f9a0..31100f663 100644 --- a/packages/vrender-animate/src/custom/growAngle.ts +++ b/packages/vrender-animate/src/custom/growAngle.ts @@ -231,7 +231,9 @@ export class GrowAngleIn extends GrowAngleBase { this.target.setAttributes(finalAttribute); } - this.target.setAttributes(fromAttrs); + if (this.params.controlOptions?.immediatelyApply !== false) { + this.target.setAttributes(fromAttrs); + } this.determineUpdateFunction(); } } diff --git a/packages/vrender-animate/src/custom/growRadius.ts b/packages/vrender-animate/src/custom/growRadius.ts index 6755fedd0..8ca574317 100644 --- a/packages/vrender-animate/src/custom/growRadius.ts +++ b/packages/vrender-animate/src/custom/growRadius.ts @@ -157,7 +157,9 @@ export class GrowRadiusIn extends GrowPointsBase { if (finalAttribute) { this.target.setAttributes(finalAttribute); } - this.target.setAttributes(fromAttrs); + if (this.params.controlOptions?.immediatelyApply !== false) { + this.target.setAttributes(fromAttrs); + } } } diff --git a/packages/vrender-animate/src/custom/growWidth.ts b/packages/vrender-animate/src/custom/growWidth.ts index 4c7061684..bf303e86d 100644 --- a/packages/vrender-animate/src/custom/growWidth.ts +++ b/packages/vrender-animate/src/custom/growWidth.ts @@ -174,7 +174,10 @@ export class GrowWidthIn extends ACustomAnimate> { if (finalAttribute) { this.target.setAttributes(finalAttribute); } - this.target.setAttributes(fromAttrs); + + if (this.params.controlOptions?.immediatelyApply !== false) { + this.target.setAttributes(fromAttrs); + } } onEnd(cb?: (animate: IAnimate, step: IStep) => void): void { diff --git a/packages/vrender-components/CHANGELOG.json b/packages/vrender-components/CHANGELOG.json index 6e092cd83..991d01081 100644 --- a/packages/vrender-components/CHANGELOG.json +++ b/packages/vrender-components/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender-components", "entries": [ + { + "version": "1.0.10", + "tag": "@visactor/vrender-components_v1.0.10", + "date": "Thu, 31 Jul 2025 09:44:34 GMT", + "comments": {} + }, { "version": "1.0.9", "tag": "@visactor/vrender-components_v1.0.9", diff --git a/packages/vrender-components/CHANGELOG.md b/packages/vrender-components/CHANGELOG.md index d73732fe8..f9fb11e56 100644 --- a/packages/vrender-components/CHANGELOG.md +++ b/packages/vrender-components/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vrender-components -This log was last generated on Fri, 25 Jul 2025 08:06:24 GMT and should not be manually modified. +This log was last generated on Thu, 31 Jul 2025 09:44:34 GMT and should not be manually modified. + +## 1.0.10 +Thu, 31 Jul 2025 09:44:34 GMT + +_Version update only_ ## 1.0.9 Fri, 25 Jul 2025 08:06:24 GMT diff --git a/packages/vrender-components/package.json b/packages/vrender-components/package.json index 5899d19c0..5dfbf36d0 100644 --- a/packages/vrender-components/package.json +++ b/packages/vrender-components/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-components", - "version": "1.0.9", + "version": "1.0.10", "description": "components library for dp visualization", "sideEffects": false, "main": "cjs/index.js", @@ -27,9 +27,9 @@ "dependencies": { "@visactor/vutils": "1.0.6", "@visactor/vscale": "1.0.6", - "@visactor/vrender-core": "workspace:1.0.9", - "@visactor/vrender-kits": "workspace:1.0.9", - "@visactor/vrender-animate": "workspace:1.0.9" + "@visactor/vrender-core": "workspace:1.0.10", + "@visactor/vrender-kits": "workspace:1.0.10", + "@visactor/vrender-animate": "workspace:1.0.10" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vrender-core/CHANGELOG.json b/packages/vrender-core/CHANGELOG.json index 3e2c7a474..d7e77763c 100644 --- a/packages/vrender-core/CHANGELOG.json +++ b/packages/vrender-core/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender-core", "entries": [ + { + "version": "1.0.10", + "tag": "@visactor/vrender-core_v1.0.10", + "date": "Thu, 31 Jul 2025 09:44:34 GMT", + "comments": { + "none": [ + { + "comment": "fix: ignore subGraphic wich glyph set state" + } + ] + } + }, { "version": "1.0.9", "tag": "@visactor/vrender-core_v1.0.9", diff --git a/packages/vrender-core/CHANGELOG.md b/packages/vrender-core/CHANGELOG.md index e6549bf7e..8738bf185 100644 --- a/packages/vrender-core/CHANGELOG.md +++ b/packages/vrender-core/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @visactor/vrender-core -This log was last generated on Fri, 25 Jul 2025 08:06:24 GMT and should not be manually modified. +This log was last generated on Thu, 31 Jul 2025 09:44:34 GMT and should not be manually modified. + +## 1.0.10 +Thu, 31 Jul 2025 09:44:34 GMT + +### Updates + +- fix: ignore subGraphic wich glyph set state ## 1.0.9 Fri, 25 Jul 2025 08:06:24 GMT diff --git a/packages/vrender-core/package.json b/packages/vrender-core/package.json index 8ec5a2d2c..c1c73792b 100644 --- a/packages/vrender-core/package.json +++ b/packages/vrender-core/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-core", - "version": "1.0.9", + "version": "1.0.10", "description": "", "sideEffects": [ "./src/modules.ts", diff --git a/packages/vrender-core/src/graphic/glyph.ts b/packages/vrender-core/src/graphic/glyph.ts index 813993805..48427220a 100644 --- a/packages/vrender-core/src/graphic/glyph.ts +++ b/packages/vrender-core/src/graphic/glyph.ts @@ -221,10 +221,10 @@ export class Glyph extends Graphic implements IGlyph { } }); - this.subGraphic.forEach((graphic, index) => { - graphic.updateNormalAttrs(subAttrs[index]); - graphic.applyStateAttrs(subAttrs[index], states, hasAnimation); - }); + // this.subGraphic.forEach((graphic, index) => { + // graphic.updateNormalAttrs(subAttrs[index]); + // graphic.applyStateAttrs(subAttrs[index], states, hasAnimation); + // }); this.updateNormalAttrs(stateAttrs); this.currentStates = states; @@ -235,10 +235,10 @@ export class Glyph extends Graphic implements IGlyph { this.stopStateAnimates(); if (this.hasState() && this.normalAttrs) { this.currentStates = []; - this.subGraphic.forEach(graphic => { - graphic.applyStateAttrs(graphic.normalAttrs, this.currentStates, hasAnimation, true); - graphic.normalAttrs = null; - }); + // this.subGraphic.forEach(graphic => { + // graphic.applyStateAttrs(graphic.normalAttrs, this.currentStates, hasAnimation, true); + // graphic.normalAttrs = null; + // }); this.applyStateAttrs(this.normalAttrs, this.currentStates, hasAnimation, true); } else { this.currentStates = []; diff --git a/packages/vrender-kits/CHANGELOG.json b/packages/vrender-kits/CHANGELOG.json index a1c23a028..d80c26c01 100644 --- a/packages/vrender-kits/CHANGELOG.json +++ b/packages/vrender-kits/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender-kits", "entries": [ + { + "version": "1.0.10", + "tag": "@visactor/vrender-kits_v1.0.10", + "date": "Thu, 31 Jul 2025 09:44:34 GMT", + "comments": {} + }, { "version": "1.0.9", "tag": "@visactor/vrender-kits_v1.0.9", diff --git a/packages/vrender-kits/CHANGELOG.md b/packages/vrender-kits/CHANGELOG.md index 157b54e34..1664a46d7 100644 --- a/packages/vrender-kits/CHANGELOG.md +++ b/packages/vrender-kits/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vrender-kits -This log was last generated on Fri, 25 Jul 2025 08:06:24 GMT and should not be manually modified. +This log was last generated on Thu, 31 Jul 2025 09:44:34 GMT and should not be manually modified. + +## 1.0.10 +Thu, 31 Jul 2025 09:44:34 GMT + +_Version update only_ ## 1.0.9 Fri, 25 Jul 2025 08:06:24 GMT diff --git a/packages/vrender-kits/package.json b/packages/vrender-kits/package.json index e983b5d22..7088ce872 100644 --- a/packages/vrender-kits/package.json +++ b/packages/vrender-kits/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-kits", - "version": "1.0.9", + "version": "1.0.10", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "@visactor/vutils": "1.0.6", - "@visactor/vrender-core": "workspace:1.0.9", + "@visactor/vrender-core": "workspace:1.0.10", "@resvg/resvg-js": "2.4.1", "roughjs": "4.5.2", "gifuct-js": "2.1.2", diff --git a/packages/vrender/CHANGELOG.json b/packages/vrender/CHANGELOG.json index 39d0c5955..b726c7077 100644 --- a/packages/vrender/CHANGELOG.json +++ b/packages/vrender/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender", "entries": [ + { + "version": "1.0.10", + "tag": "@visactor/vrender_v1.0.10", + "date": "Thu, 31 Jul 2025 09:44:33 GMT", + "comments": {} + }, { "version": "1.0.9", "tag": "@visactor/vrender_v1.0.9", diff --git a/packages/vrender/CHANGELOG.md b/packages/vrender/CHANGELOG.md index e88df9529..3cc8d5abc 100644 --- a/packages/vrender/CHANGELOG.md +++ b/packages/vrender/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vrender -This log was last generated on Fri, 25 Jul 2025 08:06:24 GMT and should not be manually modified. +This log was last generated on Thu, 31 Jul 2025 09:44:33 GMT and should not be manually modified. + +## 1.0.10 +Thu, 31 Jul 2025 09:44:33 GMT + +_Version update only_ ## 1.0.9 Fri, 25 Jul 2025 08:06:24 GMT diff --git a/packages/vrender/__tests__/graphic/graphic-state.test.ts b/packages/vrender/__tests__/graphic/graphic-state.test.ts index 031546f20..5cc9852e4 100644 --- a/packages/vrender/__tests__/graphic/graphic-state.test.ts +++ b/packages/vrender/__tests__/graphic/graphic-state.test.ts @@ -209,18 +209,18 @@ describe('glyph-state', () => { expect(glyph.attribute).toMatchObject(glyph.glyphStates.hover.attributes); expect(glyph.normalAttrs).toMatchObject({ fillOpacity: undefined }); expect(glyph.currentStates).toEqual(['hover']); - expect(glyph.subGraphic[0].attribute).toMatchObject(glyph.glyphStates.hover.subAttributes[0]); - expect(glyph.subGraphic[1].attribute).toMatchObject(glyph.glyphStates.hover.subAttributes[1]); + // expect(glyph.subGraphic[0].attribute).toMatchObject(glyph.glyphStates.hover.subAttributes[0]); + // expect(glyph.subGraphic[1].attribute).toMatchObject(glyph.glyphStates.hover.subAttributes[1]); glyph.addState('selected', true); expect(glyph.attribute).toMatchObject({ ...glyph.glyphStates.hover.attributes, ...glyph.glyphStates.selected.attributes }); - expect(glyph.subGraphic[0].attribute).toMatchObject({ - ...glyph.glyphStates.hover.subAttributes[0], - ...glyph.glyphStates.selected.subAttributes[0] - }); - expect(glyph.subGraphic[1].attribute).toMatchObject(glyph.glyphStates.hover.subAttributes[1]); + // expect(glyph.subGraphic[0].attribute).toMatchObject({ + // ...glyph.glyphStates.hover.subAttributes[0], + // ...glyph.glyphStates.selected.subAttributes[0] + // }); + // expect(glyph.subGraphic[1].attribute).toMatchObject(glyph.glyphStates.hover.subAttributes[1]); }); }); diff --git a/packages/vrender/package.json b/packages/vrender/package.json index c7cd79b65..d63f451eb 100644 --- a/packages/vrender/package.json +++ b/packages/vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender", - "version": "1.0.9", + "version": "1.0.10", "description": "", "sideEffects": true, "main": "cjs/index.js", @@ -24,9 +24,9 @@ "test-watch": "cross-env DEBUG_MODE=1 jest --watch" }, "dependencies": { - "@visactor/vrender-core": "workspace:1.0.9", - "@visactor/vrender-kits": "workspace:1.0.9", - "@visactor/vrender-animate": "workspace:1.0.9" + "@visactor/vrender-core": "workspace:1.0.10", + "@visactor/vrender-kits": "workspace:1.0.10", + "@visactor/vrender-animate": "workspace:1.0.10" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/tools/bugserver-trigger/package.json b/tools/bugserver-trigger/package.json index 43b9ba16b..c9b770057 100644 --- a/tools/bugserver-trigger/package.json +++ b/tools/bugserver-trigger/package.json @@ -8,11 +8,11 @@ "ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts" }, "dependencies": { - "@visactor/vrender": "workspace:1.0.9", - "@visactor/vrender-core": "workspace:1.0.9", - "@visactor/vrender-kits": "workspace:1.0.9", - "@visactor/vrender-components": "workspace:1.0.9", - "@visactor/vrender-animate": "workspace:1.0.9" + "@visactor/vrender": "workspace:1.0.10", + "@visactor/vrender-core": "workspace:1.0.10", + "@visactor/vrender-kits": "workspace:1.0.10", + "@visactor/vrender-components": "workspace:1.0.10", + "@visactor/vrender-animate": "workspace:1.0.10" }, "devDependencies": { "@rushstack/eslint-patch": "~1.1.4",