Skip to content

Commit

Permalink
feat(cozy-sharing): Update cozy-ui from 88.2.1 to 93.1.1
Browse files Browse the repository at this point in the history
BREAKING CHANGE: You need cozy-ui >= 93.1.1
  • Loading branch information
cballevre committed Sep 29, 2023
1 parent 7369f1d commit 94ba194
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cozy-sharing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"babel-plugin-css-modules-transform": "1.6.2",
"babel-plugin-inline-react-svg": "1.1.2",
"cozy-client": "40.5.0",
"cozy-ui": "88.2.1",
"cozy-ui": "93.1.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "3.6.2",
Expand All @@ -53,7 +53,7 @@
"peerDependencies": {
"cozy-client": "^40.5.0",
"cozy-realtime": "^3.11.0",
"cozy-ui": ">=88.2.1",
"cozy-ui": ">=93.1.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-router": "^5.0.1"
Expand Down
43 changes: 43 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10410,6 +10410,38 @@ cozy-ui@88.2.1:
react-swipeable-views "^0.13.3"
rooks "^5.11.2"

cozy-ui@93.1.1:
version "93.1.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-93.1.1.tgz#a09512a53a55a0b8ecab21e0572bbd12678ad128"
integrity sha512-vrfW9KZRyyRmxV/FqeUlUdtFUeiy/NSdMmiP0xVEZ1HqmwqQAJ46haZzHlIAyUDRjGy37c9k4J9V3ztu+SQHzQ==
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"
classnames "^2.2.5"
copy-text-to-clipboard "3.2.0"
cozy-interapp "^0.5.4"
date-fns "^1.28.5"
filesize "8.0.7"
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.9"
node-polyglot "^2.2.2"
normalize.css "^8.0.0"
piwik-react-router "0.12.1"
react-chartjs-2 "4.1.0"
react-markdown "^4.0.8"
react-pdf "^5.7.2"
react-popper "^2.2.3"
react-remove-scroll "^2.4.0"
react-select "^4.3.0"
react-swipeable-views "^0.13.3"
rooks "^5.11.2"

cozy-ui@^88.1.1:
version "88.1.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-88.1.1.tgz#16d7adf6b0d1c726d2c19efeea6f4c6f405ce71d"
Expand Down Expand Up @@ -19267,6 +19299,17 @@ 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.9":
version "1.0.8"
uid "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"
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"
Expand Down

0 comments on commit 94ba194

Please sign in to comment.