Skip to content

Commit c4f89d2

Browse files
committed
chore(deps): update dependency d3-selection to v3
1 parent cc421b4 commit c4f89d2

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@angular/platform-browser-dynamic": "12.0.0",
3636
"@angular/router": "12.0.0",
3737
"@types/d3": "6.3.0",
38-
"@types/d3-selection": "2.0.0",
38+
"@types/d3-selection": "3.0.0",
3939
"@types/d3-selection-multi": "1.0.10",
4040
"@types/jasmine": "~3.7.4",
4141
"@types/jasminewd2": "2.0.9",
@@ -64,7 +64,7 @@
6464
"zone.js": "~0.11.4"
6565
},
6666
"resolutions": {
67-
"d3-selection": "1.3.0"
67+
"d3-selection": "3.0.0"
6868
},
6969
"dependencies": {
7070
"tslib": "^2.2.0"

projects/knob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"tslib": "2.2.0"
1313
},
1414
"resolutions": {
15-
"d3-selection": "1.3.0"
15+
"d3-selection": "3.0.0"
1616
}
1717
}

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,11 +1547,16 @@
15471547
"@types/d3-selection" "^1"
15481548
"@types/d3-transition" "^1"
15491549

1550-
"@types/d3-selection@*", "@types/[email protected]":
1550+
"@types/d3-selection@*":
15511551
version "2.0.0"
15521552
resolved "https://registry.yarnpkg.com/@types/d3-selection/-/d3-selection-2.0.0.tgz#59df94a8e47ed1050a337d4ffb4d4d213aa590a8"
15531553
integrity sha512-EF0lWZ4tg7oDFg4YQFlbOU3936e3a9UmoQ2IXlBy1+cv2c2Pv7knhKUzGlH5Hq2sF/KeDTH1amiRPey2rrLMQA==
15541554

1555+
1556+
version "3.0.0"
1557+
resolved "https://registry.yarnpkg.com/@types/d3-selection/-/d3-selection-3.0.0.tgz#2c6333b4e20ff3dc72f1cf5ffaca3a21c36a40f0"
1558+
integrity sha512-SZsDWFG1dLV9ivX2wGDPFWgLUf71tF4aupfEMTYMrbArHwEMLhmv3TS1CZECLQgoTttdpM1g5Z6JwRP7zoInWg==
1559+
15551560
"@types/d3-selection@^1":
15561561
version "1.4.3"
15571562
resolved "https://registry.yarnpkg.com/@types/d3-selection/-/d3-selection-1.4.3.tgz#36928bbe64eb8e0bbcbaa01fb05c21ff6c71fa93"
@@ -3494,10 +3499,10 @@ [email protected]:
34943499
d3-selection "1"
34953500
d3-transition "1"
34963501

3497-
d3-selection@1, [email protected], d3-selection@^1.1.0:
3498-
version "1.3.0"
3499-
resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-1.3.0.tgz#d53772382d3dc4f7507bfb28bcd2d6aed2a0ad6d"
3500-
integrity sha512-qgpUOg9tl5CirdqESUAu0t9MU/t3O9klYfGfyKsXEmhyxyzLpzpeh08gaxBUTQw1uXIOkr/30Ut2YRjSSxlmHA==
3502+
d3-selection@1, [email protected], d3-selection@3.0.0, d3-selection@^1.1.0:
3503+
version "3.0.0"
3504+
resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-3.0.0.tgz#c25338207efa72cc5b9bd1458a1a41901f1e1b31"
3505+
integrity sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==
35013506

35023507
35033508
version "1.2.0"

0 commit comments

Comments
 (0)