Skip to content

Commit

Permalink
fix(deps): update dependency cozy-client-js to v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2024
1 parent 640fe45 commit b0d3e6d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"cozy-bar": "^12.2.4",
"cozy-ci": "0.5.2",
"cozy-client": "48.3.0",
"cozy-client-js": "0.20.0",
"cozy-client-js": "0.21.0",
"cozy-device-helper": "^2.7.0",
"cozy-doctypes": "1.85.4",
"cozy-flags": "3.2.2",
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6231,7 +6231,17 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cozy-ci/-/cozy-ci-0.5.2.tgz#6c2ada8c36a83ce1d4ea7ad9926d5464321ff323"
integrity sha512-pt5e/ywme8qwMS7G92s8t0VPJCeD3QGy1bCQHhjj7RNiZG/z2JA2DUcgISoXeWbdRwRY4oHB7or0aVnQ8m/8VA==

[email protected], cozy-client-js@^0.20.0:
[email protected]:
version "0.21.0"
resolved "https://registry.yarnpkg.com/cozy-client-js/-/cozy-client-js-0.21.0.tgz#7d4d4aa01b65065aae44263d1f84fbee46f7916c"
integrity sha512-ShOwe/sf7bW2alNieB6RbwEEtPUMEAOIP+TZtDwweKyLKFtrW1pn21H2GS5zpJ+4ofuue3T6gyFNXAgNF3O9yw==
dependencies:
core-js "^3.6.5"
cross-fetch "^3.0.6"
pouchdb-browser "7.0.0"
pouchdb-find "7.0.0"

cozy-client-js@^0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/cozy-client-js/-/cozy-client-js-0.20.0.tgz#a507ef9ccbeb340aacd58ca1f1d0cdc9d000e853"
integrity sha512-ppguq9hkmtGpS2y+3pE4Pw0CcNOB25Lb82/q0I5r2k+pxCgrbI+6HB85TWQH8OEt/qJVoCCCa9dWE5WSZBUDYw==
Expand Down Expand Up @@ -13104,9 +13114,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 b0d3e6d

Please sign in to comment.