Skip to content

Commit

Permalink
fix: Upgrade cozy-client to 29.1.1
Browse files Browse the repository at this point in the history
`cozy-client` as been upgraded to to `29.1.1` to retrieve fix about
broken services from cozy/cozy-client#1180
  • Loading branch information
Ldoppea committed May 27, 2022
1 parent b3a57b3 commit 957ed82
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"cozy-authentication": "2.1.0",
"cozy-bar": "^8.7.5",
"cozy-ci": "0.4.1",
"cozy-client": "^29.0.1",
"cozy-client": "^29.1.1",
"cozy-client-js": "0.16.4",
"cozy-device-helper": "^2.1.0",
"cozy-doctypes": "1.82.2",
Expand Down
33 changes: 33 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5265,6 +5265,30 @@ cozy-client@^29.0.1:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-client@^29.1.1:
version "29.1.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-29.1.1.tgz#232b72fcbc9d9848b3bc024f668fc4e702672777"
integrity sha512-UFbKwbzeu+OxurUyKe0TLxXXlR6XfcqYjPTK9y+GOCGOnKp38Js3uczSTn+Hsd5czLRhc8EXsI99TLkjehPjFQ==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^29.1.0"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
microee "^0.0.6"
node-fetch "^2.6.1"
node-polyglot "2.4.2"
open "7.4.2"
prop-types "^15.6.2"
react-redux "^7.2.0"
redux "3 || 4"
redux-thunk "^2.3.0"
server-destroy "^1.0.1"
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-device-helper@^1.10.0, cozy-device-helper@^1.10.3, cozy-device-helper@^1.12.0, cozy-device-helper@^1.7.3, cozy-device-helper@^1.7.5:
version "1.12.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.12.0.tgz#619a24b0d3caf2d3f616a1524daef7c7b71eab7a"
Expand Down Expand Up @@ -5651,6 +5675,15 @@ cozy-stack-client@^29.0.0:
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^29.1.0:
version "29.1.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-29.1.0.tgz#a101e164b45088560df828ff39e369cd9e5a5466"
integrity sha512-KxLTdGhqNFDX4TpstzuyROROTGkvvMy4sSiRS5yHir8hfudCuME6pyRIKTslTlMx/y7vjYqcInaEnrwlZP7zaA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^6.64.3:
version "6.66.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-6.66.0.tgz#ba217c2d615dd31a9f40ae131644c68c4108b101"
Expand Down

0 comments on commit 957ed82

Please sign in to comment.