Skip to content

Commit

Permalink
fix: upgrade version of vscale from ~0.16.3 to ~0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Oct 16, 2023
1 parent 2a26aa9 commit 25a8820
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 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.7.7",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.7.7",
"@visactor/vgrammar-plot": "workspace:0.7.7",
"@visactor/vutils": "~0.16.3",
"@visactor/vutils": "~0.16.4",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.1",
"@visactor/vrender": "~0.16.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@visactor/vgrammar-plot": "workspace:0.7.7",
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vgrammar-coordinate": "workspace:0.7.7",
"@visactor/vutils": "~0.16.3",
"@visactor/vutils": "~0.16.4",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.1",
"@visactor/vrender": "~0.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vgrammar-coordinate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vutils": "~0.16.3"
"@visactor/vutils": "~0.16.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/vgrammar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"dependencies": {
"@visactor/vgrammar-coordinate": "workspace:0.7.7",
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vscale": "~0.16.3",
"@visactor/vscale": "~0.16.4",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.1",
"@visactor/vrender-components": "~0.16.1",
"@visactor/vutils": "~0.16.3",
"@visactor/vdataset": "~0.16.3"
"@visactor/vutils": "~0.16.4",
"@visactor/vdataset": "~0.16.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
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 @@ -40,7 +40,7 @@
"dependencies": {
"@visactor/vgrammar-core": "workspace:0.7.7",
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vutils": "~0.16.3",
"@visactor/vutils": "~0.16.4",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar-plot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vgrammar-coordinate": "workspace:0.7.7",
"@visactor/vgrammar-core": "workspace:0.7.7",
"@visactor/vscale": "~0.16.3",
"@visactor/vscale": "~0.16.4",
"@visactor/vrender-components": "~0.16.1",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.1",
"@visactor/vutils": "~0.16.3"
"@visactor/vutils": "~0.16.4"
},
"devDependencies": {
"d3-array": "1.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/vgrammar-projection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vgrammar-core": "workspace:0.7.7",
"@visactor/vutils": "~0.16.3",
"@visactor/vutils": "~0.16.4",
"d3-geo": "^1.12.1"
},
"devDependencies": {
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 @@ -40,7 +40,7 @@
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.1",
"@visactor/vutils": "~0.16.3"
"@visactor/vutils": "~0.16.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/vgrammar-util/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/vutils": "~0.16.3"
"@visactor/vutils": "~0.16.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar-wordcloud-shape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@visactor/vgrammar-core": "workspace:0.7.7",
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vutils": "~0.16.3",
"@visactor/vscale": "~0.16.3",
"@visactor/vutils": "~0.16.4",
"@visactor/vscale": "~0.16.4",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.1"
},
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 @@ -38,7 +38,7 @@
"@visactor/vgrammar-util": "workspace:0.7.7",
"@visactor/vrender-core": "~0.16.1",
"@visactor/vrender-kits": "~0.16.1",
"@visactor/vutils": "~0.16.3"
"@visactor/vutils": "~0.16.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down

0 comments on commit 25a8820

Please sign in to comment.