Files
superset2/superset-frontend/plugins/plugin-chart-table/package.json
Mehmet Salih Yavuz 2b67d225dc chore(deps): bump react ecosystem to 19
- Update react, react-dom, @types/react, @types/react-dom to ^19.2.0
- Update package/plugin peer deps to "^18.2.0 || ^19.0.0"
- Add overrides for react-router-dom, react-table, react-ultimate-pagination,
  @visx/*, @great-expectations/jsonforms-antd-renderers to allow React 19
- Bump @testing-library/react ^14 -> ^16, @testing-library/dom ^9 -> ^10,
  @testing-library/user-event ^12 -> ^14
- Bump react-redux 7 -> 9 (drop @types/react-redux; types bundled)
- Bump redux 4 -> 5, redux-thunk 2 -> 3, @reduxjs/toolkit 1 -> 2
- Bump react-resize-detector 9 -> 12, react-virtualized-auto-sizer 1 -> 2,
  react-checkbox-tree 1 -> 2, react-arborist 3.5 -> 3.6
- Bump react-error-boundary, react-markdown, react-ace to React 19-compatible versions
- Move react out of dependencies in legacy-plugin-chart-chord to peerDependencies
2026-07-16 13:56:32 +03:00

56 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": {
"@types/d3-array": "^3.2.2",
"@types/react-table": "^7.7.20",
"classnames": "^2.5.1",
"d3-array": "^3.2.4",
"lodash": "^4.18.1",
"memoize-one": "^6.0.0",
"react-table": "^7.8.0",
"regenerator-runtime": "^0.14.1",
"xss": "^1.0.15",
"lodash-es": "^4.18.1"
},
"peerDependencies": {
"@ant-design/icons": "^5.6.1",
"@apache-superset/core": "*",
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "*",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "*",
"@types/react": "*",
"match-sorter": "^8.2.0",
"react": "^18.3.0 || ^19.0.0",
"react-dom": "^18.3.0 || ^19.0.0"
},
"publishConfig": {
"access": "public"
}
}