Skip to content

Commit 8033e4b

Browse files
committed
chore: upgrade vrender to 0.16.15
1 parent fe99271 commit 8033e4b

9 files changed

Lines changed: 86 additions & 105 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.15-alpha.0",
93-
"@visactor/vrender-kits": "0.16.15-alpha.0",
94-
"@visactor/vrender-components": "0.16.15-alpha.0"
92+
// "@visactor/vrender-core": "~0.16.15",
93+
// "@visactor/vrender-kits": "~0.16.15",
94+
// "@visactor/vrender-components": "~0.16.15"
9595
},
9696

9797
/**

common/config/rush/pnpm-lock.yaml

Lines changed: 67 additions & 86 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.6.3",
1616
"@visactor/vmind": "workspace:1.0.8",
1717
"@visactor/vutils": "~0.16.9",
18-
"@visactor/vrender": "0.16.15-alpha.0",
19-
"@visactor/vrender-kits": "0.16.15-alpha.0",
18+
"@visactor/vrender": "~0.16.15",
19+
"@visactor/vrender-kits": "~0.16.15",
2020
"@visactor/vgrammar": "~0.8.3",
2121
"markdown-it": "^13.0.0",
2222
"highlight.js": "^11.8.0",

0 commit comments

Comments
 (0)