fix: Module is not defined in Partition chart (#30626)
This commit is contained in:
parent
c8edd1fb25
commit
bad48d0722
|
|
@ -21314,6 +21314,15 @@
|
|||
"version": "0.2.2",
|
||||
"license": "BSD-3-Clause"
|
||||
},
|
||||
"node_modules/d3-hierarchy": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
|
||||
"integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/d3-interpolate": {
|
||||
"version": "3.0.1",
|
||||
"license": "ISC",
|
||||
|
|
@ -57601,13 +57610,6 @@
|
|||
"react-dom": "^16.13.1"
|
||||
}
|
||||
},
|
||||
"plugins/legacy-plugin-chart-partition/node_modules/d3-hierarchy": {
|
||||
"version": "3.1.2",
|
||||
"license": "ISC",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"plugins/legacy-plugin-chart-rose": {
|
||||
"name": "@superset-ui/legacy-plugin-chart-rose",
|
||||
"version": "0.18.25",
|
||||
|
|
@ -68285,11 +68287,6 @@
|
|||
"d3": "^3.5.17",
|
||||
"d3-hierarchy": "^3.1.2",
|
||||
"prop-types": "^15.8.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"d3-hierarchy": {
|
||||
"version": "3.1.2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"@superset-ui/legacy-plugin-chart-rose": {
|
||||
|
|
@ -74917,6 +74914,11 @@
|
|||
"d3-hexbin": {
|
||||
"version": "0.2.2"
|
||||
},
|
||||
"d3-hierarchy": {
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
|
||||
"integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA=="
|
||||
},
|
||||
"d3-interpolate": {
|
||||
"version": "3.0.1",
|
||||
"requires": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue