From 78b80b88c0d974becd2e4b24be7ef49cb5afdcf6 Mon Sep 17 00:00:00 2001 From: Paul Tran-Van Date: Thu, 21 Nov 2024 09:47:32 +0100 Subject: [PATCH] feat: Upgrade cozy-bar for new flag Benefit from the new apps.hidden flag, to hide apps in the bar menu. This is typically done to hide the new dataproxy app used for search. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6d482e30ba..bb319e360e 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@egjs/hammerjs": "2.0.17", "@sentry/react": "7.119.0", "classnames": "2.3.1", - "cozy-bar": "^15.0.0", + "cozy-bar": "15.1.0", "cozy-ci": "0.5.2", "cozy-client": "^49.8.0", "cozy-client-js": "0.20.0", diff --git a/yarn.lock b/yarn.lock index f09243e1b7..68309efd04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6196,10 +6196,10 @@ cozy-app-publish@^0.27.2: request "^2.88.0" tar "^4.4.13" -cozy-bar@^15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/cozy-bar/-/cozy-bar-15.0.0.tgz#781d07c1ac759b57cebb8af8d64b8f8ab425706a" - integrity sha512-T5D2Me0gmp4SDMvDBfR7V3E1IYAo1Adby7jUr9bk+aouyte4uz+KnAyEdgp6VXWBnbfUvAfqwBpTdwDzjaHXvQ== +cozy-bar@15.1.0: + version "15.1.0" + resolved "https://registry.yarnpkg.com/cozy-bar/-/cozy-bar-15.1.0.tgz#f7f624130d1b56539b05e4a02df520b245788b6f" + integrity sha512-Nx9B/cD7upmBisFGOu5V7nr5zgJfCiwRA3ChaAnF2ifC6p1HiwhbvJCXMW7VpX0dDZNVmM7VWXGnvDaw+VinTg== dependencies: hammerjs "2.0.8" lodash.debounce "4.0.8"