Skip to content

Commit

Permalink
fix: upgrade vrender from ~0.13.3 to ~0.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Aug 11, 2023
1 parent 3aca21f commit 1eee941
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
42 changes: 21 additions & 21 deletions common/config/rush/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion docs/dev-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@visactor/vgrammar-wordcloud": "workspace:0.5.4",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.5.4",
"@visactor/vutils": "~0.13.3",
"@visactor/vrender": "~0.13.3",
"@visactor/vrender": "~0.13.10",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"typescript": "4.9.5",
Expand Down
2 changes: 1 addition & 1 deletion docs/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@visactor/vgrammar-wordcloud": "workspace:0.5.4",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.5.4",
"@visactor/vutils": "~0.13.3",
"@visactor/vrender": "~0.13.3",
"@visactor/vrender": "~0.13.10",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"typescript": "4.9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/vgrammar-hierarchy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@visactor/vgrammar": "workspace:0.5.4",
"@visactor/vgrammar-util": "workspace:0.5.4",
"@visactor/vutils": "~0.13.3",
"@visactor/vrender": "~0.13.3"
"@visactor/vrender": "~0.13.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vgrammar-sankey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vrender": "~0.13.3",
"@visactor/vrender": "~0.13.10",
"@visactor/vgrammar": "workspace:0.5.4",
"@visactor/vgrammar-util": "workspace:0.5.4",
"@visactor/vutils": "~0.13.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/vgrammar-wordcloud-shape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vrender": "~0.13.3",
"@visactor/vrender": "~0.13.10",
"@visactor/vgrammar": "workspace:0.5.4",
"@visactor/vscale": "~0.13.3",
"@visactor/vgrammar-util": "workspace:0.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/vgrammar-wordcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vrender": "~0.13.3",
"@visactor/vrender": "~0.13.10",
"@visactor/vgrammar": "workspace:0.5.4",
"@visactor/vgrammar-util": "workspace:0.5.4",
"@visactor/vutils": "~0.13.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@visactor/vgrammar-coordinate": "workspace:0.5.4",
"@visactor/vrender": "~0.13.3",
"@visactor/vrender": "~0.13.10",
"@visactor/vgrammar-util": "workspace:0.5.4",
"@visactor/vscale": "~0.13.3",
"@visactor/vrender-components": "~0.13.3",
"@visactor/vrender-components": "~0.13.11",
"@visactor/vutils": "~0.13.3"
},
"devDependencies": {
Expand Down

0 comments on commit 1eee941

Please sign in to comment.