diff --git a/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json b/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json index c8c43aa41e42..b62f06c53064 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", + "@superset-ui/chart-controls": "2.1.0", + "@superset-ui/core": "2.1.0", "d3": "^3.5.17", "d3-sankey": "^0.4.2", "prop-types": "^15.6.2"