summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-03-12 09:59:01 +0000
committerPhil Hughes <me@iamphill.com>2019-03-12 09:59:01 +0000
commitdb37b5a4c8d408e1bce0843162c609dcb1781188 (patch)
tree2254fe9e9379097316b3760466b15b7028b0c893
parent1c931c214e0fdcb53622dcb54fc12a307d1ed97d (diff)
parenta948e4c989882891c6077bfafbb14e4e2dd54809 (diff)
downloadgitlab-ce-db37b5a4c8d408e1bce0843162c609dcb1781188.tar.gz
Merge branch 'renovate/gitlab-ui-2.x' into 'master'
Update dependency @gitlab/ui to ^2.2.3 See merge request gitlab-org/gitlab-ce!25977
-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 632a1b90289..60b3203741e 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.2",
+ "@gitlab/ui": "^2.2.3",
"apollo-boost": "^0.3.1",
"apollo-client": "^2.5.1",
"autosize": "^4.0.0",
diff --git a/yarn.lock b/yarn.lock
index 3cb0fea64fc..4456810ec43 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.2":
- version "2.2.2"
- resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-2.2.2.tgz#de8f436d6b52c168c4752b221a88cf7665fe0134"
- integrity sha512-xVY8lGfDA3D2EtyfZVpJVeNUXLbpn/xJqNF4fleqHJfqrwt+IcVlsQ7yEs/LBukmIw6tXPliD4Mm9uefnQhkXA==
+"@gitlab/ui@^2.2.3":
+ version "2.2.3"
+ resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-2.2.3.tgz#b3b4d1d785662dfba44ad2a7354fcbe4cee22fc9"
+ integrity sha512-N1Q1O6zpS4zZhmvWsUCtuGXTzQeHOzRWQZctbFTEJonidIWk6juqIBduYgR0MadG3DZxiovUN12jDGVtCfZKzw==
dependencies:
"@babel/standalone" "^7.0.0"
bootstrap-vue "^2.0.0-rc.11"