mirror of
https://gitee.com/antv/g6.git
synced 2024-12-03 12:18:40 +08:00
chore: update g version
This commit is contained in:
parent
0be6810882
commit
795ff46657
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@antv/g6",
|
||||
"version": "3.0.5-beta.5",
|
||||
"version": "3.0.5-beta.6",
|
||||
"description": "graph visualization frame work",
|
||||
"main": "build/g6.js",
|
||||
"homepage": "https://github.com/antvis/g6",
|
||||
@ -114,7 +114,7 @@
|
||||
"silent": false
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/g": "~3.4.4",
|
||||
"@antv/g": "~3.4.6",
|
||||
"@antv/hierarchy": "~0.5.0",
|
||||
"@antv/util": "~1.3.1",
|
||||
"d3-force": "^2.0.1",
|
||||
|
@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
version: '3.0.5-beta.5',
|
||||
version: '3.0.5-beta.6',
|
||||
rootContainerClassName: 'root-container',
|
||||
nodeContainerClassName: 'node-container',
|
||||
edgeContainerClassName: 'edge-container',
|
||||
|
Loading…
Reference in New Issue
Block a user