From 7e121f64a40caca54597fc170e5fea005b67bf67 Mon Sep 17 00:00:00 2001 From: cballevre Date: Tue, 11 Apr 2023 14:27:12 +0200 Subject: [PATCH] feat: Update cozy-ui from 77.9.2 to 82.12.0 This update gets the fix that correctly centers the title on the illustration dialog --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e9cb947f..8503b2f2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "cozy-realtime": "3.14.4", "cozy-sharing": "3.10.0", "cozy-stack-client": "^36.0.0", - "cozy-ui": "^77.9.2", + "cozy-ui": "^82.12.0", "piwik-react-router": "0.12.1", "prop-types": "15.8.1", "react": "18.2.0", diff --git a/yarn.lock b/yarn.lock index 9c129e90..ee3f3bbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5793,10 +5793,10 @@ cozy-ui@22.3.1: react-pdf "^4.0.5" react-select "2.2.0" -cozy-ui@^77.9.2: - version "77.9.2" - resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-77.9.2.tgz#1785aa2734580fe4aac78ce3e1c83388dc12e76d" - integrity sha512-oZD45M9WCEzmb5lG7CySMpUtP+Fdk9anjtbH2YQ7p3KaLfZdtMgLSRuE4MX1e2QOV7jCTZlSX3SpkL4nsP6Gpg== +cozy-ui@^82.12.0: + version "82.12.0" + resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-82.12.0.tgz#3c7b0c4c11b7f58c73e6f425ad442b7015c8eedf" + integrity sha512-mHClL8VKqHz8V4lqwQwjj/fpKRhfg9xNNKPIcKpgM5pIbrWUSdr4E/vsAscITBFz+YLYR+X8fTPK91QIX6bzYA== dependencies: "@babel/runtime" "^7.3.4" "@material-ui/core" "4.12.3" @@ -11374,9 +11374,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"