Updating legacy-plugin-chart-heatmap to fix an issue with heatmap (#7787)

This commit is contained in:
michellethomas 2019-06-27 15:33:38 -07:00 committed by GitHub
parent 5994e432d4
commit d27fbd6718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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",