Skip to content

Commit 8ba372e

Browse files
committed
fix: fix issue of animation state
1 parent 3a78087 commit 8ba372e

File tree

8 files changed

+90
-144
lines changed

8 files changed

+90
-144
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 62 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@visactor/vchart-theme": "~1.6.6",
2020
"@visactor/vmind": "1.2.4-alpha.5",
2121
"@visactor/vutils": "~1.0.12",
22-
"@visactor/vrender": "~1.0.36",
23-
"@visactor/vrender-kits": "~1.0.36",
22+
"@visactor/vrender": "~1.0.37",
23+
"@visactor/vrender-kits": "~1.0.37",
2424
"@visactor/vtable": "1.19.0-alpha.0",
2525
"@visactor/vtable-editors": "1.19.0-alpha.0",
2626
"@visactor/vtable-gantt": "1.19.0-alpha.0",

packages/openinula-vchart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"dependencies": {
3131
"@visactor/vchart": "workspace:2.0.12",
3232
"@visactor/vutils": "~1.0.12",
33-
"@visactor/vrender-core": "~1.0.36",
34-
"@visactor/vrender-kits": "~1.0.36",
33+
"@visactor/vrender-core": "~1.0.37",
34+
"@visactor/vrender-kits": "~1.0.37",
3535
"react-is": "^18.2.0"
3636
},
3737
"devDependencies": {

packages/react-vchart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@visactor/vchart": "workspace:2.0.12",
3232
"@visactor/vchart-extension": "workspace:2.0.12",
3333
"@visactor/vutils": "~1.0.12",
34-
"@visactor/vrender-core": "~1.0.36",
35-
"@visactor/vrender-kits": "~1.0.36",
34+
"@visactor/vrender-core": "~1.0.37",
35+
"@visactor/vrender-kits": "~1.0.37",
3636
"react-is": "^18.2.0"
3737
},
3838
"devDependencies": {

packages/vchart-extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser"
2222
},
2323
"dependencies": {
24-
"@visactor/vrender-core": "~1.0.36",
25-
"@visactor/vrender-kits": "~1.0.36",
26-
"@visactor/vrender-components": "~1.0.36",
27-
"@visactor/vrender-animate": "~1.0.36",
24+
"@visactor/vrender-core": "~1.0.37",
25+
"@visactor/vrender-kits": "~1.0.37",
26+
"@visactor/vrender-components": "~1.0.37",
27+
"@visactor/vrender-animate": "~1.0.37",
2828
"@visactor/vchart": "workspace:2.0.12",
2929
"@visactor/vutils": "~1.0.12",
3030
"@visactor/vdataset": "~1.0.12",

0 commit comments

Comments
 (0)