From 39226701429f91aaa40f547a9f79599c0e78a569 Mon Sep 17 00:00:00 2001 From: AlexisG Date: Wed, 4 Dec 2024 17:01:04 +0100 Subject: [PATCH] feat: Upgrade Cozy-Sharing to 16.9.0 To change the text style in the banner. --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2a49b02e8e..5b90bda8b8 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "cozy-minilog": "3.3.1", "cozy-realtime": "4.6.0", "cozy-scripts": "^8.3.0", - "cozy-sharing": "^16.7.0", + "cozy-sharing": "^16.9.0", "cozy-stack-client": "^49.8.0", "cozy-ui": "^113.5.0", "cozy-viewer": "^2.9.0", diff --git a/yarn.lock b/yarn.lock index 55aff76026..b47642d6e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6580,10 +6580,10 @@ cozy-scripts@^8.3.0: webpack-dev-server "3.10.3" webpack-merge "4.2.2" -cozy-sharing@^16.7.0: - version "16.7.0" - resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-16.7.0.tgz#3ee7865e9b888378d62d28095c0c28f9ceca8e00" - integrity sha512-yK/Owt3y6+bxpLT9JeHVIS1H0vwaTtAl6EF9fqCYsSoTt0sM3kIoS65cws2F1m32q5gqztdYXgpQb74Z4U+PVA== +cozy-sharing@^16.9.0: + version "16.9.0" + resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-16.9.0.tgz#edb38be918477cf89385857a40f9118f3c5f25ec" + integrity sha512-VhIgIFLAIG3PcXr0BYSQC+OjCKaUsW5nAGZmE1kpKGqi9hTbYnfQ3fgGLCjGOlxcHsJdgzxbSbW7Rc0CCjT3+A== dependencies: "@cozy/minilog" "^1.0.0" classnames "^2.2.6" @@ -12973,9 +12973,9 @@ msgpack5@^4.0.2: readable-stream "^2.3.6" safe-buffer "^5.1.2" -"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": +"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": version "1.0.8" - resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" + resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" dependencies: "@juggle/resize-observer" "^3.1.3" jest-environment-jsdom-sixteen "^1.0.3"