Skip to content

Commit

Permalink
feat: Upgrade cozy-ui
Browse files Browse the repository at this point in the history
BREAKING CHANGE: You must have `cozy-ui >=117.2.2`
  • Loading branch information
JF-Cozy committed Feb 5, 2025
1 parent 26a49e0 commit 15e3419
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": "^2.29.2",
"cozy-logger": "^1.16.1",
"cozy-sharing": "^21.2.2",
"cozy-ui": "^117.2.0",
"cozy-ui": "^117.2.2",
"identity-obj-proxy": "3.0.0",
"jest": "26.6.3",
"jest-canvas-mock": "2.3.1",
Expand All @@ -55,7 +55,7 @@
"cozy-intent": ">=2.29.1",
"cozy-logger": ">=1.9.0",
"cozy-sharing": ">=21.2.2",
"cozy-ui": ">=117.2.0",
"cozy-ui": ">=117.2.2",
"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 @@ -11505,10 +11505,10 @@ cozy-ui@^116.0.0:
react-swipeable-views "^0.13.3"
rooks "^5.11.2"

cozy-ui@^117.2.0:
version "117.2.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-117.2.0.tgz#642427d7d9d95a69d8927ab27504782e1bddaa36"
integrity sha512-9v8ggKK0rqdVGgp6LBBbISHH8GUKLtbJMaicJ0vdwcOR+JpYmTZeBM2jVIjyTMiyK/220nDbK3kusGxERnLLJg==
cozy-ui@^117.2.2:
version "117.2.2"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-117.2.2.tgz#c7cd63c21580424f26869421db83a13b3f37dcbe"
integrity sha512-6pKYUW6UEByacQuj098czWl5czQ1+X342yc3vB2hs84fVjOknAryfm9yyEqAml+uT4qEjE+Ij7pwLOEJmQ/+2w==
dependencies:
"@babel/runtime" "^7.3.4"
"@date-io/date-fns" "1"
Expand Down Expand Up @@ -20262,6 +20262,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 15e3419

Please sign in to comment.