diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-03-07 10:36:44 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-03-07 10:36:44 +0000 |
commit | 13c5f79656090fcd30f6e94b2e99bd75bf1cf1e6 (patch) | |
tree | 74193090c660375b51dd3bfabe656e4bb688f4d1 /yarn.lock | |
parent | 3781cbe0c3e56067ce60f63f83d7e3d292a03403 (diff) | |
download | gitlab-ce-13c5f79656090fcd30f6e94b2e99bd75bf1cf1e6.tar.gz |
Merge branch 'master' into fl-update-gitlab-ui
* master:
Fix cluster health charts
Use gitlab-ci job name in environment dropdown
Moved all emojis to the public folder
Add Dependency Scanning vendored template for EE
Added a condition on squash message display
Improve files_decorator performance
Move empty_repo check on its own
Disable gitlab:ui:visual for documentation changes
Allow protected branch creation for empty project
Change 11.9 for 11.7 in include external files
Add performance, dast, and review jobs to tags pipeline
Update documentation
Add build for tags
fix group without owner after transfer
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 21c5ea929d1..48bd87e0ee6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -663,10 +663,10 @@ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.54.0.tgz#00320e845efd46716042cde0c348b990d4908daf" integrity sha512-DR17iy8TM5IbXEacqiDP0p8SuC/J8EL+98xbfVz5BKvRsPHpeZJQNlBF/petIV5d+KWM5A9v3GZTY7uMU7z/JQ== -"@gitlab/ui@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-2.2.1.tgz#4b4f5c9234279a2ebeafc337c58eb6460aef963b" - integrity sha512-hxgZi1KRwd8EmVs1OeE/zcVH3GCE523GK4JWrTD8x9xPRS0O+NSIvbgqGBXp25UiG7jei9Up0X9BzZMTmZimug== +"@gitlab/ui@^2.2.2": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-2.2.2.tgz#de8f436d6b52c168c4752b221a88cf7665fe0134" + integrity sha512-xVY8lGfDA3D2EtyfZVpJVeNUXLbpn/xJqNF4fleqHJfqrwt+IcVlsQ7yEs/LBukmIw6tXPliD4Mm9uefnQhkXA== dependencies: "@babel/standalone" "^7.0.0" bootstrap-vue "^2.0.0-rc.11" |