Skip to content

Commit

Permalink
fix(deps): update cozy client packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent fa181da commit 1fd43ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/cozy/cozy-home#readme",
"dependencies": {
"@sentry/react": "7.119.0",
"cozy-client": "^48.17.0",
"cozy-client": "^48.18.0",
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "4.0.0",
Expand All @@ -47,7 +47,7 @@
"cozy-minilog": "^3.3.1",
"cozy-realtime": "4.6.0",
"cozy-sharing": "^15.0.0",
"cozy-stack-client": "^48.0.0",
"cozy-stack-client": "^48.16.0",
"cozy-tsconfig": "1.2.0",
"cozy-ui": "111.9.0",
"date-fns": "2.28.0",
Expand Down
22 changes: 7 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5990,10 +5990,10 @@ [email protected]:
lodash "^4.17.20"
node-jose "^1.1.4"

cozy-client@^48.17.0:
version "48.17.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.17.0.tgz#2be81f9589cabc9b248c8dcfa46a274d168d34e2"
integrity sha512-t/bjydRZVA079ujrWKMShOYqusen8wSzvSOMKR1Jp1XQAEF+yPOzaAirh2NBqbt5Vad3NLgb8uZ6sBvd7EI2Sg==
cozy-client@^48.18.0:
version "48.18.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.18.0.tgz#a9a3fe86ee026a7beb0519865e6b59fab864dcf5"
integrity sha512-yInIuv681EKtILU53EbP3wWFilWnB0wBvR4f3V/Ykm1cS8qg4Mg/yjaQ1ttZs3AP5e4V/rqUaL3MJoTbhGom4g==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
Expand Down Expand Up @@ -6257,15 +6257,6 @@ cozy-sharing@^15.0.0:
react-tooltip "^3.11.1"
snarkdown "^2.0.0"

cozy-stack-client@^48.0.0:
version "48.0.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.0.0.tgz#2e19db82b0df3281fb4cdf9c999cc6bca741b299"
integrity sha512-q45CG9EPIqcl38YDGXCpuXiDnk16pEILaM4Vn0bvRW0B8onp5t0BGJYQdlzaM35cIghBxAn7DOpj66GE8JAdtg==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^48.16.0:
version "48.16.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.16.0.tgz#e8820197a0eb640e2d9061e21fad430ca5e56065"
Expand Down Expand Up @@ -12299,9 +12290,10 @@ 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":
"mui-bottom-sheet@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"
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
Expand Down

0 comments on commit 1fd43ac

Please sign in to comment.