Skip to content

Commit

Permalink
feat: Update cozy-client from 38.9.2 to 40.5.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: You need cozy-client >= 40.5.0
  • Loading branch information
cballevre committed Sep 22, 2023
1 parent 71a45f8 commit 0485b55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -55,7 +55,7 @@
"cozy-authentication": "1.19.1",
"cozy-intent": "^1.7.0",
"@cozy/minilog": "^1.0.0",
"cozy-client": "^38.9.2",
"cozy-client": "^40.5.0",
"cozy-device-helper": "2.6.0",
"cozy-logger": "1.9.1",
"cozy-flags": "^2.10.2",
Expand Down Expand Up @@ -116,7 +116,7 @@
},
"peerDependencies": {
"@cozy/minilog": "^1.0.0",
"cozy-client": "^38.9.2",
"cozy-client": "^40.5.0",
"cozy-device-helper": "2.6.0",
"cozy-flags": "^2.10.2",
"cozy-interapp": "0.4.9",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -4073,16 +4073,16 @@ cozy-authentication@1.19.1:
snarkdown "1.2.2"
url-polyfill "1.1.7"

cozy-client@^38.9.2:
version "38.9.2"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-38.9.2.tgz#e454eb4bd676b39989c2626081c68578106bce2e"
integrity sha512-nzMGKIJJE+CqXak5BxCWBUSH63sGnokhBhPUh4crvdLsp6/yq7DvWmeMGfWs3JV8kjgYDlVwRhZPXdFM702xDQ==
cozy-client@^40.5.0:
version "40.5.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-40.5.0.tgz#346befd54dc6b3f29666f08bd21c8d9c9fdc5b0a"
integrity sha512-A23sP7gX44yATPfr97mVMWkjw/2pIcgaNslVLo9QPc8cpb5RovctXYBKFAwTYnAxytFhhiHUDcqw843zpaSlUQ==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^38.9.2"
cozy-stack-client "^40.2.1"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -4159,10 +4159,10 @@ cozy-realtime@^4.0.5:
"@cozy/minilog" "^1.0.0"
cozy-device-helper "^1.17.0"

cozy-stack-client@^38.9.2:
version "38.9.2"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-38.9.2.tgz#f6762292ff8ea5fbb2d474aad154765d1cf62b79"
integrity sha512-HGzdumaObPUJP0kDu6X+cFZTK8kj7sGQ4I6cKSofLuRu69TxOZEYgrvomcpOAARi4vZuR1OmoBPnmOKBGbSChA==
cozy-stack-client@^40.2.1:
version "40.2.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-40.2.1.tgz#ce67d260226d7cd9f4314c15428880fd87016812"
integrity sha512-BMhIn1/3y2zzEYx4WmIlMcGUrzfKj7fRZdtrIjYimNapW0Xsy6nJlDCInA3cH1tNKqKBMIC5F4UQn3vTo/9hGg==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit 0485b55

Please sign in to comment.