From 8b55ca87553f2e4ded7a563b1b233c60b2d14203 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Tue, 24 Oct 2023 03:53:54 +0000 Subject: [PATCH] fix(deps): update dependency cozy-ui to v81.9.0 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 1221b5934..147f90882 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "cozy-logger": ">1.7.0", "cozy-realtime": "4.2.8", "cozy-scripts": "6.3.10", - "cozy-ui": "81.5.0", + "cozy-ui": "81.9.0", "d3": "^6.0.0", "detect-browser": "^5.1.1", "file-saver": "^2.0.5", diff --git a/yarn.lock b/yarn.lock index 514fa6899..93b19ded8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6261,10 +6261,10 @@ cozy-stack-client@^35.6.0: mime "^2.4.0" qs "^6.7.0" -cozy-ui@81.5.0: - version "81.5.0" - resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-81.5.0.tgz#e462a710af3121f30fb2cd908e2154ded23d7dde" - integrity sha512-tHho2iw46CIPsn20aOHExSj3+B/7bNbF6fEFcmaKVj8H2TNbk9Kq6znZ0vO1A7zP2pv7Kj3TGqwbc5zkjwWNYw== +cozy-ui@81.9.0: + version "81.9.0" + resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-81.9.0.tgz#ad6e79cb608851676cf1f80093df500a943f06bf" + integrity sha512-f++0oOvAt1JNRrmiilFFu9ZdhnYl8Iv6x+fBTyw8ertRhTg5YdFHdYsrK6lDjnm6AxXNU1mpnKX4GvrKlaV46A== dependencies: "@babel/runtime" "^7.3.4" "@material-ui/core" "4.12.3" @@ -12653,9 +12653,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" -- GitLab