Skip to content

Commit

Permalink
Merge pull request #2460 from cozy/feat/Update-cozy-ui-for-fix-Bottom…
Browse files Browse the repository at this point in the history
…Sheet

Update cozy-ui to 70.6.1
  • Loading branch information
Merkur39 authored Aug 12, 2022
2 parents 570bb98 + 071a6c7 commit 2ece60b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
37 changes: 29 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2ece60b

Please sign in to comment.