Skip to content

Commit

Permalink
Update dependency d3 to ^7.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2023
1 parent a33a748 commit 97c4db9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@deck.gl/react": "^8.9.4",
"@material-ui/core": "^4.12.4",
"@types/cors": "^2.8.14",
"@types/d3": "^7.4.0",
"@types/d3": "^7.4.1",
"@types/node": "^18.15.10",
"@types/react": "^18.0.30",
"@types/topojson": "^3.2.3",
"bezier-easing": "^2.1.0",
"clsx": "^2.0.0",
"cors": "^2.8.5",
"d3": "^7.8.3",
"d3": "^7.8.5",
"fp-ts": "^2.16.0",
"immer": "^9.0.21",
"io-ts": "^2.2.20",
Expand Down
16 changes: 8 additions & 8 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,10 @@
"@types/d3-interpolate" "*"
"@types/d3-selection" "*"

"@types/d3@^7.4.0":
version "7.4.0"
resolved "https://registry.yarnpkg.com/@types/d3/-/d3-7.4.0.tgz#fc5cac5b1756fc592a3cf1f3dc881bf08225f515"
integrity sha512-jIfNVK0ZlxcuRDKtRS/SypEyOQ6UHaFQBKv032X45VvxSJ6Yi5G9behy9h6tNTHTDGh5Vq+KbmBjUWLgY4meCA==
"@types/d3@^7.4.1":
version "7.4.1"
resolved "https://registry.yarnpkg.com/@types/d3/-/d3-7.4.1.tgz#0168b616fa551d99e4534d0cbdeb50844c92b597"
integrity sha512-lBpYmbHTCtFKO1DB1R7E9dXp9/g1F3JXSGOF7iKPZ+wRmYg/Q6tCRHODGOc5Qk25fJRe2PI60EDRf2HLPUncMA==
dependencies:
"@types/d3-array" "*"
"@types/d3-axis" "*"
Expand Down Expand Up @@ -1114,10 +1114,10 @@ d3-zoom@3:
d3-selection "2 - 3"
d3-transition "2 - 3"

d3@^7.8.3:
version "7.8.3"
resolved "https://registry.yarnpkg.com/d3/-/d3-7.8.3.tgz#b6c862d16368e15bf764c89e248a300a56f2ab40"
integrity sha512-cAa866AkPXtt4IzRx6nzGf50uerq6VYks7p/tTH94be4QfhUkyTfJfaxXGPOB5ZRVUZmUV1wcM1dism/Ua0lCw==
d3@^7.8.5:
version "7.8.5"
resolved "https://registry.yarnpkg.com/d3/-/d3-7.8.5.tgz#fde4b760d4486cdb6f0cc8e2cbff318af844635c"
integrity sha512-JgoahDG51ncUfJu6wX/1vWQEqOflgXyl4MaHqlcSruTez7yhaRKR9i8VjjcQGeS2en/jnFivXuaIMnseMMt0XA==
dependencies:
d3-array "3"
d3-axis "3"
Expand Down

0 comments on commit 97c4db9

Please sign in to comment.