Skip to content

Commit

Permalink
feat(harvest): Update cozy-client from 38.6.0 to 40.2.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: you must have `cozy-client >= 40.2.0`
  • Loading branch information
Merkur39 committed Aug 2, 2023
1 parent 010ab8c commit 8931b15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/cozy-harvest-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"babel-jest": "26.6.3",
"babel-plugin-inline-react-svg": "1.1.2",
"babel-preset-cozy-app": "^2.1.0",
"cozy-client": "^38.6.0",
"cozy-client": "^40.2.0",
"cozy-device-helper": "^2.7.0",
"cozy-flags": "^3.0.1",
"cozy-intent": "^2.15.0",
Expand Down Expand Up @@ -100,7 +100,7 @@
},
"peerDependencies": {
"@babel/runtime": ">=7.12.5",
"cozy-client": ">=34.10.1",
"cozy-client": ">=40.2.0",
"cozy-device-helper": ">=2.6.0",
"cozy-flags": ">=2.3.5",
"cozy-intent": ">=1.14.1",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10141,16 +10141,16 @@ cozy-client@^37.2.0:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-client@^38.6.0:
version "38.6.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-38.6.0.tgz#7cc29bede36d685c54478a597c94defc1fd78ae1"
integrity sha512-mYKe0iluvA0S/sronxfIgD+KKxHoVTAkIOVlEzneW2XVFfqs5/Dmoa3oKGRnij8PvNrn6CZeiQlt6ZUktBJ+vA==
cozy-client@^40.1.0:
version "40.1.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-40.1.0.tgz#f87556627dd7611163c5eda98380667ab999b311"
integrity sha512-iGIOMZDCx2495Uy1gFfHxRZJ3njunmHnXxHi8qVZB0Mjjfib9dV2DvVzKZZqYo5WNjmXVtru00eKaJYlzt/3EA==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^38.0.2"
cozy-stack-client "^40.0.1"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -10308,19 +10308,19 @@ cozy-stack-client@^37.2.0:
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^38.0.2:
version "38.0.2"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-38.0.2.tgz#d6534510b11e15a4f353b075348a130d7e4af184"
integrity sha512-GOOsyfugChHA+fiyr/6h6ARoUFYn/dVV3t2VWFfzQr/jpiXpOCaPr+jW+9D1HAfi2RTZJ6S7Zt8GXguEU/dthg==
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==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.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.0:
version "40.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-40.2.0.tgz#e1b1845dd0360efc1774dfeda3ee57b134484a01"
integrity sha512-vhLnEoRlsdvrtAVjM3gKX6VPUprtu8b0Uu7mlZwjL0gyPgBVCTaqUF4w2I1kH+xvvZuuLTp//vJFfZhXuF1vkg==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit 8931b15

Please sign in to comment.