Skip to content

Commit 0188f5c

Browse files
authored
Merge pull request #4266 from VisActor/fix/upgrade-vutil-1.0.12
fix: upgrade-vutil to 1.0.12
2 parents f4cbe65 + a2b2e14 commit 0188f5c

File tree

10 files changed

+63
-52
lines changed

10 files changed

+63
-52
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "fix: upgrade-vutil to 1.0.12\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vchart"
7+
}
8+
],
9+
"packageName": "@visactor/vchart",
10+
"email": "dingling112@gmail.com"
11+
}

common/config/rush/pnpm-lock.yaml

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@visactor/vchart-extension": "workspace:2.0.6",
1919
"@visactor/vchart-theme": "~1.6.6",
2020
"@visactor/vmind": "1.2.4-alpha.5",
21-
"@visactor/vutils": "~1.0.11",
21+
"@visactor/vutils": "~1.0.12",
2222
"@visactor/vrender": "~1.0.18",
2323
"@visactor/vrender-kits": "~1.0.18",
2424
"@visactor/vtable": "1.19.0-alpha.0",

packages/openinula-vchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@visactor/vchart": "workspace:2.0.6",
32-
"@visactor/vutils": "~1.0.11",
32+
"@visactor/vutils": "~1.0.12",
3333
"@visactor/vrender-core": "~1.0.18",
3434
"@visactor/vrender-kits": "~1.0.18",
3535
"react-is": "^18.2.0"

packages/react-vchart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@visactor/vchart": "workspace:2.0.6",
3232
"@visactor/vchart-extension": "workspace:2.0.6",
33-
"@visactor/vutils": "~1.0.11",
33+
"@visactor/vutils": "~1.0.12",
3434
"@visactor/vrender-core": "~1.0.18",
3535
"@visactor/vrender-kits": "~1.0.18",
3636
"react-is": "^18.2.0"

packages/vchart-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"@visactor/vrender-components": "~1.0.18",
2727
"@visactor/vrender-animate": "~1.0.18",
2828
"@visactor/vchart": "workspace:2.0.6",
29-
"@visactor/vutils": "~1.0.11",
30-
"@visactor/vdataset": "~1.0.11",
31-
"@visactor/vlayouts": "~1.0.11"
29+
"@visactor/vutils": "~1.0.12",
30+
"@visactor/vdataset": "~1.0.12",
31+
"@visactor/vlayouts": "~1.0.12"
3232
},
3333
"devDependencies": {
3434
"@internal/bundler": "workspace:*",

packages/vchart/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
"cross-env": "^7.0.3"
119119
},
120120
"dependencies": {
121-
"@visactor/vutils": "~1.0.11",
122-
"@visactor/vdataset": "~1.0.11",
123-
"@visactor/vscale": "~1.0.11",
124-
"@visactor/vlayouts": "~1.0.11",
121+
"@visactor/vutils": "~1.0.12",
122+
"@visactor/vdataset": "~1.0.12",
123+
"@visactor/vscale": "~1.0.12",
124+
"@visactor/vlayouts": "~1.0.12",
125125
"@visactor/vrender-core": "~1.0.18",
126126
"@visactor/vrender-kits": "~1.0.18",
127127
"@visactor/vrender-components": "~1.0.18",

packages/vstory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@visactor/vrender-core": "~1.0.18",
2525
"@visactor/vrender-kits": "~1.0.18",
2626
"@visactor/vrender-components": "~1.0.18",
27-
"@visactor/vutils": "~1.0.11"
27+
"@visactor/vutils": "~1.0.12"
2828
},
2929
"devDependencies": {
3030
"@internal/bundler": "workspace:*",

packages/vutils-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"test-watch": "DEBUG_MODE=1 jest --watch"
2626
},
2727
"dependencies": {
28-
"@visactor/vutils": "~1.0.11",
29-
"@visactor/vdataset": "~1.0.11"
28+
"@visactor/vutils": "~1.0.12",
29+
"@visactor/vdataset": "~1.0.12"
3030
},
3131
"devDependencies": {
3232
"@internal/bundler": "workspace:*",

tools/story-player/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"@visactor/vrender-kits": "~1.0.18",
6161
"@visactor/vchart": "workspace:2.0.6",
6262
"@visactor/vrender": "~1.0.18",
63-
"@visactor/vutils": "~1.0.11"
63+
"@visactor/vutils": "~1.0.12"
6464
}
6565
}

0 commit comments

Comments
 (0)