fixed bug on ie

This commit is contained in:
hustcc 2018-06-22 10:52:25 +08:00
parent 627563eb03
commit fdd56ba503
2 changed files with 5 additions and 5 deletions

6
demo/dist/bundle.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "echarts-for-react",
"version": "2.0.12",
"version": "2.0.13",
"description": "baidu Echarts(v3.x & v4.x) components for react.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@ -87,7 +87,7 @@
},
"dependencies": {
"fast-deep-equal": "^2.0.1",
"size-sensor": "^0.0.2"
"size-sensor": "^0.0.4"
},
"peerDependencies": {
"react": ">=0.13.2 || ^0.14 || ^15.0.0 || >=16.0.0",