diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-11-23 12:56:36 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-12-18 16:08:11 -0600 |
commit | 36ba5f8272b11e02eda8110eb8e88b5dd4521928 (patch) | |
tree | 6d38879cad7e26bd4b57641450b5555ed4050098 /package.json | |
parent | f7a9ced235be7ef13f90b561d23ffe602e11e9a3 (diff) | |
download | gitlab-ce-36ba5f8272b11e02eda8110eb8e88b5dd4521928.tar.gz |
Update d3 to v4 and migrated the prometheus dashboard
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 9e816e007ee..b3a210f087d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "core-js": "^2.4.1", "cropper": "^2.3.0", "css-loader": "^0.28.0", - "d3": "^3.5.11", + "d3": "^4.12.0", "deckar01-task_list": "^2.0.0", "diff": "^3.4.0", "document-register-element": "1.3.0", |