Files
superset2/superset-frontend/plugins/plugin-chart-table/package.json
dependabot[bot] 842c467bda chore(deps): bump d3-array and @types/d3-array in /superset-frontend
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>
2025-07-03 18:04:51 -07:00

57 lines
1.5 KiB
JSON

{
"name": "@superset-ui/plugin-chart-table",
"version": "0.20.3",
"description": "Superset Chart - Table",
"keywords": [
"superset"
],
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-table#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-table"
},
"license": "Apache-2.0",
"author": "Superset",
"sideEffects": false,
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@types/d3-array": "^3.2.1",
"@types/react-table": "^7.7.20",
"classnames": "^2.5.1",
"d3-array": "^3.2.4",
"lodash": "^4.17.21",
"memoize-one": "^5.2.1",
"react-table": "^7.8.0",
"regenerator-runtime": "^0.14.1",
"xss": "^1.0.15"
},
"peerDependencies": {
"@ant-design/icons": "^5.2.6",
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "*",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "*",
"@testing-library/user-event": "*",
"@types/classnames": "*",
"@types/react": "*",
"match-sorter": "^6.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"publishConfig": {
"access": "public"
}
}