From 11bf0d09cb854b07492947bb8d02dde55e0b8d04 Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Fri, 1 Apr 2022 13:05:03 +0300 Subject: [PATCH] chore(plugin-chart-echarts): upgrade echarts 5.3.2 (#19481) --- 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 1518dc16471a..de2d1a60f81f 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -32151,9 +32151,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" @@ -59028,6 +59028,7 @@ "prop-types": "^15.6.2" }, "peerDependencies": { + "@emotion/react": "^11.4.1", "@superset-ui/chart-controls": "*", "@superset-ui/core": "*", "react": "^16.13.1" @@ -59116,8 +59117,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": { @@ -59536,7 +59539,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" }, @@ -59782,9 +59785,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" @@ -76931,7 +76931,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" } @@ -85138,9 +85138,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" @@ -86468,10 +86468,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 8d1e559258b8..0c5cbcf595ae 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" },