Skip to content

Commit 74161c6

Browse files
authored
Merge pull request #4189 from VisActor/feat/upgrade-vgrammar-for-brush
feat: upgrade vrender to 0.22.18 & vgrammar to 0.16.14
2 parents c3fd39b + fd5f425 commit 74161c6

File tree

8 files changed

+152
-152
lines changed

8 files changed

+152
-152
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 117 additions & 117 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
@@ -19,9 +19,9 @@
1919
"@visactor/vchart-theme": "~1.6.6",
2020
"@visactor/vmind": "1.2.4-alpha.5",
2121
"@visactor/vutils": "~0.19.7",
22-
"@visactor/vrender": "0.22.17",
23-
"@visactor/vrender-kits": "0.22.17",
24-
"@visactor/vgrammar": "0.16.13",
22+
"@visactor/vrender": "0.22.18",
23+
"@visactor/vrender-kits": "0.22.18",
24+
"@visactor/vgrammar": "0.16.14",
2525
"@visactor/vtable": "1.12.0",
2626
"@visactor/vtable-editors": "1.12.0",
2727
"@visactor/vtable-gantt": "1.12.0",
@@ -59,4 +59,4 @@
5959
"react-device-detect": "^2.2.2",
6060
"minimist": "1.2.8"
6161
}
62-
}
62+
}

packages/openinula-vchart/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"dependencies": {
3131
"@visactor/vchart": "workspace:1.13.13",
3232
"@visactor/vutils": "~0.19.7",
33-
"@visactor/vrender-core": "0.22.17",
34-
"@visactor/vrender-kits": "0.22.17",
35-
"@visactor/vgrammar-core": "0.16.13",
33+
"@visactor/vrender-core": "0.22.18",
34+
"@visactor/vrender-kits": "0.22.18",
35+
"@visactor/vgrammar-core": "0.16.14",
3636
"react-is": "^18.2.0"
3737
},
3838
"devDependencies": {
@@ -79,4 +79,4 @@
7979
"access": "public",
8080
"registry": "https://registry.npmjs.org/"
8181
}
82-
}
82+
}

packages/react-vchart/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"dependencies": {
3131
"@visactor/vchart": "workspace:1.13.13",
3232
"@visactor/vutils": "~0.19.7",
33-
"@visactor/vrender-core": "0.22.17",
34-
"@visactor/vrender-kits": "0.22.17",
35-
"@visactor/vgrammar-core": "0.16.13",
33+
"@visactor/vrender-core": "0.22.18",
34+
"@visactor/vrender-kits": "0.22.18",
35+
"@visactor/vgrammar-core": "0.16.14",
3636
"react-is": "^18.2.0"
3737
},
3838
"devDependencies": {
@@ -83,4 +83,4 @@
8383
"access": "public",
8484
"registry": "https://registry.npmjs.org/"
8585
}
86-
}
86+
}

packages/vchart-extension/package.json

Lines changed: 5 additions & 5 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": "0.22.17",
25-
"@visactor/vrender-kits": "0.22.17",
26-
"@visactor/vrender-components": "0.22.17",
27-
"@visactor/vgrammar-core": "0.16.13",
24+
"@visactor/vrender-core": "0.22.18",
25+
"@visactor/vrender-kits": "0.22.18",
26+
"@visactor/vrender-components": "0.22.18",
27+
"@visactor/vgrammar-core": "0.16.14",
2828
"@visactor/vutils": "~0.19.7",
2929
"@visactor/vdataset": "~0.19.7",
3030
"@visactor/vchart": "workspace:1.13.13"
@@ -60,4 +60,4 @@
6060
"registry": "https://registry.npmjs.org/"
6161
},
6262
"license": "MIT"
63-
}
63+
}

packages/vchart/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,21 @@
121121
"@visactor/vutils": "~0.19.7",
122122
"@visactor/vdataset": "~0.19.7",
123123
"@visactor/vscale": "~0.19.7",
124-
"@visactor/vrender-core": "0.22.17",
125-
"@visactor/vrender-kits": "0.22.17",
126-
"@visactor/vrender-components": "0.22.17",
127-
"@visactor/vgrammar-core": "0.16.13",
128-
"@visactor/vgrammar-projection": "0.16.13",
129-
"@visactor/vgrammar-wordcloud": "0.16.13",
130-
"@visactor/vgrammar-wordcloud-shape": "0.16.13",
131-
"@visactor/vgrammar-hierarchy": "0.16.13",
132-
"@visactor/vgrammar-sankey": "0.16.13",
133-
"@visactor/vgrammar-venn": "0.16.13",
134-
"@visactor/vgrammar-util": "0.16.13",
124+
"@visactor/vrender-core": "0.22.18",
125+
"@visactor/vrender-kits": "0.22.18",
126+
"@visactor/vrender-components": "0.22.18",
127+
"@visactor/vgrammar-core": "0.16.14",
128+
"@visactor/vgrammar-projection": "0.16.14",
129+
"@visactor/vgrammar-wordcloud": "0.16.14",
130+
"@visactor/vgrammar-wordcloud-shape": "0.16.14",
131+
"@visactor/vgrammar-hierarchy": "0.16.14",
132+
"@visactor/vgrammar-sankey": "0.16.14",
133+
"@visactor/vgrammar-venn": "0.16.14",
134+
"@visactor/vgrammar-util": "0.16.14",
135135
"@visactor/vutils-extension": "workspace:1.13.13"
136136
},
137137
"publishConfig": {
138138
"access": "public",
139139
"registry": "https://registry.npmjs.org/"
140140
}
141-
}
141+
}

packages/vstory/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
},
2222
"dependencies": {
2323
"@visactor/vchart": "workspace:1.11.0",
24-
"@visactor/vrender-core": "0.22.17",
25-
"@visactor/vrender-kits": "0.22.17",
26-
"@visactor/vrender-components": "0.22.17",
24+
"@visactor/vrender-core": "0.22.18",
25+
"@visactor/vrender-kits": "0.22.18",
26+
"@visactor/vrender-components": "0.22.18",
2727
"@visactor/vutils": "~0.19.7"
2828
},
2929
"devDependencies": {

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.22.17",
60-
"@visactor/vrender-kits": "0.22.17",
59+
"@visactor/vrender-core": "0.22.18",
60+
"@visactor/vrender-kits": "0.22.18",
6161
"@visactor/vchart": "workspace:1.13.13",
62-
"@visactor/vrender": "0.22.17",
62+
"@visactor/vrender": "0.22.18",
6363
"@visactor/vutils": "~0.19.7"
6464
}
6565
}

0 commit comments

Comments
 (0)