Skip to content

Commit

Permalink
Bump d3-color, d3-brush, d3-scale and d3-zoom (#71)
Browse files Browse the repository at this point in the history
Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependencies [d3-color](https://github.com/d3/d3-color), [d3-brush](https://github.com/d3/d3-brush), [d3-scale](https://github.com/d3/d3-scale) and [d3-zoom](https://github.com/d3/d3-zoom). These dependencies need to be updated together.


Updates `d3-color` from 1.2.3 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](d3/d3-color@v1.2.3...v3.1.0)

Updates `d3-brush` from 1.0.4 to 3.0.0
- [Release notes](https://github.com/d3/d3-brush/releases)
- [Commits](d3/d3-brush@v1.0.4...v3.0.0)

Updates `d3-scale` from 2.0.0 to 4.0.2
- [Release notes](https://github.com/d3/d3-scale/releases)
- [Commits](d3/d3-scale@v2.0.0...v4.0.2)

Updates `d3-zoom` from 1.7.1 to 3.0.0
- [Release notes](https://github.com/d3/d3-zoom/releases)
- [Commits](d3/d3-zoom@v1.7.1...v3.0.0)

---
updated-dependencies:
- dependency-name: d3-color
  dependency-type: indirect
- dependency-name: d3-brush
  dependency-type: direct:production
- dependency-name: d3-scale
  dependency-type: direct:production
- dependency-name: d3-zoom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2022
1 parent 2b2765c commit 12e8985
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 69 deletions.
169 changes: 103 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"dependencies": {
"d3-array": "1.2.1",
"d3-axis": "1.0.8",
"d3-brush": "1.0.4",
"d3-scale": "2.0.0",
"d3-brush": "3.0.0",
"d3-scale": "4.0.2",
"d3-selection": "1.3.0",
"d3-time": "1.0.8",
"d3-time-format": "2.1.1",
"d3-zoom": "1.7.1",
"d3-zoom": "3.0.0",
"react-sizeme": "2.5.2"
},
"devDependencies": {
Expand Down

0 comments on commit 12e8985

Please sign in to comment.