mirror of
https://github.com/apache/superset.git
synced 2026-07-18 12:45:44 +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
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@superset-ui/plugin-chart-handlebars",
|
|
"version": "0.20.3",
|
|
"description": "Superset Chart - Write a handlebars template to render the data",
|
|
"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-handlebars"
|
|
},
|
|
"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-handlebars#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"currencyformatter.js": "^1.0.5",
|
|
"handlebars-group-by": "^1.0.1",
|
|
"just-handlebars-helpers": "^1.0.19",
|
|
"lodash-es": "^4.18.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@superset-ui/chart-controls": "*",
|
|
"@apache-superset/core": "*",
|
|
"@superset-ui/core": "*",
|
|
"ace-builds": "^1.4.14",
|
|
"handlebars": "^4.7.8",
|
|
"lodash": "^4.18.1",
|
|
"dayjs": "^1.11.21",
|
|
"react": "^18.3.0 || ^19.0.0",
|
|
"react-ace": "^14.0.1",
|
|
"react-dom": "^18.3.0 || ^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^30.0.0",
|
|
"@types/lodash": "^4.17.24",
|
|
"jest": "^30.4.2"
|
|
}
|
|
}
|