Files
superset2/superset-frontend/plugins/plugin-chart-echarts/package.json
dependabot[bot] 2a3581b963 chore(deps): update acorn requirement
Updates the requirements on [acorn](https://github.com/acornjs/acorn) to permit the latest version.
- [Commits](https://github.com/acornjs/acorn/compare/8.9.0...8.16.0)

---
updated-dependencies:
- dependency-name: acorn
  dependency-version: 8.16.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 23:14:13 +00:00

47 lines
1.1 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/d3-array": "^3.2.2",
"@types/react-redux": "^7.1.34",
"acorn": "^8.16.0",
"d3-array": "^3.2.4",
"lodash": "^4.17.23",
"zod": "^4.3.6"
},
"peerDependencies": {
"@apache-superset/core": "*",
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"dayjs": "^1.11.19",
"echarts": "*",
"memoize-one": "*",
"react": "^17.0.2"
},
"publishConfig": {
"access": "public"
}
}