Skip to content

Commit

Permalink
fix: Upgrade Cozy-client
Browse files Browse the repository at this point in the history
To fix issue with queryAll when there is
an error. Like that, no more error is thrown.

See cozy/cozy-client@20a8a80
  • Loading branch information
Crash-- committed Sep 29, 2022
1 parent 9ac5f2a commit 53839d5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"cozy-authentication": "2.1.0",
"cozy-bar": "^8.7.5",
"cozy-ci": "0.4.1",
"cozy-client": "33.0.6",
"cozy-client": "33.2.0",
"cozy-client-js": "0.16.4",
"cozy-device-helper": "^2.1.0",
"cozy-doctypes": "1.82.2",
Expand All @@ -172,11 +172,11 @@
"cozy-konnector-libs": "4.44.0",
"cozy-logger": "^1.9.0",
"cozy-notifications": "0.12.0",
"cozy-pouch-link": "33.0.6",
"cozy-pouch-link": "33.2.0",
"cozy-realtime": "3.11.0",
"cozy-scripts": "6.3.0",
"cozy-sharing": "3.12.2",
"cozy-stack-client": "33.0.6",
"cozy-stack-client": "33.2.0",
"cozy-ui": "^75.4.0",
"d3": "5.11.0",
"date-fns": "1.30.1",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5182,16 +5182,16 @@ cozy-client-js@^0.19.0:
pouchdb-browser "7.0.0"
pouchdb-find "7.0.0"

cozy-client@33.0.6, cozy-client@^33.0.6:
version "33.0.6"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-33.0.6.tgz#0d7bf21bbb58b3284050d25bb61b5f4b629fd5ba"
integrity sha512-HRBbwuAhbH1t3EewAfWCfXrXzuGws/PycY20llNtHG230+ouZL4guTtk3YmIMo3XsV/WzdDynaNE2KbN0aZZFw==
cozy-client@33.2.0, cozy-client@^33.2.0:
version "33.2.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-33.2.0.tgz#276835cce8b230c56631b3cfa98611ea900079d8"
integrity sha512-z+oA0Ri+m4vsAE1Gznab+vSP8j/uEa0zv9+qzB5ORIJvQ0QNHuLBWDoy+0FT4Rz4z+qLqDXxYyVVDBuwps4atQ==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^33.0.6"
cozy-stack-client "^33.2.0"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
microee "^0.0.6"
Expand Down Expand Up @@ -5514,12 +5514,12 @@ [email protected]:
mjml "4.3.1"
word-wrap "^1.2.3"

cozy-pouch-link@33.0.6:
version "33.0.6"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-33.0.6.tgz#a851401f3adf939878666ce1c903ea233b2f9931"
integrity sha512-dK+yWqFMhKphFqtpXieNifKcslcipVQ/MGeLlGniTgPVKifyyG+2fRGv8ZsfbzpLsNjv0C9IX12tepahDoQojw==
cozy-pouch-link@33.2.0:
version "33.2.0"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-33.2.0.tgz#37612092bd08c626367937a363818ad1638dbc1f"
integrity sha512-Q7Ta96BPrU5lETqTBNDUVSUH1Wii3JT3tYdTKmYRIiTsJeezDzv2+iv7sN1rGKvuBJ7UIHNFjndTggsZX08Mlg==
dependencies:
cozy-client "^33.0.6"
cozy-client "^33.2.0"
pouchdb-browser "^7.2.2"
pouchdb-find "^7.2.2"

Expand Down Expand Up @@ -5613,10 +5613,10 @@ [email protected]:
react-tooltip "^3.11.1"
snarkdown "^2.0.0"

cozy-stack-client@33.0.6, cozy-stack-client@^33.0.6:
version "33.0.6"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-33.0.6.tgz#1f83eed0b295b88ae6b51a17a6c0713eba0b7730"
integrity sha512-Qfn7dXmIelpefby2GclwjWqr7QiGot18I6+/k92BQtZGZ9qeTlcS9pggnZfKjpntSyzLhguiE4tXs1UmDvVGtQ==
cozy-stack-client@33.2.0, cozy-stack-client@^33.2.0:
version "33.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-33.2.0.tgz#97b80514d68da2b6392f74d280f9867165b7d606"
integrity sha512-50vTnZvjCEYGx5nN+2rLhf63JZICNq9bXKY0QUFmfuMBfOTdD4EGw+EVA0YGxQYaz3E3FLrmMuIw5TtLzCDgcA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down Expand Up @@ -13502,9 +13502,9 @@ msgpack5@^4.0.2:
readable-stream "^2.3.6"
safe-buffer "^5.1.2"

"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
version "1.0.8"
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
Expand Down

0 comments on commit 53839d5

Please sign in to comment.