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 abb0ba6 commit 78b80b8
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 @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 78b80b8

Please sign in to comment.