This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new bad48d0722 fix: Module is not defined in Partition chart (#30626)
bad48d0722 is described below

commit bad48d072224a4cc47a263a71aef02ba8f70e1e5
Author: Michael S. Molina <[email protected]>
AuthorDate: Wed Oct 16 15:14:11 2024 -0300

    fix: Module is not defined in Partition chart (#30626)
---
 superset-frontend/package-lock.json | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index e08995b929..c19eafc75c 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -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": {

Reply via email to