Skip to content

Commit 2f5c9f7

Browse files
committed
feat: Update cozy-bar to get shortcut size fix
1 parent e0f021f commit 2f5c9f7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"dependencies": {
8585
"@sentry/react": "7.119.0",
8686
"classnames": "2.3.1",
87-
"cozy-bar": "^24.1.1",
87+
"cozy-bar": "^24.1.2",
8888
"cozy-client": "^60.13.0",
8989
"cozy-dataproxy-lib": "^4.11.0",
9090
"cozy-device-helper": "^3.7.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5469,10 +5469,10 @@ cozy-app-publish@^0.40.1:
54695469
tar "^6.1.11"
54705470
verror "^1.10.1"
54715471

5472-
cozy-bar@^24.1.1:
5473-
version "24.1.1"
5474-
resolved "https://registry.yarnpkg.com/cozy-bar/-/cozy-bar-24.1.1.tgz#352e7fa65c31a5e32d4aff762afadff4e6547fd6"
5475-
integrity sha512-7OVRF4QfbiH2IbRkGpNulpqfu7Wgu0Gm80Cue+Nq2icC+lWjZr6PEaiygHtEC/Ja+wr8kvBSf8ed1nVndW6P4g==
5472+
cozy-bar@^24.1.2:
5473+
version "24.1.2"
5474+
resolved "https://registry.yarnpkg.com/cozy-bar/-/cozy-bar-24.1.2.tgz#4c4fdfe7a1ed4bf76a8e24b211aa4aab63ae912c"
5475+
integrity sha512-E8QelKGLUrbFQvTBZuHa3iR8NRRxF7OLZft0L48ksr7RNEsYRimKPdASloFt5s5KoZvkwLdcaqEsOA3Z9HhgNA==
54765476
dependencies:
54775477
lodash.set "^4.3.2"
54785478
lodash.unionwith "4.6.0"
@@ -10920,9 +10920,9 @@ msgpack5@^4.0.2:
1092010920
readable-stream "^2.3.6"
1092110921
safe-buffer "^5.1.2"
1092210922

10923-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
10923+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
1092410924
version "1.0.8"
10925-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
10925+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
1092610926
dependencies:
1092710927
"@juggle/resize-observer" "^3.1.3"
1092810928
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)