Skip to content

Commit

Permalink
feat: Update cozy-ui to 81.2.1
Browse files Browse the repository at this point in the history
Needed for react-router v6 release
  • Loading branch information
zatteo committed Feb 24, 2023
1 parent 44999a3 commit 0f4663b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"cozy-scripts": "^7.0.0",
"cozy-sharing": "6.0.3",
"cozy-stack-client": "^34.1.5",
"cozy-ui": "^80.2.1",
"cozy-ui": "^81.2.1",
"date-fns": "1.30.1",
"diacritics": "1.3.0",
"fastclick": "1.0.6",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6048,10 +6048,10 @@ cozy-stack-client@^35.3.1:
mime "^2.4.0"
qs "^6.7.0"

cozy-ui@^80.2.1:
version "80.2.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-80.2.1.tgz#b2e4d35299f45bcf8d4a1b7aca45cea5e9adbbf7"
integrity sha512-/cmUZYkAR1MsXWTKjuK50hurVvXm8BIgU01kkoU3SyWNl9L4oSdaDIIhaUaXQyI82ivEtoVfswARQEX6DbaXBQ==
cozy-ui@^81.2.1:
version "81.2.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-81.2.1.tgz#7ea31a4ff3e7610c22c3656bf66f5665a35c8cb4"
integrity sha512-IOLUn1+rXli5hn3J6c97uzWk3/lWffigQ7bJOIW/oC8h8egY4bCDfUXfOOURCIpbdS3vOzO6Bub3WDQM5cBPBw==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand Down Expand Up @@ -12721,19 +12721,19 @@ 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.9":
version "1.0.8"
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"
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.9":
version "1.0.8"
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
"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"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
Expand Down

0 comments on commit 0f4663b

Please sign in to comment.