fix superset-ui-chart peerDependencies

This commit is contained in:
Krist Wongsuphasawat 2019-02-15 13:17:29 -08:00 committed by Yongjie Zhao
parent 86cde58f0f
commit b17b350c3a

View File

@ -39,7 +39,7 @@
"node-fetch": "^2.2.0"
},
"peerDependencies": {
"@superset-ui/connection": "^0.9.3",
"@superset-ui/connection": "^0.9.x",
"react": "^15 || ^16"
}
}