Skip to content

Commit 8cb3369

Browse files
committed
chore: validation vrender
1 parent 13edfcd commit 8cb3369

9 files changed

Lines changed: 34 additions & 34 deletions

File tree

common/config/rush/pnpm-config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
9090
*/
9191
"globalOverrides": {
92-
// "@visactor/vrender-core": "~0.16.9",
93-
// "@visactor/vrender-kits": "~0.16.9",
94-
// "@visactor/vrender-components": "~0.16.9"
92+
// "@visactor/vrender-core": "0.16.10-alpha.1",
93+
// "@visactor/vrender-kits": "0.16.10-alpha.1",
94+
// "@visactor/vrender-components": "0.16.10-alpha.1"
9595
},
9696

9797
/**

common/config/rush/pnpm-lock.yaml

Lines changed: 15 additions & 15 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
@@ -15,8 +15,8 @@
1515
"@visactor/vchart-theme": "workspace:1.5.4",
1616
"@visactor/vmind": "workspace:1.0.6-alpha.5",
1717
"@visactor/vutils": "~0.16.6",
18-
"@visactor/vrender": "~0.16.9",
19-
"@visactor/vrender-kits": "~0.16.9",
18+
"@visactor/vrender": "0.16.10-alpha.1",
19+
"@visactor/vrender-kits": "0.16.10-alpha.1",
2020
"@visactor/vgrammar": "~0.8.1",
2121
"markdown-it": "^13.0.0",
2222
"highlight.js": "^11.8.0",

packages/react-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:1.5.4",
3232
"@visactor/vutils": "~0.16.6",
33-
"@visactor/vrender-core": "~0.16.9",
34-
"@visactor/vrender-kits": "~0.16.9",
33+
"@visactor/vrender-core": "0.16.10-alpha.1",
34+
"@visactor/vrender-kits": "0.16.10-alpha.1",
3535
"@visactor/vgrammar-core": "~0.8.1",
3636
"react-is": "^18.2.0"
3737
},

packages/vchart-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@visactor/vchart": "workspace:1.5.4",
3434
"@visactor/vutils": "~0.16.6",
3535
"@visactor/vdataset": "~0.16.6",
36-
"@visactor/vrender-core": "~0.16.9",
37-
"@visactor/vrender-kits": "~0.16.9"
36+
"@visactor/vrender-core": "0.16.10-alpha.1",
37+
"@visactor/vrender-kits": "0.16.10-alpha.1"
3838
},
3939
"devDependencies": {
4040
"@internal/bundler": "workspace:*",

packages/vchart/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
"@visactor/vutils": "~0.16.6",
115115
"@visactor/vdataset": "~0.16.6",
116116
"@visactor/vscale": "~0.16.6",
117-
"@visactor/vrender-core": "~0.16.9",
118-
"@visactor/vrender-kits": "~0.16.9",
119-
"@visactor/vrender-components": "~0.16.9",
117+
"@visactor/vrender-core": "0.16.10-alpha.1",
118+
"@visactor/vrender-kits": "0.16.10-alpha.1",
119+
"@visactor/vrender-components": "0.16.10-alpha.1",
120120
"@visactor/vgrammar-core": "~0.8.1",
121121
"@visactor/vgrammar-projection": "~0.8.1",
122122
"@visactor/vgrammar-wordcloud": "~0.8.1",

packages/vmind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"react": "^18.0.0",
5353
"react-dom": "^18.0.0",
5454
"react-router-dom": "6.9.0",
55-
"@visactor/vrender": "~0.16.9",
55+
"@visactor/vrender": "0.16.10-alpha.1",
5656
"@visactor/vdataset": "~0.16.6",
5757
"@rollup/plugin-dynamic-import-vars": "~2.1.0",
5858
"@visactor/vutils-extension": "workspace:1.5.4",
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"@visactor/vchart": "workspace:1.5.4",
67-
"@visactor/vrender": "~0.16.9",
67+
"@visactor/vrender": "0.16.10-alpha.1",
6868
"@visactor/vdataset": "~0.16.6",
6969
"@visactor/vutils": "~0.16.6",
7070
"axios": "^1.4.0",

packages/vutils-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"dependencies": {
2525
"@visactor/vutils": "~0.16.6",
2626
"@visactor/vscale": "~0.16.6",
27-
"@visactor/vrender-core": "~0.16.9",
28-
"@visactor/vrender-kits": "~0.16.9"
27+
"@visactor/vrender-core": "0.16.10-alpha.1",
28+
"@visactor/vrender-kits": "0.16.10-alpha.1"
2929
},
3030
"devDependencies": {
3131
"@internal/bundler": "workspace:*",

tools/story-player/package.json

Lines changed: 3 additions & 3 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.16.9",
60-
"@visactor/vrender-kits": "~0.16.9",
59+
"@visactor/vrender-core": "0.16.10-alpha.1",
60+
"@visactor/vrender-kits": "0.16.10-alpha.1",
6161
"@visactor/vchart": "workspace:1.5.4",
62-
"@visactor/vrender": "~0.16.9",
62+
"@visactor/vrender": "0.16.10-alpha.1",
6363
"@visactor/vutils": "~0.16.6"
6464
}
6565
}

0 commit comments

Comments
 (0)