diff options
author | Adriel Santiago <asantiago@gitlab.com> | 2019-03-07 09:39:45 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2019-03-07 09:39:45 +0000 |
commit | b7c4ddfc4c392afd16a495fb3f7ac8b0611b1fa4 (patch) | |
tree | faa6585f1f0ef0cd7d5b49abd475456f332106af /package.json | |
parent | 78a01253aa112de6b2c3feb6784c80982c3b3add (diff) | |
download | gitlab-ce-b7c4ddfc4c392afd16a495fb3f7ac8b0611b1fa4.tar.gz |
Fix cluster health charts
Render both usage and capacity in chart
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 578e6873495..b9dc2220f56 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@babel/preset-env": "^7.3.1", "@gitlab/csslab": "^1.8.0", "@gitlab/svgs": "^1.54.0", - "@gitlab/ui": "^2.2.0", + "@gitlab/ui": "^2.2.1", "apollo-boost": "^0.3.1", "apollo-client": "^2.5.1", "autosize": "^4.0.0", |