Skip to content

Commit

Permalink
feat: upgrade cozy-client to latest
Browse files Browse the repository at this point in the history
This is to match cozy-ui breaking changes requirements
  • Loading branch information
acezard committed Feb 24, 2023
1 parent 95bbc8d commit 439ec79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"homepage": "https://github.com/cozy/cozy-home#readme",
"dependencies": {
"@cozy/minilog": "1.0.0",
"cozy-client": "^34.10.1",
"cozy-client": "^35.3.1",
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "2.10.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5710,16 +5710,16 @@ [email protected]:
pouchdb-browser "7.0.0"
pouchdb-find "7.0.0"

cozy-client@^34.10.1:
version "34.10.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-34.10.1.tgz#406560b071386cfa15b7119f736caa031344ddcf"
integrity sha512-nBkKWG8DqNSJaebC0LCDDRm/2HDy5qt4HsFT1BLJnn0tSsMoTZ11A9lA7dy4O7Ms53YpSvPIAIU16diekTJ28g==
cozy-client@^35.3.1:
version "35.3.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-35.3.1.tgz#06b1e0309d29ac37686bd4f49d8b977090875f4c"
integrity sha512-aXRA4Nw/hdrLVHk3Zd1K0yMw416Zt6DTtgSCzsq75gUgtd9m+fTw65a5Tk4eiPM3NDfHgrwIPyCOmuqxiqnr1g==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^34.7.3"
cozy-stack-client "^35.3.1"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -5979,10 +5979,10 @@ cozy-stack-client@^34.1.5:
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^34.7.3:
version "34.7.3"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-34.7.3.tgz#afe0e1f86bd613c0078f4d783de89f4267849fb7"
integrity sha512-cWX3rBihBVk0g2J5nwbrB3hPIwJpTyb+j8KMy/OkGQY6fctQ0RVEKfpRDsSZFNJ3XEcEH8WBt4IjYOSRuZbNHA==
cozy-stack-client@^35.3.1:
version "35.3.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-35.3.1.tgz#9eecb60ffea54c5106f5fd9be1832eb9007164ac"
integrity sha512-bHTXhufKuWDSH6jTpRynek+REOuYJjVd4QSxNwVcsbk6bHGvSGnpIFQaKRNKep9lbemRLA9SObCLGzE/7rl7YA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit 439ec79

Please sign in to comment.