From 071a6c7bb17c41958c321c4a039b9d28e2dc8a4d Mon Sep 17 00:00:00 2001 From: Merkur39 Date: Fri, 12 Aug 2022 11:07:19 +0200 Subject: [PATCH] feat: Update cozy-ui to 70.6.1 For fix BottomSheet with dynamic content --- CHANGELOG.md | 2 +- package.json | 2 +- yarn.lock | 37 +++++++++++++++++++++++++++++-------- 3 files changed, 31 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2a154f26..d4becd736e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * Add tags on transactions * Add a tab in the settings to list all the tags * Add a modal to filter by Tags on the analysis page -* Upgrade cozy-ui from 69.3.0 to 70.2.4 +* Upgrade cozy-ui from 69.3.0 to 70.6.1 * Add a page for managing a given tag ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 8747ccf777..6b01e694e2 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "cozy-scripts": "^6.3.1", "cozy-sharing": "3.12.2", "cozy-stack-client": "^29.1.0", - "cozy-ui": "^70.2.4", + "cozy-ui": "^70.6.1", "d3": "5.11.0", "date-fns": "1.30.1", "detect-node": "2.0.4", diff --git a/yarn.lock b/yarn.lock index 0f7776dc5f..e653fabcbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1487,6 +1487,17 @@ react-is "^16.8.0 || ^17.0.0" react-transition-group "^4.4.0" +"@material-ui/lab@^4.0.0-alpha.61": + version "4.0.0-alpha.61" + resolved "https://registry.yarnpkg.com/@material-ui/lab/-/lab-4.0.0-alpha.61.tgz#9bf8eb389c0c26c15e40933cc114d4ad85e3d978" + integrity sha512-rSzm+XKiNUjKegj8bzt5+pygZeckNLOr+IjykH8sYdVk7dE9y2ZuUSofiMV2bJk3qU+JHwexmw+q0RyNZB9ugg== + dependencies: + "@babel/runtime" "^7.4.4" + "@material-ui/utils" "^4.11.3" + clsx "^1.0.4" + prop-types "^15.7.2" + react-is "^16.8.0 || ^17.0.0" + "@material-ui/styles@^4.10.0": version "4.11.3" resolved "https://registry.yarnpkg.com/@material-ui/styles/-/styles-4.11.3.tgz#1b8d97775a4a643b53478c895e3f2a464e8916f2" @@ -1555,6 +1566,15 @@ prop-types "^15.7.2" react-is "^16.8.0 || ^17.0.0" +"@material-ui/utils@^4.11.3": + version "4.11.3" + resolved "https://registry.yarnpkg.com/@material-ui/utils/-/utils-4.11.3.tgz#232bd86c4ea81dab714f21edad70b7fdf0253942" + integrity sha512-ZuQPV4rBK/V1j2dIkSSEcH5uT6AaHuKWFfotADHsC0wVL1NLd2WkFCm4ZZbX33iO4ydl6V0GPngKm8HZQ2oujg== + dependencies: + "@babel/runtime" "^7.4.4" + prop-types "^15.7.2" + react-is "^16.8.0 || ^17.0.0" + "@mrmlnc/readdir-enhanced@^2.2.1": version "2.2.1" resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" @@ -5613,13 +5633,14 @@ cozy-stack-client@^6.64.3: mime "^2.4.0" qs "^6.7.0" -cozy-ui@^70.2.4: - version "70.2.4" - resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-70.2.4.tgz#70051f6e28c4819852e2ef9838976eb21de651a6" - integrity sha512-3InxYnjUS2UaTPKjS+jg0SfCa94tiPebcM3f0pdA5B54PYdoW4wwLxcb6C0AKlRLQKxHcmkIJTVGp0X1O79DiA== +cozy-ui@^70.6.1: + version "70.6.1" + resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-70.6.1.tgz#fa1b36594bb48d9de6b7a042ddef6fac2509b549" + integrity sha512-ClYPqjeLp+HVa0UdhhH/AvZktfMST+Iqp6RLuYU8WNLkGc2CNomYK0C40v+ZAfCmEfOUiarI2xnC8zSAI8/IBw== dependencies: "@babel/runtime" "^7.3.4" "@material-ui/core" "4.12.3" + "@material-ui/lab" "^4.0.0-alpha.61" "@popperjs/core" "^2.4.4" bundlemon "^1.3.2" chart.js "3.7.1" @@ -5630,7 +5651,7 @@ cozy-ui@^70.2.4: hammerjs "^2.0.8" intersection-observer "0.11.0" mime-types "2.1.35" - mui-bottom-sheet "https://github.com/cozy/mui-bottom-sheet.git#v1.0.6" + mui-bottom-sheet "https://github.com/cozy/mui-bottom-sheet.git#v1.0.8" node-polyglot "^2.2.2" normalize.css "^8.0.0" piwik-react-router "0.12.1" @@ -13473,9 +13494,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.6": - version "1.0.6" - resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5" +"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.8": + version "1.0.8" + resolved "git+https://github.com/cozy/mui-bottom-sheet.git#8535a9da5c334890dcf95ae4e6aeb4f6ec2d56a0" dependencies: "@juggle/resize-observer" "^3.1.3" jest-environment-jsdom-sixteen "^1.0.3"