From 4bc97d38eec38d3ecee38663a73d40497927b930 Mon Sep 17 00:00:00 2001 From: Krist Wongsuphasawat Date: Thu, 21 Mar 2019 22:07:27 -0700 Subject: [PATCH 1/2] fix: bump pivot table version --- superset/assets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/assets/package.json b/superset/assets/package.json index e60e9a934738..4a294cf14144 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -67,7 +67,7 @@ "@superset-ui/legacy-plugin-chart-paired-t-test": "^0.10.0", "@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.10.0", "@superset-ui/legacy-plugin-chart-partition": "^0.10.0", - "@superset-ui/legacy-plugin-chart-pivot-table": "^0.10.0", + "@superset-ui/legacy-plugin-chart-pivot-table": "^0.10.3", "@superset-ui/legacy-plugin-chart-rose": "^0.10.0", "@superset-ui/legacy-plugin-chart-sankey": "^0.10.0", "@superset-ui/legacy-plugin-chart-sunburst": "^0.10.0", From 64b65d1607e6aa4717e9fe8984f8352f88b4f04a Mon Sep 17 00:00:00 2001 From: Krist Wongsuphasawat Date: Thu, 21 Mar 2019 22:08:26 -0700 Subject: [PATCH 2/2] fix: update package.json --- superset/assets/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/superset/assets/package-lock.json b/superset/assets/package-lock.json index 9873bf402fd3..a0e8dce6920e 100644 --- a/superset/assets/package-lock.json +++ b/superset/assets/package-lock.json @@ -2497,9 +2497,9 @@ } }, "@superset-ui/legacy-plugin-chart-pivot-table": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.10.0.tgz", - "integrity": "sha512-MmyM2TAahGBWm50/04sKcaCeFsNasX9eQvJ+mqLHDykUFqUgrolxmM7jeZAKidzcUN5TiWzqyc6+Ct0lSckkEA==", + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.10.3.tgz", + "integrity": "sha512-zt6UVRu1QsPQqo3dJGT0O+mhM6hWKbg5KtrTZH/Z9WNdXrMVm1VARcAyjG2Yt7WZ7dCAPS+nJJ9V779AP/d5dw==", "requires": { "d3": "^3.5.17", "datatables.net-bs": "^1.10.15",