From 7573ade54a844c7ac7860b706ff3cc7f287cd8c3 Mon Sep 17 00:00:00 2001 From: Renovate-Bot <le.rameur.94@gmail.com> Date: Wed, 15 Mar 2023 15:48:06 +0000 Subject: [PATCH] fix(deps): update dependency cozy-ui to v81 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 83bc4f352..9cadf56c5 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "cozy-logger": ">1.7.0", "cozy-realtime": "4.2.8", "cozy-scripts": "6.3.10", - "cozy-ui": "79.3.0", + "cozy-ui": "81.5.0", "d3": "^6.0.0", "detect-browser": "^5.1.1", "file-saver": "^2.0.5", diff --git a/yarn.lock b/yarn.lock index 1d0751b47..5ab492186 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5881,10 +5881,10 @@ cozy-stack-client@^35.6.0: mime "^2.4.0" qs "^6.7.0" -cozy-ui@79.3.0: - version "79.3.0" - resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-79.3.0.tgz#9915a3f1aab474b00dc4033d907a31fabb2d1c08" - integrity sha512-OR9KZF9i+alc2sWC7gG2lNuBqiIjJnxkctwt44mK1jWHpQWrQ/4d4HhOcwAcDoAkIWiQyLvmiZivfZVZ3fL/QQ== +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== dependencies: "@babel/runtime" "^7.3.4" "@material-ui/core" "4.12.3" @@ -11763,9 +11763,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