You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/04/04 08:12:21 UTC

[superset] 21/23: chore(plugin-chart-echarts): upgrade echarts 5.3.2 (#19481)

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

villebro pushed a commit to tag 1.5.0rc1
in repository https://gitbox.apache.org/repos/asf/superset.git

commit f44ed063e8013afd119cdc45133c81101a2f74b2
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Fri Apr 1 13:05:03 2022 +0300

    chore(plugin-chart-echarts): upgrade echarts 5.3.2 (#19481)
    
    (cherry picked from commit 11bf0d09cb854b07492947bb8d02dde55e0b8d04)
---
 superset-frontend/package-lock.json                | 29 ++++++++++------------
 .../plugins/plugin-chart-echarts/package.json      |  2 +-
 2 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index d9d49996a2..f9d2a88471 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -32152,9 +32152,9 @@
       }
     },
     "node_modules/echarts": {
-      "version": "5.3.1",
-      "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.3.1.tgz",
-      "integrity": "sha512-nWdlbgX3OVY0hpqncSvp0gDt1FRSKWn7lsWEH+PHmfCuvE0QmSw17pczQvm8AvawnLEkmf1Cts7YwQJZNC0AEQ==",
+      "version": "5.3.2",
+      "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.3.2.tgz",
+      "integrity": "sha512-LWCt7ohOKdJqyiBJ0OGBmE9szLdfA9sGcsMEi+GGoc6+Xo75C+BkcT/6NNGRHAWtnQl2fNow05AQjznpap28TQ==",
       "dependencies": {
         "tslib": "2.3.0",
         "zrender": "5.3.1"
@@ -59037,6 +59037,7 @@
         "prop-types": "^15.6.2"
       },
       "peerDependencies": {
+        "@emotion/react": "^11.4.1",
         "@superset-ui/chart-controls": "*",
         "@superset-ui/core": "*",
         "react": "^16.13.1"
@@ -59125,8 +59126,10 @@
         "prop-types": "^15.6.2"
       },
       "peerDependencies": {
+        "@emotion/react": "^11.4.1",
         "@superset-ui/chart-controls": "*",
-        "@superset-ui/core": "*"
+        "@superset-ui/core": "*",
+        "react": "^16.13.1"
       }
     },
     "plugins/legacy-plugin-chart-histogram": {
@@ -59545,7 +59548,7 @@
       "license": "Apache-2.0",
       "dependencies": {
         "d3-array": "^1.2.0",
-        "echarts": "^5.3.1",
+        "echarts": "^5.3.2",
         "lodash": "^4.17.15",
         "moment": "^2.26.0"
       },
@@ -59791,9 +59794,6 @@
       "version": "1.0.0",
       "dev": true,
       "license": "Apache-2.0",
-      "dependencies": {
-        "lodash": "^4.17.21"
-      },
       "engines": {
         "node": "^16.9.1",
         "npm": "^7.5.4"
@@ -76940,7 +76940,7 @@
       "version": "file:plugins/plugin-chart-echarts",
       "requires": {
         "d3-array": "^1.2.0",
-        "echarts": "^5.3.1",
+        "echarts": "^5.3.2",
         "lodash": "^4.17.15",
         "moment": "^2.26.0"
       }
@@ -85147,9 +85147,9 @@
       }
     },
     "echarts": {
-      "version": "5.3.1",
-      "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.3.1.tgz",
-      "integrity": "sha512-nWdlbgX3OVY0hpqncSvp0gDt1FRSKWn7lsWEH+PHmfCuvE0QmSw17pczQvm8AvawnLEkmf1Cts7YwQJZNC0AEQ==",
+      "version": "5.3.2",
+      "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.3.2.tgz",
+      "integrity": "sha512-LWCt7ohOKdJqyiBJ0OGBmE9szLdfA9sGcsMEi+GGoc6+Xo75C+BkcT/6NNGRHAWtnQl2fNow05AQjznpap28TQ==",
       "requires": {
         "tslib": "2.3.0",
         "zrender": "5.3.1"
@@ -86477,10 +86477,7 @@
       }
     },
     "eslint-plugin-theme-colors": {
-      "version": "file:tools/eslint-plugin-theme-colors",
-      "requires": {
-        "lodash": "^4.17.21"
-      }
+      "version": "file:tools/eslint-plugin-theme-colors"
     },
     "eslint-scope": {
       "version": "5.1.1",
diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json b/superset-frontend/plugins/plugin-chart-echarts/package.json
index 8d1e559258..0c5cbcf595 100644
--- a/superset-frontend/plugins/plugin-chart-echarts/package.json
+++ b/superset-frontend/plugins/plugin-chart-echarts/package.json
@@ -27,7 +27,7 @@
   },
   "dependencies": {
     "d3-array": "^1.2.0",
-    "echarts": "^5.3.1",
+    "echarts": "^5.3.2",
     "lodash": "^4.17.15",
     "moment": "^2.26.0"
   },