From 92e9c9dd1f014f6ed2c6f418c216ad9a7ea0961b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 12:18:26 -0700 Subject: [PATCH] build(deps): update @data-ui/histogram requirement (#153) Updates the requirements on [@data-ui/histogram](https://github.com/williaster/data-ui) to permit the latest version. - [Release notes](https://github.com/williaster/data-ui/releases) - [Changelog](https://github.com/williaster/data-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/williaster/data-ui/compare/v0.0.79...v0.0.80) Signed-off-by: dependabot-preview[bot] --- .../superset-ui-legacy-plugin-chart-histogram/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/packages/superset-ui-legacy-plugin-chart-histogram/package.json b/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/packages/superset-ui-legacy-plugin-chart-histogram/package.json index a1ee9c0cbc664..79350b1cb7f3b 100644 --- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/packages/superset-ui-legacy-plugin-chart-histogram/package.json +++ b/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/packages/superset-ui-legacy-plugin-chart-histogram/package.json @@ -28,7 +28,7 @@ "access": "public" }, "dependencies": { - "@data-ui/histogram": "^0.0.79", + "@data-ui/histogram": "^0.0.80", "@data-ui/theme": "^0.0.78", "@vx/legend": "^0.0.189", "@vx/responsive": "^0.0.189",