Update dependency d3-scale-chromatic to v1.4.0 (https://github.com/woocommerce/woocommerce-admin/pull/2787)

This commit is contained in:
renovate[bot] 2019-08-15 14:09:51 +08:00 committed by Joshua T Flowers
parent c1eac01cd2
commit ae45a2031e
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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",