Update dependency d3-scale-chromatic to v1.4.0 (https://github.com/woocommerce/woocommerce-admin/pull/2787)
This commit is contained in:
parent
c1eac01cd2
commit
ae45a2031e
|
@ -7158,9 +7158,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"d3-scale-chromatic": {
|
"d3-scale-chromatic": {
|
||||||
"version": "1.3.3",
|
"version": "1.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-1.4.0.tgz",
|
||||||
"integrity": "sha512-BWTipif1CimXcYfT02LKjAyItX5gKiwxuPRgr4xM58JwlLocWbjPLI7aMEjkcoOQXMkYsmNsvv3d2yl/OKuHHw==",
|
"integrity": "sha512-0vyEt8ZqhdgzC+IvdkJZL7fc3k7UZyJvMxR3zvU312z/HilJ0N+WSY3099jAxdfhe99ak9VhcK1ChDVVGc8Q0Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"d3-color": "1",
|
"d3-color": "1",
|
||||||
"d3-interpolate": "1"
|
"d3-interpolate": "1"
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
"d3-axis": "1.0.12",
|
"d3-axis": "1.0.12",
|
||||||
"d3-format": "1.3.2",
|
"d3-format": "1.3.2",
|
||||||
"d3-scale": "2.2.2",
|
"d3-scale": "2.2.2",
|
||||||
"d3-scale-chromatic": "1.3.3",
|
"d3-scale-chromatic": "1.4.0",
|
||||||
"d3-selection": "1.4.0",
|
"d3-selection": "1.4.0",
|
||||||
"d3-shape": "1.3.5",
|
"d3-shape": "1.3.5",
|
||||||
"d3-time-format": "2.1.3",
|
"d3-time-format": "2.1.3",
|
||||||
|
|
Loading…
Reference in New Issue