From f0905cc64fe8bcc486f8f8e08ad2426f645a90ae Mon Sep 17 00:00:00 2001 From: Robert Hunt Date: Mon, 14 Aug 2023 17:22:57 +0100 Subject: [PATCH] GitLab UI integration branch for feat-format-number-on-single-stat-based-on-locale --- package.json | 2 +- yarn.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 190bd564..7bb54d95 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "main": "src/main.js", "dependencies": { "@gitlab/svgs": "3.61.0", - "@gitlab/ui": "66.4.0", + "@gitlab/ui": "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/5019205114/artifacts/raw/gitlab-ui.feat-format-number-on-single-stat-based-on-locale.tgz", "axios": "^0.19.2", "core-js": "^3.23.4", "document-register-element": "^1.14.3", diff --git a/yarn.lock b/yarn.lock index 91c3cf72..85953fc6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1104,10 +1104,9 @@ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-3.61.0.tgz#2434d429db1d22e128a1401a9735afab82275e0c" integrity sha512-GhryK81FA5NPisJjuwiCpZVALUBi6meg9njeIRLtKUuRDdp/DuaRC3WJFRtSXxVN+RG5HtUZrmv9dUQzKSZ2ZA== -"@gitlab/ui@66.4.0": +"@gitlab/ui@https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/5019205114/artifacts/raw/gitlab-ui.feat-format-number-on-single-stat-based-on-locale.tgz": version "66.4.0" - resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-66.4.0.tgz#d7361aa1eec66f9691ba92fd69a2d73740c1edf1" - integrity sha512-UNXZC7mLVqFyMyBNUqbCQ4WQgtpJv9RguEO8Cqsod/2CcyznA9Z/s/aoI2mKt5Bz4PZYHkX5fH35rD+0+1Yfhw== + resolved "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/5019205114/artifacts/raw/gitlab-ui.feat-format-number-on-single-stat-based-on-locale.tgz#80eefd7312e5e01300658d61df26f2c81edb9803" dependencies: "@floating-ui/dom" "1.2.9" bootstrap-vue "2.23.1" -- GitLab