mirror of
https://github.com/apache/superset.git
synced 2026-08-05 13:32:41 +00:00
Bumps [d3-array](https://github.com/d3/d3-array) and [@types/d3-array](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3-array). These dependencies needed to be updated together. Updates `d3-array` from 1.2.4 to 3.2.4 - [Release notes](https://github.com/d3/d3-array/releases) - [Commits](https://github.com/d3/d3-array/compare/v1.2.4...v3.2.4) Updates `@types/d3-array` from 2.12.7 to 3.2.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3-array) --- updated-dependencies: - dependency-name: d3-array dependency-version: 3.2.4 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/d3-array" dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@superset-ui/plugin-chart-echarts",
|
|
"version": "0.20.3",
|
|
"description": "Superset Chart - Echarts",
|
|
"keywords": [
|
|
"superset"
|
|
],
|
|
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-echarts#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/apache/superset/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apache/superset.git",
|
|
"directory": "superset-frontend/plugins/plugin-chart-echarts"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"author": "Superset",
|
|
"sideEffects": false,
|
|
"main": "lib/index.js",
|
|
"module": "esm/index.js",
|
|
"files": [
|
|
"esm",
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"@types/react-redux": "^7.1.34",
|
|
"d3-array": "^3.2.4",
|
|
"dayjs": "^1.11.13",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"peerDependencies": {
|
|
"@superset-ui/chart-controls": "*",
|
|
"@superset-ui/core": "*",
|
|
"echarts": "*",
|
|
"memoize-one": "*",
|
|
"react": "^17.0.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|