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 d6acefc commit d3a7d77
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.43.0

## 🐛 Bug Fixes

* Fix services that were broken due to latest cozy-client update [[PR]](https://github.com/cozy/cozy-client/pull/1180)

# 1.42.0

# 1.41.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"cozy-authentication": "2.8.3",
"cozy-bar": "7.17.7",
"cozy-ci": "0.4.1",
"cozy-client": "^29.0.1",
"cozy-client": "^29.1.1",
"cozy-client-js": "0.19.0",
"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 @@ -5993,6 +5993,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.12.0, cozy-device-helper@^1.13.2, cozy-device-helper@^1.16.1, cozy-device-helper@^1.17.0, cozy-device-helper@^1.7.5:
version "1.17.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.17.0.tgz#fbce9737ea83c67969b2b173163b37299a36283c"
Expand Down Expand Up @@ -6249,6 +6273,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-ui@22.3.1:
version "22.3.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-22.3.1.tgz#9bd22099255e88ab2a9694a8b18d21cde3f627f5"
Expand Down

0 comments on commit d3a7d77

Please sign in to comment.