Skip to content

Commit 67f5241

Browse files
committed
feat: Upgrade cozy-client and cozy-pouch-link
`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
1 parent d7eb99f commit 67f5241

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

packages/cozy-dataproxy/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"@testing-library/react-hooks": "7.0.2",
2020
"babel-plugin-tsconfig-paths": "^1.0.3",
2121
"babel-preset-cozy-app": "^2.2.1",
22-
"cozy-client": "^49.8.0",
22+
"cozy-client": "^50.3.1",
2323
"cozy-flags": "^4.0.2",
2424
"cozy-logger": "^1.10.4",
2525
"cozy-minilog": "^3.3.1",
26-
"cozy-pouch-link": "^49.8.0",
26+
"cozy-pouch-link": "^50.3.1",
2727
"cozy-realtime": "^5.0.2",
2828
"cross-fetch": "^4.0.0",
2929
"jest": "26.6.3",
@@ -42,11 +42,11 @@
4242
"license": "MIT",
4343
"main": "dist/index.js",
4444
"peerDependencies": {
45-
"cozy-client": ">=49.8.0",
45+
"cozy-client": ">=50.3.1",
4646
"cozy-flags": ">=4.0.2",
4747
"cozy-logger": ">=1.10.4",
4848
"cozy-minilog": ">=3.3.1",
49-
"cozy-pouch-link": ">=49.8.0",
49+
"cozy-pouch-link": ">=50.3.1",
5050
"cozy-realtime": ">=5.0.2",
5151
"react": ">=16"
5252
},

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10792,16 +10792,16 @@ cozy-client@^48.25.0:
1079210792
sift "^6.0.0"
1079310793
url-search-params-polyfill "^8.0.0"
1079410794

10795-
cozy-client@^49.8.0:
10796-
version "49.8.0"
10797-
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-49.8.0.tgz#d4f6b3a2fb26dc6bfa561046b075eb6e221af73e"
10798-
integrity sha512-peb2n+buOihzqqNN3/zULmytQI8wOtQZsIqLWEaw2WfNXha1T23wNBrMuE7SaMOof361f011MrM5+WVYhKj+VA==
10795+
cozy-client@^50.3.1, cozy-client@^50.4.0:
10796+
version "50.4.0"
10797+
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-50.4.0.tgz#dc341e71b2acee90342cf86e17392e890e7e7093"
10798+
integrity sha512-DINi/YwDrzBkXzcm63hFj8Y09yzzLaRWhJqyCu1JT6bdIpV2jc9lJMJe1pcud8xfg29OzSQ5/8gDf5MaQLkzsQ==
1079910799
dependencies:
1080010800
"@cozy/minilog" "1.0.0"
1080110801
"@types/jest" "^26.0.20"
1080210802
"@types/lodash" "^4.14.170"
1080310803
btoa "^1.2.1"
10804-
cozy-stack-client "^49.8.0"
10804+
cozy-stack-client "^50.4.0"
1080510805
date-fns "2.29.3"
1080610806
json-stable-stringify "^1.0.1"
1080710807
lodash "^4.17.13"
@@ -10889,12 +10889,12 @@ cozy-keys-lib@^6.1.1:
1088910889
tldjs "^2.3.1"
1089010890
zxcvbn "^4.4.2"
1089110891

10892-
cozy-pouch-link@^49.8.0:
10893-
version "49.8.0"
10894-
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-49.8.0.tgz#a5361bbc0ed23b9bc4d804d31869c615fdf1d13e"
10895-
integrity sha512-c5+dWx5BNi37JuLVpil9SB91vy3EtB7B8Qa6Krx+znzPYcRoK3Bqjuns5c7hXG5rD8MV2qls1yvxQWUrfy82kA==
10892+
cozy-pouch-link@^50.3.1:
10893+
version "50.4.0"
10894+
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-50.4.0.tgz#6cd18521a8652502783d35ec6735de40af47ce62"
10895+
integrity sha512-7CkyEpsjjxE/24oMsxOcrQT+FWi7LPK0kYKx/KoiD7VX1QxHcZSubjnPjREJJkECs1JwIiAH5z/h99qVO4hArQ==
1089610896
dependencies:
10897-
cozy-client "^49.8.0"
10897+
cozy-client "^50.4.0"
1089810898
pouchdb-browser "^7.2.2"
1089910899
pouchdb-find "^7.2.2"
1090010900

@@ -10967,19 +10967,19 @@ cozy-stack-client@^48.16.0:
1096710967
mime "^2.4.0"
1096810968
qs "^6.7.0"
1096910969

10970-
cozy-stack-client@^49.8.0:
10971-
version "49.8.0"
10972-
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-49.8.0.tgz#c57dfefe50e47f228fee7e1921c438d35f4e0877"
10973-
integrity sha512-sYJL2o+DsNs7V5eQghXpWKcMzxc39QAKtM8zAdmWl2MMCyiqO3lBehRomhstcJHtuZrMLXXPQPr1A0ONBlMmZg==
10970+
cozy-stack-client@^50.0.0:
10971+
version "50.0.0"
10972+
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-50.0.0.tgz#fa86c3cb48b21d1a7f8d4d6d133a927c2404b846"
10973+
integrity sha512-qnjfCGGEqTt0MqTLHzcHg8S7mxVnIFLI5ryNcyBmoasLvSmKsXKEHGMIi2a+ekfyJWf1hr3SLu5mUHw4qHhKGg==
1097410974
dependencies:
1097510975
detect-node "^2.0.4"
1097610976
mime "^2.4.0"
1097710977
qs "^6.7.0"
1097810978

10979-
cozy-stack-client@^50.0.0:
10980-
version "50.0.0"
10981-
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-50.0.0.tgz#fa86c3cb48b21d1a7f8d4d6d133a927c2404b846"
10982-
integrity sha512-qnjfCGGEqTt0MqTLHzcHg8S7mxVnIFLI5ryNcyBmoasLvSmKsXKEHGMIi2a+ekfyJWf1hr3SLu5mUHw4qHhKGg==
10979+
cozy-stack-client@^50.4.0:
10980+
version "50.4.0"
10981+
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-50.4.0.tgz#3326a1299cacb06b95a484dc656cc301ce811ade"
10982+
integrity sha512-u8NXO6uUrcT0SggtOePpOXftGdwe1zCiOHQIzvUAeuZIt4mVruF1zYXaPz90/zI4pHzr8mHH2h6KXHgH1McjWA==
1098310983
dependencies:
1098410984
detect-node "^2.0.4"
1098510985
mime "^2.4.0"

0 commit comments

Comments
 (0)