From d67a599770ba86b039640d1d3f63822d26242754 Mon Sep 17 00:00:00 2001 From: Peter Hegman Date: Thu, 16 Nov 2023 07:50:51 -0800 Subject: [PATCH] GitLab UI integration branch for remove-legacy-props --- package.json | 2 +- yarn.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a1d592dd..4067c039 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "main": "src/main.js", "dependencies": { "@gitlab/svgs": "3.69.0", - "@gitlab/ui": "67.3.3", + "@gitlab/ui": "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/5532281271/artifacts/raw/gitlab-ui.remove-legacy-props.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 6a4ce601..5395832a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1104,10 +1104,9 @@ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-3.69.0.tgz#bf76b8ffbe72a783807761a38abe8aaedcfe8c12" integrity sha512-Zu8Fcjhi3Bk26jZOptcD5F4SHWC7/KuAe00NULViCeswKdoda1k19B+9oCSbsbxY7vMoFuD20kiCJdBCpxb3HA== -"@gitlab/ui@67.3.3": - version "67.3.3" - resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-67.3.3.tgz#11ce618a41288fd64ad0a5768dd517ac830fadc8" - integrity sha512-Gc+HYwB0MdEO0qDboNnDTROpItlWB1rFFqFqe7h/IuqJUHyr2NmUAvhrPINE6f56qa5GcMTDlFazmUUY4kcxCg== +"@gitlab/ui@https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/5532281271/artifacts/raw/gitlab-ui.remove-legacy-props.tgz": + version "68.5.0" + resolved "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/5532281271/artifacts/raw/gitlab-ui.remove-legacy-props.tgz#95cd94008cb3910a47dc5daa52b4b84f63029b91" dependencies: "@floating-ui/dom" "1.2.9" bootstrap-vue "2.23.1" -- GitLab