Skip to content

Commit

Permalink
feat: Upgrade cozy-bar for new flag
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
paultranvan committed Nov 21, 2024
1 parent ecad49d commit dae84ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@sentry/integrations": "7.88.0",
"@sentry/react": "7.119.0",
"classnames": "2.5.1",
"cozy-bar": "^15.0.0",
"cozy-bar": "^15.1.0",
"cozy-client": "^49.8.0",
"cozy-device-helper": "^3.0.0",
"cozy-doctypes": "^1.90.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5272,10 +5272,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"
Expand Down

0 comments on commit dae84ba

Please sign in to comment.