Merge pull request #890 from antvis/dev3.1.0

fix not support ie11
This commit is contained in:
Moyee 2019-10-28 17:35:22 +08:00 committed by GitHub
commit ce4638e00d
2 changed files with 11 additions and 1 deletions

10
.browserslistrc Normal file
View File

@ -0,0 +1,10 @@
# Browsers that we support
[production staging]
> 1%
last 2 version
ie 11
[development]
> 1%
last 2 version

View File

@ -119,7 +119,7 @@
}, },
"dependencies": { "dependencies": {
"@antv/g": "~3.4.6", "@antv/g": "~3.4.6",
"@antv/hierarchy": "~0.6.0", "@antv/hierarchy": "~0.6.1",
"@antv/util": "~1.3.1", "@antv/util": "~1.3.1",
"d3-force": "^2.0.1", "d3-force": "^2.0.1",
"dagre": "^0.8.4", "dagre": "^0.8.4",