diff options
author | Paul Gascou-Vaillancourt <paul.gascvail@gmail.com> | 2019-07-11 10:13:28 -0400 |
---|---|---|
committer | Paul Gascou-Vaillancourt <paul.gascvail@gmail.com> | 2019-07-11 10:13:28 -0400 |
commit | 71d3019b1318a007278bee7c1d993c4ede4b1a62 (patch) | |
tree | df30cf8578abb04d769ebaafbbfffeeca65b9c88 | |
parent | e1a56e7b229d7faa4986df557e6c6651de3e7f91 (diff) | |
download | gitlab-ce-gl-ui-remove-unused-component.tar.gz |
Make sure CE tests pass after removal of obsolete componentgl-ui-remove-unused-component
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json index 5955790488a..7e5691014fb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/preset-env": "^7.4.4", "@gitlab/csslab": "^1.9.0", "@gitlab/svgs": "^1.67.0", - "@gitlab/ui": "^5.5.0", + "@gitlab/ui": "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/249614709/artifacts/raw/gitlab-ui.remove-unused-search-component.tgz", "apollo-cache-inmemory": "^1.5.1", "apollo-client": "^2.5.1", "apollo-link": "^1.2.11", diff --git a/yarn.lock b/yarn.lock index dc5e0662396..680516f376e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -705,10 +705,9 @@ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.67.0.tgz#c7b94eca13b99fd3aaa737fb6dcc0abc41d3c579" integrity sha512-hJOmWEs6RkjzyKkb1vc9wwKGZIBIP0coHkxu/KgOoxhBVudpGk4CH7xJ6UuB2TKpb0SEh5CC1CzRZfBYaFhsaA== -"@gitlab/ui@^5.5.0": - version "5.5.0" - resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-5.5.0.tgz#2000b2ed0c3825dd8c4430191023f4d03c923ecb" - integrity sha512-6e/AFFLDk/gm4wKnHM9rcpTRqCsWkPKW/Vjsnd6h4wyfif2/TusHeIn/jedQxUaORbO/XZKzg4V5COhXXbCx4w== +"@gitlab/ui@https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/249614709/artifacts/raw/gitlab-ui.remove-unused-search-component.tgz": + version "5.6.0" + resolved "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/249614709/artifacts/raw/gitlab-ui.remove-unused-search-component.tgz#86ab23401fe1141750152eed938d5a1eadc98195" dependencies: "@babel/standalone" "^7.0.0" "@gitlab/vue-toasted" "^1.2.1" |