chore: downgrade superset-ui/core to 0.17.11

This commit is contained in:
Jesse Yang 2021-02-25 20:44:20 -10:00 committed by Yongjie Zhao
parent 2975acc4ef
commit 1817f1ceae
3 changed files with 2 additions and 6 deletions

View File

@ -47,7 +47,7 @@
},
"peerDependencies": {
"@superset-ui/chart-controls": "^0.17.12",
"@superset-ui/core": "^0.17.12",
"@superset-ui/core": "^0.17.11",
"react": "^15 || ^16"
}
}

View File

@ -38,7 +38,7 @@
},
"peerDependencies": {
"@superset-ui/chart-controls": "^0.17.12",
"@superset-ui/core": "^0.17.12",
"@superset-ui/core": "^0.17.11",
"react": "^15 || ^16"
}
}

View File

@ -51,9 +51,5 @@
"babel-loader": "^8.0.5",
"gh-pages": "^2.0.1",
"terser-webpack-plugin": "^2.1.0"
},
"peerDependencies": {
"@superset-ui/chart-controls": "^0.16.3",
"@superset-ui/core": "^0.16.3"
}
}