Skip to content

Commit

Permalink
chore: upgrade vutil
Browse files Browse the repository at this point in the history
  • Loading branch information
skie1997 committed Jun 26, 2024
1 parent 200c4fd commit 344af78
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 69 deletions.
76 changes: 20 additions & 56 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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@visactor/vchart": "workspace:1.11.5",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.18.9",
"@visactor/vutils": "~0.18.10",
"@visactor/vrender": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vgrammar": "0.13.11-alpha.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@visactor/vchart": "workspace:1.11.5",
"@visactor/vutils": "~0.18.9",
"@visactor/vutils": "~0.18.10",
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vgrammar-core": "0.13.11-alpha.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@visactor/vchart": "workspace:1.11.5",
"@visactor/vutils": "~0.18.9",
"@visactor/vutils": "~0.18.10",
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vgrammar-core": "0.13.11-alpha.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@visactor/vchart": "workspace:1.11.5",
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vutils": "~0.18.9"
"@visactor/vutils": "~0.18.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
"cross-env": "^7.0.3"
},
"dependencies": {
"@visactor/vutils": "~0.18.9",
"@visactor/vdataset": "~0.18.9",
"@visactor/vscale": "~0.18.9",
"@visactor/vutils": "~0.18.10",
"@visactor/vdataset": "~0.18.10",
"@visactor/vscale": "~0.18.10",
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vrender-components": "0.19.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/vstory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@visactor/vrender-core": "0.19.14",
"@visactor/vrender-kits": "0.19.14",
"@visactor/vrender-components": "0.19.14",
"@visactor/vutils": "~0.18.9"
"@visactor/vutils": "~0.18.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/vutils-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"dependencies": {
"@visactor/vutils": "~0.18.9",
"@visactor/vdataset": "~0.18.9"
"@visactor/vutils": "~0.18.10",
"@visactor/vdataset": "~0.18.10"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down Expand Up @@ -64,4 +64,4 @@
"url": "https://www.visactor.io/"
},
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion packages/wx-vchart/miniprogram/src/vchart/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/story-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"@visactor/vrender-kits": "0.19.14",
"@visactor/vchart": "workspace:1.11.5",
"@visactor/vrender": "0.19.14",
"@visactor/vutils": "~0.18.9"
"@visactor/vutils": "~0.18.10"
}
}

0 comments on commit 344af78

Please sign in to comment.