Skip to content

Commit 8000039

Browse files
committed
fix #574; d3@^7.1.0
1 parent c373f8c commit 8000039

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"snowpack": "^3.0.11"
5252
},
5353
"dependencies": {
54-
"d3": "^7.0.0",
54+
"d3": "^7.1.0",
5555
"isoformat": "^0.2.0"
5656
},
5757
"engines": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,10 +1168,10 @@ d3-zoom@3:
11681168
d3-selection "2 - 3"
11691169
d3-transition "2 - 3"
11701170

1171-
d3@^7.0.0:
1172-
version "7.1.0"
1173-
resolved "https://registry.yarnpkg.com/d3/-/d3-7.1.0.tgz#fcc1695799e9d6b80d31fd8513a3646f5c76ef37"
1174-
integrity sha512-gfc489DnwSwd6Bh+BMhR7lzfFj+Mw+HCXn4OFQwCVQFz6H8jbEt/vWqR5oClpj4uxehJsA7ecRKEVUiKHNL1bg==
1171+
d3@^7.1.0:
1172+
version "7.1.1"
1173+
resolved "https://registry.yarnpkg.com/d3/-/d3-7.1.1.tgz#77b9a0c9893b13643b8e52316ec65dca3a6a115e"
1174+
integrity sha512-8zkLMwSvUAnfN9pcJDfkuxU0Nvg4RLUD0A4BZN1KxJPtlnCGzMx3xM5cRl4m8fym/Vy8rlq52tl90UF3m91OnA==
11751175
dependencies:
11761176
d3-array "3"
11771177
d3-axis "3"

0 commit comments

Comments
 (0)