chore(plugin-chart-echarts): upgrade echarts 5.3.2 (#19481)

This commit is contained in:
Ville Brofeldt 2022-04-01 13:05:03 +03:00 committed by GitHub
parent a2e921bd03
commit 11bf0d09cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 17 deletions

View File

@ -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",

View File

@ -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"
},