Commit d9d3a072 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'gitlab-ui-integration-migrate-directive-exports' into 'master'

Upgrade @gitlab/ui to v32.21.0

See merge request gitlab-org/gitlab!72195
parents 66471ac4 0cfef8bd
...@@ -14,7 +14,9 @@ export * from '@gitlab/ui'; ...@@ -14,7 +14,9 @@ export * from '@gitlab/ui';
*/ */
jest.mock('@gitlab/ui/dist/directives/tooltip.js', () => ({ jest.mock('@gitlab/ui/dist/directives/tooltip.js', () => ({
bind() {}, GlTooltipDirective: {
bind() {},
},
})); }));
jest.mock('@gitlab/ui/dist/components/base/tooltip/tooltip.js', () => ({ jest.mock('@gitlab/ui/dist/components/base/tooltip/tooltip.js', () => ({
......
...@@ -914,10 +914,10 @@ ...@@ -914,10 +914,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/tributejs/-/tributejs-1.0.0.tgz#672befa222aeffc83e7d799b0500a7a4418e59b8" resolved "https://registry.yarnpkg.com/@gitlab/tributejs/-/tributejs-1.0.0.tgz#672befa222aeffc83e7d799b0500a7a4418e59b8"
integrity sha512-nmKw1+hB6MHvlmPz63yPwVs1qQkycHwsKgxpEbzmky16Y6mL4EJMk3w1b8QlOAF/AIAzjCERPhe/R4MJiohbZw== integrity sha512-nmKw1+hB6MHvlmPz63yPwVs1qQkycHwsKgxpEbzmky16Y6mL4EJMk3w1b8QlOAF/AIAzjCERPhe/R4MJiohbZw==
"@gitlab/ui@32.19.1": "@gitlab/ui@32.21.0":
version "32.19.1" version "32.21.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.19.1.tgz#ab54408272cb5ee695dc0a328892e047da3d41ac" resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-32.21.0.tgz#d4a5e9b369aa91a9512fb742d1cd5f23f1653a7c"
integrity sha512-ooc0TwCvREuWJfvn8EbOkEz1Mh4UKEu7x0MKhD+TBjG+JJwLKDClmD1cPPE05BXtWAvW5W9JUBkaeMCVQG2l3g== integrity sha512-ssobbMDscsJa/mWqAne6xOAsNy3pQNOahzn4oLyVmmNPiMRZNcS4mEda28MwexntlkzEkOxWHjmkoa4YI0JQqQ==
dependencies: dependencies:
"@babel/standalone" "^7.0.0" "@babel/standalone" "^7.0.0"
bootstrap-vue "2.20.1" bootstrap-vue "2.20.1"
......
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