1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Update c3 and d3 (#7905)

This updates include a number of bug fixes. The two charts we use these
libraries for appear unaffected.
This commit is contained in:
Mark Stacey 2020-01-27 12:47:33 -04:00 committed by GitHub
parent 583b404e02
commit 491675d50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -78,13 +78,13 @@
"bip39": "^2.2.0",
"bn.js": "^4.11.7",
"browserify-derequire": "^0.9.4",
"c3": "^0.6.7",
"c3": "^0.7.10",
"classnames": "^2.2.6",
"clone": "^2.1.2",
"content-hash": "^2.5.0",
"copy-to-clipboard": "^3.0.8",
"currency-formatter": "^1.4.2",
"d3": "^5.7.0",
"d3": "^5.15.0",
"debounce": "1.1.0",
"debounce-stream": "^2.0.0",
"deep-extend": "^0.5.1",

View File

@ -6445,12 +6445,12 @@ bytewise@~1.1.0:
bytewise-core "^1.2.2"
typewise "^1.0.3"
c3@^0.6.7:
version "0.6.10"
resolved "https://registry.yarnpkg.com/c3/-/c3-0.6.10.tgz#465f9bc5fbafb58c33c8ed641b0ec9717b158452"
integrity sha512-8HjpD1eSma75HI66hLQ+jD5KEvUMhSiiKfovQlyJk+Wxa1ebRL7Smxgu3ybBHkv9khe9m94TJRHpZ9Svcjo40w==
c3@^0.7.10:
version "0.7.12"
resolved "https://registry.yarnpkg.com/c3/-/c3-0.7.12.tgz#ad6205703bab9c2cbedc0223ba7fb2aabc31e94b"
integrity sha512-8gXyKMr9oM171aRGCOqezwEbWwEtIKmEkyvdfgH4oIunSsiTVWyw9Cz6os78LkYPRLMbHDgKcjkQh4EPCrRupQ==
dependencies:
d3 "^5.0.0"
d3 "^5.8.0"
cacache@^12.0.2:
version "12.0.3"
@ -8408,10 +8408,10 @@ d3-zoom@1:
d3-selection "1"
d3-transition "1"
d3@^5.0.0, d3@^5.7.0:
version "5.7.0"
resolved "https://registry.yarnpkg.com/d3/-/d3-5.7.0.tgz#f189d338bdde62acf02f308918e0ec34dd7568f9"
integrity sha512-8KEIfx+dFm8PlbJN9PI0suazrZ41QcaAufsKE9PRcqYPWLngHIyWJZX96n6IQKePGgeSu0l7rtlueSSNq8Zc3g==
d3@^5.15.0, d3@^5.8.0:
version "5.15.0"
resolved "https://registry.yarnpkg.com/d3/-/d3-5.15.0.tgz#ffd44958e6a3cb8a59a84429c45429b8bca5677a"
integrity sha512-C+E80SL2nLLtmykZ6klwYj5rPqB5nlfN5LdWEAVdWPppqTD8taoJi2PxLZjPeYT8FFRR2yucXq+kBlOnnvZeLg==
dependencies:
d3-array "1"
d3-axis "1"