mirror of
https://gitee.com/antv/g6.git
synced 2024-12-05 05:09:07 +08:00
chore: refine (#4035)
This commit is contained in:
parent
b25aea318e
commit
1ff0e54568
@ -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",
|
||||
|
@ -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');
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user