From 16d0f365ebef5d89bef6d78cc92fee9c3888a498 Mon Sep 17 00:00:00 2001 From: JF-Cozy Date: Mon, 24 Jun 2024 15:00:14 +0200 Subject: [PATCH] feat: Upgrade cozy-ui 110.0.0 to 110.1.0 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9b063b41..f2339ffe 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "cozy-notifications": "^0.15.0", "cozy-realtime": "^5.0.0", "cozy-sharing": "^15.0.0", - "cozy-ui": "^110.0.0", + "cozy-ui": "^110.1.0", "date-fns": "2.23.0", "flexsearch": "0.7.31", "leaflet": "1.7.1", diff --git a/yarn.lock b/yarn.lock index dc585b3b..d8e3db34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5679,10 +5679,10 @@ cozy-tsconfig@1.2.0: resolved "https://registry.yarnpkg.com/cozy-tsconfig/-/cozy-tsconfig-1.2.0.tgz#17e61f960f139fae4d26cbac2254b9ab632b269e" integrity sha512-TRHnY9goF3FzVlUbP7BcHxuN2XAA4AmppT4fHHZmTKaSwYTByVR1Al+riFMDbce94kJZ1wzl9WNLWQuqzGZ6Cw== -cozy-ui@^110.0.0: - version "110.0.0" - resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-110.0.0.tgz#5d39046abe6d1ea5ebcc309d389c56c94f975b65" - integrity sha512-DUb1KUpIRHqimkVCxdt9q2kBHsG6GCr1f+IiL87+Z3aokNeVRrG9+7UMC3LcFSPKvCr4Bhr3aFEVm+nCqUbRtA== +cozy-ui@^110.1.0: + version "110.1.0" + resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-110.1.0.tgz#3881ca8945a41848558f8c8133d8fb611b1d6195" + integrity sha512-mjC1snnTFMOWbIa6pbqmeUuHCo0Fy+VieH6jLuMWrlz7cgi0pLqWQS3/B4qexkuF4v5DVqjGhc4krRz25If9Ig== dependencies: "@babel/runtime" "^7.3.4" "@material-ui/core" "4.12.3" @@ -11583,9 +11583,9 @@ msgpack5@^4.0.2: readable-stream "^2.3.6" safe-buffer "^5.1.2" -"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": +"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": version "1.0.8" - resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" + resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" dependencies: "@juggle/resize-observer" "^3.1.3" jest-environment-jsdom-sixteen "^1.0.3"