diff options
author | Jose Vargas <jvargas@gitlab.com> | 2018-09-26 13:51:43 -0500 |
---|---|---|
committer | Jose Vargas <jvargas@gitlab.com> | 2018-09-26 13:51:43 -0500 |
commit | 4bf8584845368c14ec8f2dd2fdfb3682821f1308 (patch) | |
tree | 2afbbd4cdbde34965db191cc053bbd4d4ffdb317 /package.json | |
parent | 4586d77c85647063675108b0dcdcfebed0c890ca (diff) | |
download | gitlab-ce-4bf8584845368c14ec8f2dd2fdfb3682821f1308.tar.gz |
Bump GitLab UI version and change the file imports to a single point of entry notationjivl-bump-gitlab-ui
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 94707fe3587..718d9119ae0 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@gitlab-org/gitlab-svgs": "^1.29.0", - "@gitlab-org/gitlab-ui": "^1.7.0", + "@gitlab-org/gitlab-ui": "^1.7.1", "autosize": "^4.0.0", "axios": "^0.17.1", "babel-core": "^6.26.3", |