Skip to content

Commit

Permalink
⬆️ Update dependency d3 to v7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 214cd83 commit 3a83adf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 47 deletions.
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@popperjs/core": "2.11.8",
"d3": "7.8.0",
"d3": "7.9.0",
"d3-sankey": "0.12.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@popperjs/core": "2.11.8",
"d3": "7.8.5",
"d3": "7.9.0",
"d3-sankey": "0.12.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@popperjs/core": "2.11.8",
"d3": "7.8.5",
"d3": "7.9.0",
"d3-sankey": "0.12.3"
},
"peerDependencies": {
Expand Down
52 changes: 8 additions & 44 deletions pnpm-lock.yaml

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

0 comments on commit 3a83adf

Please sign in to comment.