mirror of
https://github.com/apache/superset.git
synced 2026-07-18 04:35:40 +00:00
- 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
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@superset-ui/plugin-chart-pivot-table",
|
|
"version": "0.20.3",
|
|
"description": "Superset Chart - Pivot Table",
|
|
"sideEffects": false,
|
|
"main": "lib/index.js",
|
|
"module": "esm/index.js",
|
|
"files": [
|
|
"esm",
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apache/superset.git",
|
|
"directory": "superset-frontend/plugins/plugin-chart-pivot-table"
|
|
},
|
|
"keywords": [
|
|
"superset"
|
|
],
|
|
"author": "Superset",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/apache/superset/issues"
|
|
},
|
|
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-pivot-table#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"peerDependencies": {
|
|
"@ant-design/icons": "^5.6.1",
|
|
"@apache-superset/core": "*",
|
|
"@superset-ui/chart-controls": "*",
|
|
"@superset-ui/core": "*",
|
|
"lodash": "^4.18.1",
|
|
"prop-types": "*",
|
|
"react": "^18.3.0 || ^19.0.0",
|
|
"react-dom": "^18.3.0 || ^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/types": "^7.29.7",
|
|
"@types/jest": "^30.0.0",
|
|
"jest": "^30.4.2"
|
|
}
|
|
}
|