Skip to content

Commit 9ebf4a7

Browse files
Bump d3-selection from 2.0.0 to 3.0.0
Bumps [d3-selection](https://github.com/d3/d3-selection) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/d3/d3-selection/releases) - [Commits](d3/d3-selection@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: d3-selection dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfde14e commit 9ebf4a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@babel/core": "^7.5.5",
3535
"@babel/preset-env": "^7.5.5",
36-
"d3-selection": "^2.0.0",
36+
"d3-selection": "^3.0.0",
3737
"faucet": "^0.0.1",
3838
"jsdom": "^16.2.2",
3939
"np": "^7.4.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2191,10 +2191,10 @@ cssstyle@^2.3.0:
21912191
dependencies:
21922192
cssom "~0.3.6"
21932193

2194-
d3-selection@^2.0.0:
2195-
version "2.0.0"
2196-
resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-2.0.0.tgz#94a11638ea2141b7565f883780dabc7ef6a61066"
2197-
integrity sha512-XoGGqhLUN/W14NmaqcO/bb1nqjDAw5WtSYb2X8wiuQWvSZUsUVYsOSkOybUrNvcBjaywBdYPy03eXHMXjk9nZA==
2194+
d3-selection@^3.0.0:
2195+
version "3.0.0"
2196+
resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-3.0.0.tgz#c25338207efa72cc5b9bd1458a1a41901f1e1b31"
2197+
integrity sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==
21982198

21992199
dashdash@^1.12.0:
22002200
version "1.14.1"

0 commit comments

Comments
 (0)