From ff0c596407c342cc33ae33b395114df9f9fefa67 Mon Sep 17 00:00:00 2001 From: GitLab UI REST integrations Date: Mon, 12 May 2025 05:46:23 +0000 Subject: [PATCH] GitLab UI integration test for sdejonge-code-styles --- package.json | 2 +- yarn.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e2ce5923861980..de4d6c99c6050e 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@gitlab/fonts": "^1.3.0", "@gitlab/query-language-rust": "0.7.0", "@gitlab/svgs": "3.129.0", - "@gitlab/ui": "113.3.2", + "@gitlab/ui": "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/10001033611/artifacts/raw/gitlab-ui.sdejonge-code-styles.tgz", "@gitlab/vue-router-vue3": "npm:vue-router@4.5.1", "@gitlab/vuex-vue3": "npm:vuex@4.1.0", "@gitlab/web-ide": "^0.0.1-dev-20250430143302", diff --git a/yarn.lock b/yarn.lock index ab7e81f102f96e..b2e5de16773147 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1450,10 +1450,9 @@ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-3.129.0.tgz#711ab0572cc73771b809b7a6444fe84296c7defb" integrity sha512-aLwCZ5mjQzat6NZN6iu24KNuI9q5KD6+Kp3wO/uQ0isDV8Bi8wBR0Z5eJBShebjy1NhALA+PBjkhZLA79xo85w== -"@gitlab/ui@113.3.2": +"@gitlab/ui@https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/10001033611/artifacts/raw/gitlab-ui.sdejonge-code-styles.tgz": version "113.3.2" - resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-113.3.2.tgz#258fbab4ba1110275d9c5bdbfcec8f41e9dbcfd9" - integrity sha512-asjwj0T7+ZyqUD9fxdEfJ2zsN0KF2TPRbvO0DYdti5agNKekx92dtjj5fso8QPU05/kjVPauTa8W0gN1CV1wxQ== + resolved "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/10001033611/artifacts/raw/gitlab-ui.sdejonge-code-styles.tgz#13eabd4c80114ac70b7494abe66ab1ea9dd11e4a" dependencies: "@floating-ui/dom" "1.7.0" echarts "^5.3.2" -- GitLab