From 245db6ef79de7e8f95da39ec9e2af4022418525e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 01:07:38 -0800 Subject: [PATCH] build(deps): bump @vx/responsive from 0.0.193 to 0.0.194 (#296) Bumps [@vx/responsive](https://github.com/hshoff/vx) from 0.0.193 to 0.0.194. - [Release notes](https://github.com/hshoff/vx/releases) - [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md) - [Commits](https://github.com/hshoff/vx/compare/v0.0.193...v0.0.194) Signed-off-by: dependabot-preview[bot] --- packages/superset-ui-chart-composition/package.json | 2 +- packages/superset-ui-chart/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/superset-ui-chart-composition/package.json b/packages/superset-ui-chart-composition/package.json index bc40e2c66a22b..154e088bbd91c 100644 --- a/packages/superset-ui-chart-composition/package.json +++ b/packages/superset-ui-chart-composition/package.json @@ -27,7 +27,7 @@ }, "dependencies": { "@types/react": "^16.7.17", - "@vx/responsive": "^0.0.193", + "@vx/responsive": "^0.0.194", "csstype": "^2.6.4" }, "peerDependencies": { diff --git a/packages/superset-ui-chart/package.json b/packages/superset-ui-chart/package.json index 69f9086713cd2..0ef6842a5e952 100644 --- a/packages/superset-ui-chart/package.json +++ b/packages/superset-ui-chart/package.json @@ -29,7 +29,7 @@ "dependencies": { "@types/react": "^16.7.17", "@types/react-loadable": "^5.4.2", - "@vx/responsive": "^0.0.193", + "@vx/responsive": "^0.0.194", "prop-types": "^15.6.2", "react-error-boundary": "^1.2.5", "react-loadable": "^5.5.0",