From dd64ef22f7e844727252e03871b3215f8d484f43 Mon Sep 17 00:00:00 2001 From: GitLab UI Integration Test Date: Mon, 21 Aug 2023 10:24:24 +0000 Subject: [PATCH] GitLab UI integration branch for form-input-select-replace-size-prop-with-width --- package.json | 2 +- yarn.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9c3438b03e2efd..42334d2508d796 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@gitlab/favicon-overlay": "2.0.0", "@gitlab/fonts": "^1.3.0", "@gitlab/svgs": "3.59.0", - "@gitlab/ui": "65.3.1", + "@gitlab/ui": "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/4911830771/artifacts/raw/gitlab-ui.form-input-select-replace-size-prop-with-width.tgz", "@gitlab/visual-review-tools": "1.7.3", "@gitlab/web-ide": "0.0.1-dev-20230807045127", "@mattiasbuelens/web-streams-adapter": "^0.1.0", diff --git a/yarn.lock b/yarn.lock index b7e5ff04d173f6..c2a33a0a5cb552 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1147,10 +1147,9 @@ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-3.59.0.tgz#21090154aa7987e059264e13182c4c60e6d0d4b3" integrity sha512-5+FZ0Clwtf2X6oHEEVCwbhqhmnxT8Ds1CGFxHzzWsvQ5Hkdt658BVAicsbvQSU+TuEIhnKOK3BfooyleMUwLlQ== -"@gitlab/ui@65.3.1": +"@gitlab/ui@https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/4911830771/artifacts/raw/gitlab-ui.form-input-select-replace-size-prop-with-width.tgz": version "65.3.1" - resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-65.3.1.tgz#5dd995549f32e67f6d286d29cff7445884a351bb" - integrity sha512-3mGY76IfS7RiAeb9U/j8/7c35lJ3AX0utFQDEWV39ttwylArpNCRuNsjgFaWI7o2RgRhohM0ZBoNKmIm3haJaA== + resolved "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/4911830771/artifacts/raw/gitlab-ui.form-input-select-replace-size-prop-with-width.tgz#d15075166bfccc7f7db728febb5efeeaf839e9f2" dependencies: "@floating-ui/dom" "1.2.9" bootstrap-vue "2.23.1" -- GitLab