Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-03-07 13:36:44 +0300
committerPhil Hughes <me@iamphill.com>2019-03-07 13:36:44 +0300
commit13c5f79656090fcd30f6e94b2e99bd75bf1cf1e6 (patch)
tree74193090c660375b51dd3bfabe656e4bb688f4d1
parent3781cbe0c3e56067ce60f63f83d7e3d292a03403 (diff)
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
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index b9dc2220f56..d295e93ccaa 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.1",
+ "@gitlab/ui": "^2.2.2",
"apollo-boost": "^0.3.1",
"apollo-client": "^2.5.1",
"autosize": "^4.0.0",
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"