diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 30c442f8c52..a45e826cf29 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -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", diff --git a/packages/site/gatsby-browser.js b/packages/site/gatsby-browser.js index 607f249cd41..e6efdddcbb1 100644 --- a/packages/site/gatsby-browser.js +++ b/packages/site/gatsby-browser.js @@ -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'); diff --git a/packages/site/package.json b/packages/site/package.json index 0831c13bbeb..653821fac67 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -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", @@ -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",