Skip to content

Commit 4d3e432

Browse files
committed
chore: upgrade version to check effect
1 parent 8781e6a commit 4d3e432

File tree

9 files changed

+212
-212
lines changed

9 files changed

+212
-212
lines changed

common/config/rush/pnpm-lock.yaml

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

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@visactor/vchart-extension": "workspace:1.13.4",
1919
"@visactor/vchart-theme": "~1.6.6",
2020
"@visactor/vmind": "1.2.4-alpha.5",
21-
"@visactor/vutils": "~0.19.3",
22-
"@visactor/vrender": "0.21.11",
23-
"@visactor/vrender-kits": "0.21.11",
24-
"@visactor/vgrammar": "0.15.5",
21+
"@visactor/vutils": "~0.19.4",
22+
"@visactor/vrender": "0.21.15",
23+
"@visactor/vrender-kits": "0.21.15",
24+
"@visactor/vgrammar": "0.15.6",
2525
"@visactor/vtable": "1.12.0",
2626
"@visactor/vtable-editors": "1.12.0",
2727
"@visactor/vtable-gantt": "1.12.0",

packages/openinula-vchart/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
},
3030
"dependencies": {
3131
"@visactor/vchart": "workspace:1.13.4",
32-
"@visactor/vutils": "~0.19.3",
33-
"@visactor/vrender-core": "0.21.11",
34-
"@visactor/vrender-kits": "0.21.11",
35-
"@visactor/vgrammar-core": "0.15.5",
32+
"@visactor/vutils": "~0.19.4",
33+
"@visactor/vrender-core": "0.21.15",
34+
"@visactor/vrender-kits": "0.21.15",
35+
"@visactor/vgrammar-core": "0.15.6",
3636
"react-is": "^18.2.0"
3737
},
3838
"devDependencies": {

packages/react-vchart/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
},
3030
"dependencies": {
3131
"@visactor/vchart": "workspace:1.13.4",
32-
"@visactor/vutils": "~0.19.3",
33-
"@visactor/vrender-core": "0.21.11",
34-
"@visactor/vrender-kits": "0.21.11",
35-
"@visactor/vgrammar-core": "0.15.5",
32+
"@visactor/vutils": "~0.19.4",
33+
"@visactor/vrender-core": "0.21.15",
34+
"@visactor/vrender-kits": "0.21.15",
35+
"@visactor/vgrammar-core": "0.15.6",
3636
"react-is": "^18.2.0"
3737
},
3838
"devDependencies": {

packages/vchart-extension/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser"
2222
},
2323
"dependencies": {
24-
"@visactor/vrender-core": "0.21.11",
25-
"@visactor/vrender-kits": "0.21.11",
26-
"@visactor/vrender-components": "0.21.11",
27-
"@visactor/vgrammar-core": "0.15.5",
28-
"@visactor/vutils": "~0.19.3",
29-
"@visactor/vdataset": "~0.19.3",
24+
"@visactor/vrender-core": "0.21.15",
25+
"@visactor/vrender-kits": "0.21.15",
26+
"@visactor/vrender-components": "0.21.15",
27+
"@visactor/vgrammar-core": "0.15.6",
28+
"@visactor/vutils": "~0.19.4",
29+
"@visactor/vdataset": "~0.19.4",
3030
"@visactor/vchart": "workspace:1.13.4"
3131
},
3232
"devDependencies": {

packages/vchart/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,20 @@
118118
"cross-env": "^7.0.3"
119119
},
120120
"dependencies": {
121-
"@visactor/vutils": "~0.19.3",
122-
"@visactor/vdataset": "~0.19.3",
123-
"@visactor/vscale": "~0.19.3",
124-
"@visactor/vrender-core": "0.21.11",
125-
"@visactor/vrender-kits": "0.21.11",
126-
"@visactor/vrender-components": "0.21.11",
127-
"@visactor/vgrammar-core": "0.15.5",
128-
"@visactor/vgrammar-projection": "0.15.5",
129-
"@visactor/vgrammar-wordcloud": "0.15.5",
130-
"@visactor/vgrammar-wordcloud-shape": "0.15.5",
131-
"@visactor/vgrammar-hierarchy": "0.15.5",
132-
"@visactor/vgrammar-sankey": "0.15.5",
133-
"@visactor/vgrammar-venn": "0.15.5",
134-
"@visactor/vgrammar-util": "0.15.5",
121+
"@visactor/vutils": "~0.19.4",
122+
"@visactor/vdataset": "~0.19.4",
123+
"@visactor/vscale": "~0.19.4",
124+
"@visactor/vrender-core": "0.21.15",
125+
"@visactor/vrender-kits": "0.21.15",
126+
"@visactor/vrender-components": "0.21.15",
127+
"@visactor/vgrammar-core": "0.15.6",
128+
"@visactor/vgrammar-projection": "0.15.6",
129+
"@visactor/vgrammar-wordcloud": "0.15.6",
130+
"@visactor/vgrammar-wordcloud-shape": "0.15.6",
131+
"@visactor/vgrammar-hierarchy": "0.15.6",
132+
"@visactor/vgrammar-sankey": "0.15.6",
133+
"@visactor/vgrammar-venn": "0.15.6",
134+
"@visactor/vgrammar-util": "0.15.6",
135135
"@visactor/vutils-extension": "workspace:1.13.4"
136136
},
137137
"publishConfig": {

packages/vstory/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
},
2222
"dependencies": {
2323
"@visactor/vchart": "workspace:1.11.0",
24-
"@visactor/vrender-core": "0.21.11",
25-
"@visactor/vrender-kits": "0.21.11",
26-
"@visactor/vrender-components": "0.21.11",
27-
"@visactor/vutils": "~0.19.3"
24+
"@visactor/vrender-core": "0.21.15",
25+
"@visactor/vrender-kits": "0.21.15",
26+
"@visactor/vrender-components": "0.21.15",
27+
"@visactor/vutils": "~0.19.4"
2828
},
2929
"devDependencies": {
3030
"@internal/bundler": "workspace:*",
@@ -42,4 +42,4 @@
4242
"vite": "3.2.6",
4343
"typescript": "4.9.5"
4444
}
45-
}
45+
}

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": "~0.19.3",
29-
"@visactor/vdataset": "~0.19.3"
28+
"@visactor/vutils": "~0.19.4",
29+
"@visactor/vdataset": "~0.19.4"
3030
},
3131
"devDependencies": {
3232
"@internal/bundler": "workspace:*",

tools/story-player/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"vite": "3.2.6"
5757
},
5858
"dependencies": {
59-
"@visactor/vrender-core": "0.21.11",
60-
"@visactor/vrender-kits": "0.21.11",
59+
"@visactor/vrender-core": "0.21.15",
60+
"@visactor/vrender-kits": "0.21.15",
6161
"@visactor/vchart": "workspace:1.13.4",
62-
"@visactor/vrender": "0.21.11",
63-
"@visactor/vutils": "~0.19.3"
62+
"@visactor/vrender": "0.21.15",
63+
"@visactor/vutils": "~0.19.4"
6464
}
6565
}

0 commit comments

Comments
 (0)