mirror of
https://github.com/apache/superset.git
synced 2026-05-31 21:29:19 +00:00
- Bump react, react-dom to ^18.2.0 - Bump @types/react, @types/react-dom to ^18.2.0 - Migrate ReactDOM.render() to createRoot() in all entry points - Upgrade @testing-library/react to ^14.0.0 - Remove @testing-library/react-hooks (merged into RTL 14) - Migrate 54 test files from @testing-library/react-hooks imports - Replace react-sortable-hoc with @dnd-kit/sortable (CollectionControl) - Remove @cypress/react (incompatible with React 18, Cypress deprecated) - Update all sub-package peerDependencies to ^18.2.0 - Migrate ChartLayer (cartodiagram) from ReactDOM.render to createRoot Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "@superset-ui/plugin-chart-ag-grid-table",
|
|
"version": "0.20.3",
|
|
"description": "Superset Chart - Table",
|
|
"keywords": [
|
|
"superset"
|
|
],
|
|
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-ag-grid-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-ag-grid-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.17.23",
|
|
"memoize-one": "^5.2.1",
|
|
"react-table": "^7.8.0",
|
|
"regenerator-runtime": "^0.14.1",
|
|
"xss": "^1.0.15"
|
|
},
|
|
"peerDependencies": {
|
|
"@apache-superset/core": "*",
|
|
"@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": "^14.0.0",
|
|
"@testing-library/user-event": "*",
|
|
"@types/react": "*",
|
|
"match-sorter": "^6.3.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|