diff options
author | Adriel Santiago <adriel@gitlab.com> | 2018-12-01 15:21:08 -0500 |
---|---|---|
committer | Adriel Santiago <adriel@gitlab.com> | 2018-12-07 17:36:17 -0500 |
commit | f053a02f68b14d0e90b43efc8399d66beee614f5 (patch) | |
tree | 76a578e7dba4d594f88a192bde3150d4bfb2d5ea /yarn.lock | |
parent | a27ba8edfa6f41de135cf6f1573cc5366440f7b5 (diff) | |
download | gitlab-ce-f053a02f68b14d0e90b43efc8399d66beee614f5.tar.gz |
Use GitLab UI area chart
Replace the metrics dashboard graph with
GitLab UI's area chart component
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index d7d2b89a881..aeeaf707b48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -634,10 +634,10 @@ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.41.0.tgz#f80e3a0e259f3550af00685556ea925e471276d3" integrity sha512-tKUXyqe54efWBsjQBUcvNF0AvqmE2NI2No3Bnix/gKDRImzIlcgIkM67Y8zoJv1D0w4CO87WcaG5GLpIFIT1Pg== -"@gitlab/ui@^1.14.0": - version "1.14.0" - resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-1.14.0.tgz#f0fd7c0e6c45a36ab3be18d00e2908a8cb405f90" - integrity sha512-jkBTN8qO41A894kcLo6b/mfLIgL8YNn+ZzjgzEXaZ3PyeQ3mKBdrBoSYkzH556qviroBvk/+3yyZz96VUo08qQ== +"@gitlab/ui@^1.15.0": + version "1.15.0" + resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-1.15.0.tgz#288e189cb99de354aeb4598f9ac8cced5f47e139" + integrity sha512-Aiv/WABr8lBVJk0eoanSoO07Lr5Nnvuq82IjDnNzcw9enB1DAKvlstC2r9iiMfg1pVgV/uLdDeRFqH9eI1X4Rg== dependencies: babel-standalone "^6.26.0" bootstrap-vue "^2.0.0-rc.11" |