Skip to content

Commit

Permalink
build(deps): bump d3 from 3.5.17 to 7.9.0 in /superset-frontend
Browse files Browse the repository at this point in the history
Bumps [d3](https://github.com/d3/d3) from 3.5.17 to 7.9.0.
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
- [Commits](d3/d3@v3.5.17...v7.9.0)

---
updated-dependencies:
- dependency-name: d3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 0fdcd8b commit 633c48e
Show file tree
Hide file tree
Showing 10 changed files with 698 additions and 144 deletions.
824 changes: 689 additions & 135 deletions superset-frontend/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
"d3": "^3.5.17",
"d3": "^7.9.0",
"prop-types": "^15.8.1",
"react": "^16.13.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"d3": "^3.5.17",
"d3": "^7.9.0",
"d3-array": "^2.0.3",
"prop-types": "^15.8.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lib"
],
"dependencies": {
"d3": "^3.5.17",
"d3": "^7.9.0",
"d3-svg-legend": "^1.x",
"d3-tip": "^0.9.1",
"prop-types": "^15.8.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
"d3": "^3.5.17",
"d3": "^7.9.0",
"prop-types": "^15.8.1"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lib"
],
"dependencies": {
"d3": "^3.5.17",
"d3": "^7.9.0",
"d3-hierarchy": "^3.1.2",
"prop-types": "^15.8.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lib"
],
"dependencies": {
"d3": "^3.5.17",
"d3": "^7.9.0",
"nvd3-fork": "^2.0.5",
"prop-types": "^15.8.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
"d3": "^3.5.17",
"d3": "^7.9.0",
"d3-sankey": "^0.4.2",
"prop-types": "^15.8.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"access": "public"
},
"dependencies": {
"d3": "^3.5.17",
"d3": "^7.9.0",
"d3-array": "^2.4.0",
"d3-color": "^3.1.0",
"datamaps": "^0.5.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@data-ui/xy-chart": "^0.0.84",
"d3": "^3.5.17",
"d3": "^7.9.0",
"d3-tip": "^0.9.1",
"dompurify": "^3.1.3",
"fast-safe-stringify": "^2.1.1",
Expand Down

0 comments on commit 633c48e

Please sign in to comment.