Skip to content

Commit

Permalink
feat: Upgrade cozy-client and cozy-pouch-link
Browse files Browse the repository at this point in the history
`cozy-pouch-link` has been upgraded to `50.3.1` in order to retrieve
`startReplicationWithDebounce()` method implementation

`cozy-client` has been upgraded to `50.3.1` in order to retrieve some
typing fixes

Related PR: cozy/cozy-client#1553
Related PR: cozy/cozy-client#1556
  • Loading branch information
Ldoppea committed Nov 6, 2024
1 parent 3cd948f commit 8dd23b3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"dependencies": {
"comlink": "^4.4.1",
"cozy-app-publish": "^0.34.0",
"cozy-client": "^50.1.0",
"cozy-client": "^50.3.1",
"cozy-dataproxy-lib": "^1.1.1",
"cozy-device-helper": "^3.1.0",
"cozy-flags": "^4.0.0",
"cozy-logger": "^1.10.4",
"cozy-minilog": "^3.3.1",
"cozy-pouch-link": "^50.1.0",
"cozy-pouch-link": "^50.3.1",
"cozy-realtime": "^5.0.2",
"cozy-tsconfig": "^1.2.0",
"flexsearch": "^0.7.43",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2248,16 +2248,16 @@ cozy-app-publish@^0.34.0:
tar "^6.1.11"
verror "^1.10.1"

cozy-client@^50.1.0:
version "50.1.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-50.1.0.tgz#f21be140f97dbece22c6ffde3f2dc2a0104fe8ec"
integrity sha512-1RJ5nJGxZy4MrJ6ZOiyiYCLDHScqKtJ8Aja89M28zvzgg5e0HUyEjTQEgnh9f0cpfKuiUOQtLmoMCtd2OWIOXA==
cozy-client@^50.3.1, cozy-client@^50.4.0:
version "50.4.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-50.4.0.tgz#dc341e71b2acee90342cf86e17392e890e7e7093"
integrity sha512-DINi/YwDrzBkXzcm63hFj8Y09yzzLaRWhJqyCu1JT6bdIpV2jc9lJMJe1pcud8xfg29OzSQ5/8gDf5MaQLkzsQ==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^50.1.0"
cozy-stack-client "^50.4.0"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -2310,12 +2310,12 @@ cozy-minilog@^3.3.1:
dependencies:
microee "0.0.6"

cozy-pouch-link@^50.1.0:
version "50.1.0"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-50.1.0.tgz#b9aa635b9347a9d0a30c2b803d57b67f066bbdeb"
integrity sha512-M3/wbX85ccM1qzUdOnRkLdhQ7XTmv3K1cYBhOx6DN/dSzhADkmDl4OeqmhJJmV3GyncGZVEnjOWkPi1J/Wc7gg==
cozy-pouch-link@^50.3.1:
version "50.4.0"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-50.4.0.tgz#6cd18521a8652502783d35ec6735de40af47ce62"
integrity sha512-7CkyEpsjjxE/24oMsxOcrQT+FWi7LPK0kYKx/KoiD7VX1QxHcZSubjnPjREJJkECs1JwIiAH5z/h99qVO4hArQ==
dependencies:
cozy-client "^50.1.0"
cozy-client "^50.4.0"
pouchdb-browser "^7.2.2"
pouchdb-find "^7.2.2"

Expand All @@ -2327,10 +2327,10 @@ cozy-realtime@^5.0.2:
"@cozy/minilog" "^1.0.0"
cozy-device-helper "^3.1.0"

cozy-stack-client@^50.1.0:
version "50.1.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-50.1.0.tgz#ec48a55732efc87956739f63a211719c3dd87b32"
integrity sha512-WHkNznIiUJa6nKlRgbhDiypMLTRv+DCEfcz9Kp6bRA5VlSc8Lk0igNjclS+bglrXBz7cTUF4Q0QSCQlWcFEpiQ==
cozy-stack-client@^50.4.0:
version "50.4.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-50.4.0.tgz#3326a1299cacb06b95a484dc656cc301ce811ade"
integrity sha512-u8NXO6uUrcT0SggtOePpOXftGdwe1zCiOHQIzvUAeuZIt4mVruF1zYXaPz90/zI4pHzr8mHH2h6KXHgH1McjWA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit 8dd23b3

Please sign in to comment.