summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerasmus <jerasmus@gitlab.com>2019-04-25 09:14:54 +0200
committerjerasmus <jerasmus@gitlab.com>2019-04-25 09:14:54 +0200
commita8fec01a18a3d48266acec4accb8634a4fc071b5 (patch)
treef6226dda3ebee8cc4e7d7d978fd60bff8f7d1d4e
parent34126fe6ba2c42021f53144a1640a5ca31f61bc2 (diff)
downloadgitlab-ce-57017-add-toast-success-message.tar.gz
Update dependency url57017-add-toast-success-message
Updated the depencency url to the latest gitlab-ui version
-rw-r--r--package.json2
-rw-r--r--yarn.lock7
2 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json
index 8a8c3f03416..d2ee29fe06d 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": "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/201317519/artifacts/raw/gitlab-ui.76-create-toast-component.tgz",
+ "@gitlab/ui": "^3.5.0",
"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 ebff36c557a..a0446b652ac 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -663,9 +663,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.59.0.tgz#affcf9596d736836d37469bb4aea2226ac03e087"
integrity sha512-dokGyyLRRsoBKO70KP1g+ZsDGyTK/RIHWDmvWI6Bx5AxQ3UqAzVXn2OIb3owjJAexyRG1uBmJrriiVVyHznQ4g==
-"@gitlab/ui@https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/201317519/artifacts/raw/gitlab-ui.76-create-toast-component.tgz":
- version "3.4.0"
- resolved "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/201317519/artifacts/raw/gitlab-ui.76-create-toast-component.tgz#c70677d8ca8bc84a79cd7177ab7af32f669bb194"
+"@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==
dependencies:
"@babel/standalone" "^7.0.0"
bootstrap-vue "^2.0.0-rc.11"