diff --git a/.browserslistrc b/.browserslistrc new file mode 100644 index 0000000000..47a42abef3 --- /dev/null +++ b/.browserslistrc @@ -0,0 +1,10 @@ +# Browsers that we support + +[production staging] +> 1% +last 2 version +ie 11 + +[development] +> 1% +last 2 version diff --git a/package.json b/package.json index a61d362a18..83391ab64b 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ }, "dependencies": { "@antv/g": "~3.4.6", - "@antv/hierarchy": "~0.6.0", + "@antv/hierarchy": "~0.6.1", "@antv/util": "~1.3.1", "d3-force": "^2.0.1", "dagre": "^0.8.4",