Skip to content

Commit

Permalink
chore: upgrade vrender for test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoluoHe committed Sep 27, 2024
1 parent 32529ae commit 1d091e6
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 84 deletions.
3 changes: 3 additions & 0 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
*/
"globalOverrides": {
"@visactor/vrender-core": "0.20.7-alpha.1",
"@visactor/vrender-kits": "0.20.7-alpha.1",
"@visactor/vrender-components": "0.20.7-alpha.1"
// "@visactor/vutils": "~0.18.15",
// "@visactor/vscale": "~0.18.15",
// "@visactor/vdataset": "~0.18.15"
Expand Down
139 changes: 79 additions & 60 deletions common/config/rush/pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~0.18.16",
"@visactor/vrender": "0.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vrender": "0.20.7-alpha.1",
"@visactor/vrender-kits": "0.20.7-alpha.1",
"@visactor/vgrammar": "0.14.7",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
Expand Down Expand Up @@ -54,4 +54,4 @@
"react-device-detect": "^2.2.2",
"minimist": "1.2.8"
}
}
}
6 changes: 3 additions & 3 deletions packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@visactor/vchart": "workspace:1.12.6",
"@visactor/vutils": "~0.18.16",
"@visactor/vrender-core": "0.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vrender-core": "0.20.7-alpha.1",
"@visactor/vrender-kits": "0.20.7-alpha.1",
"@visactor/vgrammar-core": "0.14.7",
"react-is": "^18.2.0"
},
Expand Down Expand Up @@ -79,4 +79,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
6 changes: 3 additions & 3 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.12.6",
"@visactor/vutils": "~0.18.16",
"@visactor/vrender-core": "0.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vrender-core": "0.20.7-alpha.1",
"@visactor/vrender-kits": "0.20.7-alpha.1",
"@visactor/vgrammar-core": "0.14.7",
"react-is": "^18.2.0"
},
Expand Down Expand Up @@ -83,4 +83,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
6 changes: 3 additions & 3 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@visactor/vchart": "^1.11.11"
},
"dependencies": {
"@visactor/vrender-core": "0.20.5",
"@visactor/vrender-kits": "0.20.5",
"@visactor/vrender-core": "0.20.7-alpha.1",
"@visactor/vrender-kits": "0.20.7-alpha.1",
"@visactor/vutils": "~0.18.16"
},
"devDependencies": {
Expand Down Expand Up @@ -57,4 +57,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
Loading

0 comments on commit 1d091e6

Please sign in to comment.