You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2020/02/26 05:19:13 UTC

[incubator-superset] branch master updated: [annotation] upgrade chart plugin version (#9203)

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

graceguo 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 ace0ba9  [annotation] upgrade chart plugin version (#9203)
ace0ba9 is described below

commit ace0ba9456c4af482054e07778ea883c7826ac30
Author: Grace Guo <gr...@airbnb.com>
AuthorDate: Tue Feb 25 21:19:00 2020 -0800

    [annotation] upgrade chart plugin version (#9203)
---
 superset-frontend/package-lock.json | 6 +++---
 superset-frontend/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index 5846558..bc202b8 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -4144,9 +4144,9 @@
       }
     },
     "@superset-ui/legacy-preset-chart-nvd3": {
-      "version": "0.11.11",
-      "resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-nvd3/-/legacy-preset-chart-nvd3-0.11.11.tgz",
-      "integrity": "sha512-IWNNHZDQ8l2SAOfGupDpOYok88w5bdwBEDUjXuMfM7usgWUCLeM642XRX6hYYCnnVtxdX2kfyGYnvdbC9VXU6w==",
+      "version": "0.11.14",
+      "resolved": "https://registry.npmjs.org/@superset-ui/legacy-preset-chart-nvd3/-/legacy-preset-chart-nvd3-0.11.14.tgz",
+      "integrity": "sha512-Iovau2vRNqZGOCDkUnj1n3DRLxmQU+s9AytudmHGWm8qn0yx3+SuM1SPIhvif2HHBu7C1trfiWY+7pUBuNcyVQ==",
       "requires": {
         "@data-ui/xy-chart": "^0.0.84",
         "d3": "^3.5.17",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 01c8cd3..964a9d9 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -75,7 +75,7 @@
     "@superset-ui/legacy-plugin-chart-world-map": "^0.11.0",
     "@superset-ui/legacy-preset-chart-big-number": "^0.11.0",
     "@superset-ui/legacy-preset-chart-deckgl": "^0.1.0",
-    "@superset-ui/legacy-preset-chart-nvd3": "^0.11.11",
+    "@superset-ui/legacy-preset-chart-nvd3": "^0.11.14",
     "@superset-ui/number-format": "^0.12.1",
     "@superset-ui/plugin-chart-table": "^0.11.7",
     "@superset-ui/preset-chart-xy": "^0.11.0",