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 Jul 19, 2024
1 parent 73034db commit c4a5e97
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@sentry/react": "7.101.1",
"classnames": "2.3.1",
"cozy-bar": "^12.3.0",
"cozy-client": "^48.8.0",
"cozy-client": "^48.11.0",
"cozy-device-helper": "^3.0.0",
"cozy-doctypes": "1.83.7",
"cozy-flags": "^3.2.2",
Expand All @@ -71,7 +71,7 @@
"cozy-keys-lib": "6.0.0",
"cozy-realtime": "4.6.0",
"cozy-sharing": "^15.0.0",
"cozy-stack-client": "^48.2.0",
"cozy-stack-client": "^48.9.0",
"cozy-ui": "^111.1.0",
"piwik-react-router": "0.12.1",
"prop-types": "15.8.1",
Expand Down
32 changes: 12 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5442,16 +5442,16 @@ [email protected]:
lodash "^4.17.20"
node-jose "^1.1.4"

cozy-client@^48.8.0:
version "48.8.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.8.0.tgz#66bfe0d1866013080ca39083faf6dd0d59548c33"
integrity sha512-o/TmAlgn0xbdxrV928eVYtORE1g0Xykx32LeT83iQaRe26F4mnz4WVpcwizNH1zV7OTue8LNhLHPHZypCO23AQ==
cozy-client@^48.11.0:
version "48.11.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.11.0.tgz#daffba1c38aeb8ce45d73da30a0596c089c9e68c"
integrity sha512-5dME2WBZBYzIfthqiok9DEn8tpmjCuIw4a6CC2eim/4nvJ2QhMvpS4OH7EJPlXEvhdUHhJvq6JzKKY4o8e/wpQ==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^48.6.0"
cozy-stack-client "^48.9.0"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -5676,19 +5676,10 @@ cozy-sharing@^15.0.0:
react-tooltip "^3.11.1"
snarkdown "^2.0.0"

cozy-stack-client@^48.2.0:
version "48.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.2.0.tgz#91e02713a88a61a5ca1a3071a9de5ae52b44d542"
integrity sha512-zORfxbMv2s1RpU1ZyDn9vg5tA+EDlWaJWLWF6yWA4fOQh9jR7d5u1ZtyVsaSPD2LoqwghCRHtPVdQr5nYqmWBQ==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^48.6.0:
version "48.6.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.6.0.tgz#c2d2697fcc9061c87425a2f9abc69aff41a94882"
integrity sha512-pYrGc1ZWJPWZ2jshBb+IRvGHl8ByHcRCqkgSaAsEzcrlrZzxPWnkSAVekZrPbSDx+Pwg2UE/d8puCF+wEtk+6w==
cozy-stack-client@^48.9.0:
version "48.9.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.9.0.tgz#169703eee523a2f739ab25f1702363bdc932b062"
integrity sha512-KZCtzd84b+ck1LxfLTbxED4TCNvcX0YM1QM3uymPq76MHovypOVtxJTMqfQnCSKPxoQGlU+ZbZ420Ap5XAyhRA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down Expand Up @@ -11863,9 +11854,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 c4a5e97

Please sign in to comment.