This is an automated email from the ASF dual-hosted git repository.
michellet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new d27fbd6 Updating legacy-plugin-chart-heatmap to fix an issue with
heatmap (#7787)
d27fbd6 is described below
commit d27fbd671801ef715774bd031b3e0f6d57416d70
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)
---
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 8d3f8ac..f5654d9 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 f314f6a..89217b5 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",