This is an automated email from the ASF dual-hosted git repository.
kristw 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 4631b7b fix: bump pivot table version (#7088)
4631b7b is described below
commit 4631b7b7919c0c9729c1578220b7d7d1bb768afd
Author: Krist Wongsuphasawat <[email protected]>
AuthorDate: Thu Mar 21 22:26:20 2019 -0700
fix: bump pivot table version (#7088)
* fix: bump pivot table version
* fix: update package.json
---
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 9873bf4..a0e8dce 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",
diff --git a/superset/assets/package.json b/superset/assets/package.json
index e60e9a9..4a294cf 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",