Skip to content

Commit

Permalink
feat(mespapiers-lib): Update cozy-ui dependency to v70.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PolariTOON committed Aug 9, 2022
1 parent 4456d69 commit ce13857
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/cozy-mespapiers-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cozy-intent": "^2.3.1",
"cozy-realtime": "^4.2.3",
"cozy-sharing": "^4.5.3",
"cozy-ui": "^68.9.1",
"cozy-ui": "^70.5.1",
"jest-environment-jsdom-sixteen": "2.0.0",
"react-router-dom": "5.2.0"
},
Expand All @@ -44,7 +44,7 @@
"cozy-intent": ">=2.2.0",
"cozy-realtime": ">=4.2.0",
"cozy-sharing": ">=4.3.0",
"cozy-ui": ">=68.9.1",
"cozy-ui": ">=70.5.1",
"react-router-dom": ">=5.2.0"
}
}
42 changes: 37 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2728,6 +2728,17 @@
prop-types "^15.7.2"
react-is "^16.8.0 || ^17.0.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/pickers@3.3.10":
version "3.3.10"
resolved "https://registry.yarnpkg.com/@material-ui/pickers/-/pickers-3.3.10.tgz#f1b0f963348cc191645ef0bdeff7a67c6aa25485"
Expand Down Expand Up @@ -2835,6 +2846,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 @@ -6726,12 +6746,14 @@ cozy-ui@62.1.2:
react-select "^4.3.0"
react-swipeable-views "^0.13.3"

cozy-ui@^68.9.1:
version "68.9.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-68.9.1.tgz#c26a1c9a78bd553c437eac713fdf0b9b952a874f"
integrity sha512-eBg1gcufo2VLylrtmkS54tVglBtIwgTijfR9xphuDq/QZcN/RBBXhsOTzcVRPh0jKrag11o8egUzX52fnNlpUw==
cozy-ui@^70.5.1:
version "70.5.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-70.5.1.tgz#776387b5f90f24df28a7d2045c088466eb24f247"
integrity sha512-L8SqGtYsj1/eEtnAG099j1ht++OBzpxibg4QzU5X0WzCn75ksmzIzd6TwDvAh3U+e7n6Zb+sUfzAgubuanN0GA==
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 @@ -6742,7 +6764,7 @@ cozy-ui@^68.9.1:
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 @@ -14122,6 +14144,16 @@ msgpack5@^4.0.2:
readable-stream "^2.3.6"
safe-buffer "^5.1.2"

"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"
react-spring "9.0.0-rc.3"
react-use-gesture "^7.0.8"
react-use-measure "^2.0.0"

"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"
Expand Down

0 comments on commit ce13857

Please sign in to comment.