Skip to content

Commit

Permalink
fix: update dependency d3 to v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 10, 2021
1 parent d59fd04 commit 0452d32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@dword-design/reset-sass": "^1.0.7",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"cosmiconfig": "^7.0.0",
"d3": "6.5.0",
"d3": "6.6.0",
"dagre-d3": "^0.6.4",
"depcheck-package-name": "^1.0.0",
"dependency-cruiser": "^9.19.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5163,10 +5163,10 @@ d3-zoom@2:
d3-selection "2"
d3-transition "2"

d3@6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/d3/-/d3-6.5.0.tgz#55cc64690cfe7bf18788d2cfbe22d911b01309f0"
integrity sha512-gr7FoRecKtBkBxelTeGVYERRTPgjPFLh2rOBisHdbXe3RIrVLjCo7COZYMSeFeiwVPOHDtxAGJlvN7XssNAIcg==
d3@6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/d3/-/d3-6.6.0.tgz#0722c03b0ad5a479b54080c00e5daa6b809a83c7"
integrity sha512-fWyMfZDSOLksXeYuiHM/uHap7pKgypUnOGY8jiTfmmAWH1HM6ErPtnHiKEdqs7DtZqbombUgaKwq3B5Pjm7GOQ==
dependencies:
d3-array "2"
d3-axis "2"
Expand Down

0 comments on commit 0452d32

Please sign in to comment.