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 /yarn.lock | |
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 'yarn.lock')
-rw-r--r-- | yarn.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yarn.lock b/yarn.lock index 397fd4a2c13..b8c8175ec22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -164,9 +164,9 @@ version "1.29.0" resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.29.0.tgz#03b65b513f9099bbda6ecf94d673a2952f8c6c70" -"@gitlab-org/gitlab-ui@^1.7.0": - version "1.7.0" - resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-ui/-/gitlab-ui-1.7.0.tgz#cf37b7262f90af42664d4d1600917271a8f8fb28" +"@gitlab-org/gitlab-ui@^1.7.1": + version "1.7.1" + resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-ui/-/gitlab-ui-1.7.1.tgz#e9cce86cb7e34311405e705c1de674276b453f17" dependencies: "@gitlab-org/gitlab-svgs" "^1.23.0" bootstrap-vue "^2.0.0-rc.11" |