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

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

commit 604ac572ac8330e9c8920eb5d3c09505bca1993b
Author: Erik Ritter <[email protected]>
AuthorDate: Thu Aug 20 16:56:18 2020 -0700

    feat: bump superset-ui for certified tag (#10650)
---
 superset-frontend/package-lock.json | 17 ++++++++++++++---
 superset-frontend/package.json      |  2 +-
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index 5549882..d654e12 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -8172,9 +8172,9 @@
       }
     },
     "@superset-ui/chart-controls": {
-      "version": "0.14.9",
-      "resolved": 
"https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.14.9.tgz";,
-      "integrity": 
"sha512-Yl8z32bsRL7UBSZpMGPVQ66TSHIbdYvpR4fsvw3TGdqEPnp1Bi5L8ae7I6Go4OXj5mwtuA5lwGkePR2/wI1E7A==",
+      "version": "0.14.22",
+      "resolved": 
"https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.14.22.tgz";,
+      "integrity": 
"sha512-QtqjQgfUQMayMRRchj21V6N51ciEUhGaax8AxXN3htkYM5Nwv0GaBu1OBBev7ed0ng7JblJEUp52ryP/zQ8O3Q==",
       "requires": {
         "@types/react-bootstrap": "0.32.21",
         "lodash": "^4.17.15",
@@ -8836,6 +8836,17 @@
         "@superset-ui/validator": "0.14.9"
       },
       "dependencies": {
+        "@superset-ui/chart-controls": {
+          "version": "0.14.9",
+          "resolved": 
"https://registry.npmjs.org/@superset-ui/chart-controls/-/chart-controls-0.14.9.tgz";,
+          "integrity": 
"sha512-Yl8z32bsRL7UBSZpMGPVQ66TSHIbdYvpR4fsvw3TGdqEPnp1Bi5L8ae7I6Go4OXj5mwtuA5lwGkePR2/wI1E7A==",
+          "requires": {
+            "@types/react-bootstrap": "0.32.21",
+            "lodash": "^4.17.15",
+            "prop-types": "^15.7.2",
+            "react-bootstrap": "^0.33.1"
+          }
+        },
         "@superset-ui/connection": {
           "version": "0.14.9",
           "resolved": 
"https://registry.npmjs.org/@superset-ui/connection/-/connection-0.14.9.tgz";,
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 297a63d..dacbf01 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -65,7 +65,7 @@
     "@storybook/addon-knobs": "^5.3.19",
     "@superset-ui/chart": "^0.14.9",
     "@superset-ui/chart-composition": "^0.14.9",
-    "@superset-ui/chart-controls": "^0.14.9",
+    "@superset-ui/chart-controls": "^0.14.22",
     "@superset-ui/color": "^0.14.9",
     "@superset-ui/connection": "^0.14.19",
     "@superset-ui/core": "^0.14.20",

Reply via email to