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 Dec 16, 2023
1 parent 599ed82 commit 58f8410
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"cozy-bar": "10.0.0",
"cozy-ci": "0.5.2",
"cozy-client": "^45.0.1",
"cozy-client-js": "0.20.0",
"cozy-client-js": "0.21.0",
"cozy-device-helper": "^2.5.0",
"cozy-doctypes": "1.85.4",
"cozy-flags": "3.0.1",
Expand Down
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9874,7 +9874,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 @@ -18194,19 +18204,20 @@ 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"
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6":
version "1.0.6"
resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
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.6":
version "1.0.6"
resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
version "1.0.8"
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 58f8410

Please sign in to comment.