Skip to content

Commit

Permalink
chore: update vrender components version
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Jul 25, 2023
1 parent 9106a7f commit 88aa732
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 33 deletions.
6 changes: 3 additions & 3 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
*
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
*/
"globalOverrides": {
"@visactor/vrender": "0.12.3"
},
// "globalOverrides": {
// "@visactor/vrender": "0.12.3"
// },
/**
* The `globalPeerDependencyRules` setting provides various settings for suppressing validation errors
* that are reported during installation with `strictPeerDependencies=true`. The settings are copied
Expand Down
30 changes: 2 additions & 28 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/vtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@visactor/vrender": "0.12.3",
"@visactor/vutils": "0.9.0-alpha.2",
"@visactor/vrender-components": "0.11.0-alpha.3",
"@visactor/vrender-components": "0.12.3",
"cssfontparser": "^1.2.1",
"@visactor/vscale": "0.9.0-alpha.2",
"@visactor/vdataset": "0.11.1",
Expand Down Expand Up @@ -110,4 +110,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 88aa732

Please sign in to comment.