summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrique Alcantara <ealcantara@gitlab.com>2019-04-26 17:30:24 -0400
committerEnrique Alcantara <ealcantara@gitlab.com>2019-04-26 17:36:00 -0400
commit908883a0e70779356d06c04066a0e23617065b90 (patch)
treef6e6737b1cc7709d16c29096f0ea3851146f9acd
parent22ed1ba34b949f0c0619ea0a94de89ca987a1222 (diff)
downloadgitlab-ce-908883a0e70779356d06c04066a0e23617065b90.tar.gz
Update gitlab-ui to fix IE11 bug
-rw-r--r--package.json2
-rw-r--r--yarn.lock7
2 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json
index d2ee29fe06d..5b4a0dab84f 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"@babel/preset-env": "^7.3.1",
"@gitlab/csslab": "^1.9.0",
"@gitlab/svgs": "^1.59.0",
- "@gitlab/ui": "^3.5.0",
+ "@gitlab/ui": "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/203435241/artifacts/raw/gitlab-ui.244-transpile-bootstrap-vue.tgz",
"apollo-cache-inmemory": "^1.5.1",
"apollo-client": "^2.5.1",
"apollo-upload-client": "^10.0.0",
diff --git a/yarn.lock b/yarn.lock
index a0446b652ac..7f340330ce0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -663,10 +663,9 @@
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.59.0.tgz#affcf9596d736836d37469bb4aea2226ac03e087"
integrity sha512-dokGyyLRRsoBKO70KP1g+ZsDGyTK/RIHWDmvWI6Bx5AxQ3UqAzVXn2OIb3owjJAexyRG1uBmJrriiVVyHznQ4g==
-"@gitlab/ui@^3.5.0":
- version "3.5.0"
- resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-3.5.0.tgz#31ecfc16e3f7663545f31ddf07e02bba96a6d138"
- integrity sha512-eDD++hhGJuH59g2QcGshuou9/NLcLfse4Abm9KOIWIaYI3NPWW2KRGwLHPB6H0d5W0/X5pyWYQvXgF7JE2ZXbA==
+"@gitlab/ui@https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/203435241/artifacts/raw/gitlab-ui.244-transpile-bootstrap-vue.tgz":
+ version "3.6.0"
+ resolved "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/203435241/artifacts/raw/gitlab-ui.244-transpile-bootstrap-vue.tgz#eb3b6e80a75a3a750ad7bad7d39744499532e786"
dependencies:
"@babel/standalone" "^7.0.0"
bootstrap-vue "^2.0.0-rc.11"