From e42e68d02d4dd1006f67c5ae6e1be249a0a3ff18 Mon Sep 17 00:00:00 2001 From: GitLab Renovate Bot <gitlab-bot@gitlab.com> Date: Fri, 7 Mar 2025 13:09:19 +0000 Subject: [PATCH] Update dependency @gitlab/ui to v110 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 85a4d2c403a91..c614e30444c78 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@gitlab/fonts": "^1.3.0", "@gitlab/query-language-rust": "0.4.0", "@gitlab/svgs": "3.123.0", - "@gitlab/ui": "109.2.1", + "@gitlab/ui": "110.0.0", "@gitlab/vue-router-vue3": "npm:vue-router@4.5.0", "@gitlab/vuex-vue3": "npm:vuex@4.1.0", "@gitlab/web-ide": "^0.0.1-dev-20250213173537", diff --git a/yarn.lock b/yarn.lock index 66e26dc124fef..6853a4f6bf31c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1436,10 +1436,10 @@ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-3.123.0.tgz#1fa3b1a709755ff7c8ef67e18c0442101655ebf0" integrity sha512-yjVn+utOTIKk8d9JlvGo6EgJ4TQ+CKpe3RddflAqtsQqQuL/2MlVdtaUePybxYzWIaumFuh5LouQ6BrWyw1niQ== -"@gitlab/ui@109.2.1": - version "109.2.1" - resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-109.2.1.tgz#1f916fc16894378c6c0eff7ab830e512c0822a6d" - integrity sha512-jhMZEzK8ogT+0+8OtLFAeMOrNOEEcQbiBFEp7OGj4vkMww97OWkbd6VpiTqSs0TT95kH3qHSsh9Fg6pn23p4zw== +"@gitlab/ui@110.0.0": + version "110.0.0" + resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-110.0.0.tgz#3a1fd77513063d338b8a4676453e53321f58230b" + integrity sha512-AYiPQTQW3Hh+3j0eZr1WvuzDVNHEssxgrO66jbQO79WmSr88IXO13kICAbs0T1bvmS2vZx8VyP/TQ0ow3UJMHQ== dependencies: "@floating-ui/dom" "1.4.3" echarts "^5.3.2" -- GitLab