diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-09-25 11:22:52 -0300 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-09-25 11:22:52 -0300 |
commit | 825ce41ae44b137754f54ca56da5f3deb1960fc1 (patch) | |
tree | 152007b7ce3dbd9fe438bf831344376ef6ab1f75 | |
parent | aefb74ed10ffb15030c0a7db4eb6a263f2b60faf (diff) | |
download | gitlab-ce-add-gitlab-ui-skeleton-loading.tar.gz |
Use gitlab-ui 1.7.0add-gitlab-ui-skeleton-loading
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index b926d5a903f..b36bfa673bd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@gitlab-org/gitlab-svgs": "^1.29.0", - "@gitlab-org/gitlab-ui": "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/101009385/artifacts/raw/gitlab-ui.add-skeleton-loading.tgz", + "@gitlab-org/gitlab-ui": "^1.7.0", "autosize": "^4.0.0", "axios": "^0.17.1", "babel-core": "^6.26.3", diff --git a/yarn.lock b/yarn.lock index 9648e594adc..b039bffc004 100644 --- a/yarn.lock +++ b/yarn.lock @@ -84,9 +84,9 @@ version "1.29.0" resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.29.0.tgz#03b65b513f9099bbda6ecf94d673a2952f8c6c70" -"@gitlab-org/gitlab-ui@https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/101009385/artifacts/raw/gitlab-ui.add-skeleton-loading.tgz": - version "1.5.0" - resolved "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/101009385/artifacts/raw/gitlab-ui.add-skeleton-loading.tgz#8ee76d756dd429781bccd06beeb4254a91254496" +"@gitlab-org/gitlab-ui@^1.7.0": + version "1.7.0" + resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-ui/-/gitlab-ui-1.7.0.tgz#cf37b7262f90af42664d4d1600917271a8f8fb28" dependencies: "@gitlab-org/gitlab-svgs" "^1.23.0" bootstrap-vue "^2.0.0-rc.11" |