Skip to content

Commit

Permalink
chore: upgrade dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkxxkk2019 committed Jul 21, 2023
1 parent 18b5025 commit d360de4
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 91 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
*/
"globalOverrides": {
// "@visactor/vrender": "0.12.0",
"@visactor/vrender-components": "0.13.2-alpha.2"
// "@visactor/vrender-components": "0.13.2-alpha.2"
// "example2": "npm:@company/example2@^1.0.0"
},

Expand Down
164 changes: 87 additions & 77 deletions common/config/rush/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@visactor/vchart": "workspace:1.1.0-beta.8",
"@visactor/vutils": "~0.13.3",
"@visactor/vgrammar": "~0.4.0",
"@visactor/vrender": "~0.13.0",
"@visactor/vgrammar": "~0.4.1",
"@visactor/vrender": "~0.13.2",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions packages/vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,20 @@
},
"dependencies": {
"@visactor/vutils": "~0.13.3",
"@visactor/vdataset": "~0.13.3",
"@visactor/vdataset": "~0.13.4",
"@visactor/vscale": "~0.13.3",
"@visactor/vgrammar": "~0.4.0",
"@visactor/vgrammar-projection": "~0.4.0",
"@visactor/vgrammar-wordcloud": "~0.4.0",
"@visactor/vgrammar-wordcloud-shape": "~0.4.0",
"@visactor/vgrammar-hierarchy": "~0.4.0",
"@visactor/vgrammar-sankey": "~0.4.0",
"@visactor/vgrammar-util": "~0.4.0",
"@visactor/vrender": "~0.13.0",
"@visactor/vrender-components": "0.13.2-alpha.2"
"@visactor/vgrammar": "~0.4.1",
"@visactor/vgrammar-projection": "~0.4.1",
"@visactor/vgrammar-wordcloud": "~0.4.1",
"@visactor/vgrammar-wordcloud-shape": "~0.4.1",
"@visactor/vgrammar-hierarchy": "~0.4.1",
"@visactor/vgrammar-sankey": "~0.4.1",
"@visactor/vgrammar-util": "~0.4.1",
"@visactor/vrender": "~0.13.2",
"@visactor/vrender-components": "~0.13.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit d360de4

Please sign in to comment.