This is an automated email from the ASF dual-hosted git repository. michellet pushed a commit to branch release--0.33 in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 9e926fc48018289744c4bf6eb325b04de60d3ffd Author: michellethomas <[email protected]> AuthorDate: Thu Jun 27 15:33:38 2019 -0700 Updating legacy-plugin-chart-heatmap to fix an issue with heatmap (#7787) (cherry picked from commit d27fbd671801ef715774bd031b3e0f6d57416d70) --- superset/assets/package-lock.json | 6 +++--- superset/assets/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/superset/assets/package-lock.json b/superset/assets/package-lock.json index fbe7402..d18324e 100644 --- a/superset/assets/package-lock.json +++ b/superset/assets/package-lock.json @@ -2653,9 +2653,9 @@ } }, "@superset-ui/legacy-plugin-chart-heatmap": { - "version": "0.10.11", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.10.11.tgz", - "integrity": "sha512-VPFRddf7I/ODXUjXosqusWTzV+hVNQYzvQ4/+bhqoBiRyC7hVD9bUGH8q/FIj7/z+HdBuls+EcOM5JvRPB3hpw==", + "version": "0.10.34", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-heatmap/-/legacy-plugin-chart-heatmap-0.10.34.tgz", + "integrity": "sha512-beb06Og9NAbjv4kGEzIq+7LqqwA9J9Njc0rbOgUtc3kOjZbuTDSHBpOVzJR3ewyfxctLYBjHNYjYmgP+sGNZ2w==", "requires": { "d3": "^3.5.17", "d3-svg-legend": "^1.x", diff --git a/superset/assets/package.json b/superset/assets/package.json index 8c65bfb..ccc1f45 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -57,7 +57,7 @@ "@superset-ui/legacy-plugin-chart-country-map": "^0.10.11", "@superset-ui/legacy-plugin-chart-event-flow": "^0.10.11", "@superset-ui/legacy-plugin-chart-force-directed": "^0.10.11", - "@superset-ui/legacy-plugin-chart-heatmap": "^0.10.11", + "@superset-ui/legacy-plugin-chart-heatmap": "^0.10.34", "@superset-ui/legacy-plugin-chart-histogram": "^0.10.11", "@superset-ui/legacy-plugin-chart-horizon": "^0.10.11", "@superset-ui/legacy-plugin-chart-iframe": "^0.10.11",
