Skip to content

Commit

Permalink
chore: refine (#4035)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyan-Wang authored Nov 8, 2022
1 parent b25aea3 commit 1ff0e54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@antv/g-base": "^0.5.1",
"@antv/g-canvas": "^0.5.2",
"@antv/g-svg": "^0.5.2",
"@antv/g6-core": "0.7.110",
"@antv/g6-core": "0.7.11",
"@antv/g6-element": "0.7.11",
"@antv/matrix-util": "^3.1.0-beta.3",
"@antv/scale": "^0.3.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/site/gatsby-browser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
window.g6 = require('@antv/g6/es'); // import the source for debugging
window.g6 = require('@antv/g6/lib'); // import the source for debugging
// window.g6 = require('@antv/g6/dist/g6.min.js'); // import the package for webworker
// window.g6 = require('@antv/g6/es'); // import the source for debugging
// window.g6 = require('@antv/g6/lib'); // import the source for debugging
window.g6 = require('@antv/g6/dist/g6.min.js'); // import the package for webworker
window.insertCss = require('insert-css');
window.Chart = require('@antv/chart-node-g6');
window.AntVUtil = require('@antv/util');
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@antv/g6-site",
"version": "4.7.9",
"version": "4.7.11",
"description": "G6 sites deployed on gh-pages",
"keywords": [
"antv",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@ant-design/icons": "^4.0.6",
"@antv/chart-node-g6": "^0.0.3",
"@antv/g6": "4.7.9",
"@antv/g6": "4.7.11",
"@antv/gatsby-theme-antv": "1.1.15",
"@antv/util": "^2.0.9",
"@antv/vis-predict-engine": "^0.1.1",
Expand Down

0 comments on commit 1ff0e54

Please sign in to comment.