chore: refine (#4035)

This commit is contained in:
Yanyan Wang 2022-11-08 16:26:54 +08:00 committed by GitHub
parent b25aea318e
commit 1ff0e54568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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');

View File

@ -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",