This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch 0.37
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit f908770dbcf88836a11991229bcf2eded0d22e89
Author: Ville Brofeldt <33317356+ville...@users.noreply.github.com>
AuthorDate: Thu Jul 23 01:02:08 2020 +0300

    fix: bump pivot-table and rose (#10400)
---
 superset-frontend/package-lock.json | 12 ++++++------
 superset-frontend/package.json      |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index 7208f49..6ceccb9 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -6024,9 +6024,9 @@
       }
     },
     "@superset-ui/legacy-plugin-chart-pivot-table": {
-      "version": "0.14.9",
-      "resolved": 
"https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.14.9.tgz";,
-      "integrity": 
"sha512-czjbOIew4gDSeZ2yUkB3JHBf3FdwrNMj1Q96IpLLYcoJvWsIw8H6wSFXblCwNkoT8tiPVARZ2ltw4Qkjx0xUBg==",
+      "version": "0.14.14",
+      "resolved": 
"https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-pivot-table/-/legacy-plugin-chart-pivot-table-0.14.14.tgz";,
+      "integrity": 
"sha512-+Dkzwv9yfiix6/u090RN2U2VF0Axa7sB+dB57UU5IS3zW1/jxW7e5ewEV2LsmcXQ0d87bWXvhUn+IGagkwx7Wg==",
       "requires": {
         "d3": "^3.5.17",
         "datatables.net-bs": "^1.10.15",
@@ -6034,9 +6034,9 @@
       }
     },
     "@superset-ui/legacy-plugin-chart-rose": {
-      "version": "0.14.9",
-      "resolved": 
"https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-rose/-/legacy-plugin-chart-rose-0.14.9.tgz";,
-      "integrity": 
"sha512-sylNIX2PcICKEF3Xr0VzgivviFRJHLFq6akY0F/Mk3+GUctUGd8+xmSbKzMKLQlH+E9/9OLNqZ+tiODGI8bdQw==",
+      "version": "0.14.14",
+      "resolved": 
"https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-rose/-/legacy-plugin-chart-rose-0.14.14.tgz";,
+      "integrity": 
"sha512-gln7uwUu6RzpoIs4HYxonUQ4Mn9ZtRl9TLzak1cI+ZznUIZqAlSvtrU39mx0+fQ/b69qpG3Qgq8C2wivCqgL3w==",
       "requires": {
         "d3": "^3.5.17",
         "nvd3": "1.8.6",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 48e15fd..b07854c 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -80,8 +80,8 @@
     "@superset-ui/legacy-plugin-chart-paired-t-test": "^0.14.9",
     "@superset-ui/legacy-plugin-chart-parallel-coordinates": "^0.14.9",
     "@superset-ui/legacy-plugin-chart-partition": "^0.14.9",
-    "@superset-ui/legacy-plugin-chart-pivot-table": "^0.14.9",
-    "@superset-ui/legacy-plugin-chart-rose": "^0.14.9",
+    "@superset-ui/legacy-plugin-chart-pivot-table": "^0.14.14",
+    "@superset-ui/legacy-plugin-chart-rose": "^0.14.14",
     "@superset-ui/legacy-plugin-chart-sankey": "^0.14.9",
     "@superset-ui/legacy-plugin-chart-sankey-loop": "^0.14.9",
     "@superset-ui/legacy-plugin-chart-sunburst": "^0.14.9",

Reply via email to