Skip to content

Commit

Permalink
Merge pull request #2107 from VisActor/feat/upgrade-vrender
Browse files Browse the repository at this point in the history
feat: upgrade vrender
  • Loading branch information
neuqzxy authored Jan 22, 2024
2 parents 7f4fda7 + 8b630a2 commit 6ffc232
Showing 8 changed files with 137 additions and 127 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vchart",
"comment": "feat: upgrade vrender",
"type": "none"
}
],
"packageName": "@visactor/vchart"
}
204 changes: 102 additions & 102 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -16,9 +16,9 @@
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "workspace:1.2.1",
"@visactor/vutils": "~0.17.3",
"@visactor/vrender": "0.17.16",
"@visactor/vrender-kits": "0.17.16",
"@visactor/vgrammar": "0.10.10",
"@visactor/vrender": "0.17.17",
"@visactor/vrender-kits": "0.17.17",
"@visactor/vgrammar": "0.10.11",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
6 changes: 3 additions & 3 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
@@ -31,9 +31,9 @@
"dependencies": {
"@visactor/vchart": "workspace:1.8.7",
"@visactor/vutils": "~0.17.3",
"@visactor/vrender-core": "0.17.16",
"@visactor/vrender-kits": "0.17.16",
"@visactor/vgrammar-core": "0.10.10",
"@visactor/vrender-core": "0.17.17",
"@visactor/vrender-kits": "0.17.17",
"@visactor/vgrammar-core": "0.10.11",
"react-is": "^18.2.0"
},
"devDependencies": {
Loading

0 comments on commit 6ffc232

Please sign in to comment.