Skip to content

Commit

Permalink
chore(deps): bump d3-array from 1.2.4 to 3.1.1 in /superset-frontend
Browse files Browse the repository at this point in the history
Bumps [d3-array](https://github.com/d3/d3-array) from 1.2.4 to 3.1.1.
- [Release notes](https://github.com/d3/d3-array/releases)
- [Commits](d3/d3-array@v1.2.4...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2022
1 parent d645579 commit 1cd3677
Show file tree
Hide file tree
Showing 9 changed files with 134 additions and 101 deletions.
219 changes: 126 additions & 93 deletions superset-frontend/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"chrono-node": "^2.2.6",
"classnames": "^2.2.5",
"core-js": "^3.6.5",
"d3-array": "^1.2.4",
"d3-array": "^3.1.1",
"d3-color": "^1.2.0",
"d3-scale": "^2.1.2",
"dom-to-image": "^2.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"access": "public"
},
"dependencies": {
"d3-array": "^2.0.3",
"d3-array": "^3.1.1",
"d3-selection": "^1.4.0",
"d3-tip": "^0.9.1",
"prop-types": "^15.6.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"d3": "^3.5.17",
"d3-array": "^2.0.3",
"d3-array": "^3.1.1",
"prop-types": "^15.6.2"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"access": "public"
},
"dependencies": {
"d3-array": "^2.0.3",
"d3-array": "^3.1.1",
"d3-scale": "^3.0.1",
"prop-types": "^15.6.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"d3": "^3.5.17",
"d3-array": "^2.4.0",
"d3-array": "^3.1.1",
"d3-color": "^1.4.1",
"datamaps": "^0.5.8",
"prop-types": "^15.6.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@math.gl/web-mercator": "^3.2.2",
"@types/d3-array": "^2.0.0",
"bootstrap-slider": "^10.0.0",
"d3-array": "^1.2.4",
"d3-array": "^3.1.1",
"d3-color": "^1.4.1",
"d3-scale": "^3.0.0",
"deck.gl": "8.5.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"d3-array": "^1.2.0",
"d3-array": "^3.1.1",
"echarts": "^5.3.1",
"lodash": "^4.17.15",
"moment": "^2.26.0"
Expand Down
2 changes: 1 addition & 1 deletion superset-frontend/plugins/plugin-chart-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/d3-array": "^2.9.0",
"@types/react-table": "^7.0.29",
"@types/enzyme": "^3.10.5",
"d3-array": "^2.4.0",
"d3-array": "^3.1.1",
"match-sorter": "^6.3.0",
"memoize-one": "^5.1.1",
"react-table": "^7.6.3",
Expand Down

0 comments on commit 1cd3677

Please sign in to comment.