Skip to content

Commit

Permalink
feat: Update cozy-client to 34.5.0
Browse files Browse the repository at this point in the history
`cozy-client` has been upgraded to to `34.5.0` to be able
to handle expiration of new types of papers

BREAKING CHANGE: You need to update `cozy-client` to `>34.5.0`.
  • Loading branch information
PolariTOON committed Dec 7, 2022
1 parent e053b54 commit a23c36e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
4 changes: 2 additions & 2 deletions packages/cozy-mespapiers-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@testing-library/react": "11.2.7",
"babel-preset-cozy-app": "2.0.1",
"cozy-bar": "7.16.0",
"cozy-client": "^34.4.0",
"cozy-client": "^34.5.0",
"cozy-device-helper": "^2.6.0",
"cozy-doctypes": "^1.86.0",
"cozy-harvest-lib": "^9.32.5",
Expand All @@ -37,7 +37,7 @@
"react-input-mask": "3.0.0-alpha.2"
},
"peerDependencies": {
"cozy-client": ">=34.4.0",
"cozy-client": ">=34.5.0",
"cozy-device-helper": ">=2.2.0",
"cozy-doctypes": ">=1.83.8",
"cozy-harvest-lib": ">=9.10.1",
Expand Down
19 changes: 4 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6976,10 +6976,10 @@ cozy-client@^32.2.0:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-client@^34.4.0:
version "34.4.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-34.4.0.tgz#7d72aa3a38c08de4f3597c5fc68998553dd29f2f"
integrity sha512-Vh50SGKVHaxT1pDlmXn5AtEd8W2dzPFczXLOm4A9HuBttNUzS8cT2/MXfo9Xs7YV7nU/PhPlKtyvdrZqo9RxXQ==
cozy-client@^34.5.0:
version "34.5.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-34.5.0.tgz#862e62d3cb545fa34a66fdc0457521bc2959cb3b"
integrity sha512-oqrJZTg1UtqtsPBMuk4alJP/D3A2JLh0ofzAmikmnxS/wYlsP0Dn6T4Rl6FUWU4udg7wZ+3AU9PkusIWpe4zrg==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
Expand Down Expand Up @@ -14774,17 +14774,6 @@ 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":
version "1.0.8"
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
react-spring "9.0.0-rc.3"
react-use-gesture "^7.0.8"
react-use-measure "^2.0.0"

"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6":
version "1.0.6"
resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
Expand Down

0 comments on commit a23c36e

Please sign in to comment.