Skip to content

Commit

Permalink
feat(Viewer): Upgrade cozy-ui
Browse files Browse the repository at this point in the history
BREAKING CHANGE: you must have `cozy-ui >= 112.0.0`
  • Loading branch information
JF-Cozy committed Oct 24, 2024
1 parent 4222337 commit e1278d2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/cozy-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cozy-intent": "^1.16.1",
"cozy-logger": "^1.10.6",
"cozy-sharing": "14.1.0",
"cozy-ui": "^111.9.0",
"cozy-ui": "^112.0.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "3.6.2",
Expand All @@ -56,7 +56,7 @@
"cozy-intent": ">=1.16.1",
"cozy-logger": ">=1.9.0",
"cozy-sharing": ">=14.1.0",
"cozy-ui": ">=111.9.0",
"cozy-ui": ">=112.0.0",
"react": ">=16.12.0",
"react-dom": ">=16.12.0"
}
Expand Down
19 changes: 15 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11052,10 +11052,10 @@ cozy-ui@^111.12.0:
react-swipeable-views "^0.13.3"
rooks "^5.11.2"

cozy-ui@^111.9.0:
version "111.9.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-111.9.0.tgz#45903a91cb8cf7394f590ae544ab60e3997feb04"
integrity sha512-BDzmiUHLe1vUTGZwQApta9omiTTA17NfgpbYHhKvHDHaya+9K1i6caNLtwXzttFBliLgPe3wUFa+edsCkKKQuw==
cozy-ui@^112.0.0:
version "112.0.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-112.0.0.tgz#0c6f41ab5e8207617afa463cdd96686a4f855f57"
integrity sha512-BflsHZMnKzYSSiQMARFCH5GuzQsXBU8wN2NG/qkRtFVmrLjLK0b2xZLDqxU3957RSqE486yGYqSTxVcYGjIHUA==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand Down Expand Up @@ -19732,6 +19732,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 e1278d2

Please sign in to comment.