Files
superset2/superset-frontend/plugins/plugin-chart-point-cluster-map/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

46 lines
1.1 KiB
JSON

{
"name": "@superset-ui/plugin-chart-point-cluster-map",
"version": "1.0.0",
"description": "Superset Chart Plugin - Point Cluster Map",
"keywords": [
"superset"
],
"homepage": "https://superset.apache.org/",
"bugs": {
"url": "https://github.com/apache/superset/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/superset.git",
"directory": "superset-frontend/plugins/plugin-chart-point-cluster-map"
},
"license": "Apache-2.0",
"author": "Superset",
"sideEffects": [
"*.css"
],
"main": "lib/index.js",
"module": "esm/index.js",
"files": [
"esm",
"lib"
],
"dependencies": {
"@math.gl/web-mercator": "^4.1.0",
"mapbox-gl": "^3.25.0",
"maplibre-gl": "^5.24.0",
"react-map-gl": "^8.1.1",
"supercluster": "^8.0.1"
},
"peerDependencies": {
"@apache-superset/core": "*",
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"react": "^18.3.0 || ^19.0.0",
"react-dom": "^18.3.0 || ^19.0.0"
},
"publishConfig": {
"access": "public"
}
}