Commit 8b3c1eff authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'renovate/gitlab-packages' into 'master'

Update dependency @gitlab/ui to ^9.8.0

See merge request gitlab-org/gitlab!24862
parents 8d62a7ae 3e8a6aba
...@@ -5,6 +5,7 @@ exports[`ApproversColumn component when a list with more than three approvers is ...@@ -5,6 +5,7 @@ exports[`ApproversColumn component when a list with more than three approvers is
<gl-avatars-inline-stub <gl-avatars-inline-stub
avatars="[object Object],[object Object],[object Object],[object Object]" avatars="[object Object],[object Object],[object Object],[object Object]"
avatarsize="24" avatarsize="24"
badgetooltipprop=""
collapsed="true" collapsed="true"
maxvisible="2" maxvisible="2"
/> />
...@@ -35,6 +36,7 @@ exports[`ApproversColumn component when a list with three approvers is passed ma ...@@ -35,6 +36,7 @@ exports[`ApproversColumn component when a list with three approvers is passed ma
<gl-avatars-inline-stub <gl-avatars-inline-stub
avatars="[object Object],[object Object],[object Object]" avatars="[object Object],[object Object],[object Object]"
avatarsize="24" avatarsize="24"
badgetooltipprop=""
collapsed="true" collapsed="true"
maxvisible="3" maxvisible="3"
/> />
...@@ -46,6 +48,7 @@ exports[`ApproversColumn component when a list with two approvers is passed matc ...@@ -46,6 +48,7 @@ exports[`ApproversColumn component when a list with two approvers is passed matc
<gl-avatars-inline-stub <gl-avatars-inline-stub
avatars="[object Object],[object Object]" avatars="[object Object],[object Object]"
avatarsize="24" avatarsize="24"
badgetooltipprop=""
collapsed="true" collapsed="true"
maxvisible="3" maxvisible="3"
/> />
......
...@@ -740,10 +740,10 @@ ...@@ -740,10 +740,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.96.0.tgz#1d32730389e94358dc245e8336912523446d1269" resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-1.96.0.tgz#1d32730389e94358dc245e8336912523446d1269"
integrity sha512-mhg6kndxDhwjWChKhs5utO6PowlOyFdaCXUrkkxxe2H3cd8DYa40QOEcJeUrSIhkmgIMVesUawesx5tt4Bnnnw== integrity sha512-mhg6kndxDhwjWChKhs5utO6PowlOyFdaCXUrkkxxe2H3cd8DYa40QOEcJeUrSIhkmgIMVesUawesx5tt4Bnnnw==
"@gitlab/ui@^9.6.0": "@gitlab/ui@^9.8.0":
version "9.6.0" version "9.8.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-9.6.0.tgz#13119a56a34be34fd07e761cab0af3c00462159d" resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-9.8.0.tgz#b1a0b5f1f6ac9fdb19b64d74f0f729e3ec182495"
integrity sha512-R0pUa30l/JX/+1K/rZGAjDvCLLoQuodwCxBNzQ5U1ylnnfGclVrM2rBlZT3UlWnMkb9BRhTPn6uoC/HBOAo37g== integrity sha512-0VjSTjCCtevdoeByxf5o/OimzV3zt1MMH5DlZSqakML38uoOM0WpgXI/4xAipzfYwiKUW+IWbuyZGJ3ucaJnhQ==
dependencies: dependencies:
"@babel/standalone" "^7.0.0" "@babel/standalone" "^7.0.0"
"@gitlab/vue-toasted" "^1.3.0" "@gitlab/vue-toasted" "^1.3.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment