Skip to content

Commit

Permalink
feat: Upgrade cozy-harvest-lib to 22.5.4
Browse files Browse the repository at this point in the history
To get :

features:

 * mespapiers: Use showAlert instead Alerter into PapersDefinitions (e9525f1)
 * Update KonnectorBlock to use sourceAccountIdentifier (5e2b886)
 * Use sourceAccountIdentifier in files datacard (2446c18)

Bug Fixes:

 * Deep clone account (1febba9), closes /github.com/cozy/cozy-libs/pull/2447#discussion_r1514112607
 * Avoir losing cozy-client cache after reload (dd36fcc)
 * file data cards, request files with slug and sourceAccountIdentifer
  • Loading branch information
doubleface authored and Merkur39 committed Mar 26, 2024
1 parent 8c00221 commit 5b4499a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"cozy-device-helper": "^3.0.0",
"cozy-doctypes": "^1.89.4",
"cozy-flags": "^3.2.0",
"cozy-harvest-lib": "^22.4.0",
"cozy-harvest-lib": "^22.5.5",
"cozy-intent": "^2.19.2",
"cozy-interapp": "^0.9.0",
"cozy-keys-lib": "^6.0.0",
Expand Down
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5152,23 +5152,34 @@ cozy-doctypes@^1.89.4:
lodash "^4.17.19"
prop-types "^15.7.2"

cozy-doctypes@^1.89.5:
version "1.89.5"
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.89.5.tgz#9bd2f650e537124aaf634a831320c8b76a965cc2"
integrity sha512-oMdITpn8J8k7XEzBOGE+ZZLiEA7RUZTKOF8ZA8r1OrZF6A1FTxCha8EDySGLlVr+QXyMkoYT5GFsqkEUn9LkbA==
dependencies:
cozy-logger "^1.10.4"
date-fns "^1.30.1"
es6-promise-pool "^2.5.0"
lodash "^4.17.19"
prop-types "^15.7.2"

cozy-flags@^3.2.0:
version "3.2.2"
resolved "https://registry.yarnpkg.com/cozy-flags/-/cozy-flags-3.2.2.tgz#778b148ec6db0d9d9988fee43952e4b21547fb71"
integrity sha512-IWp/naaY+F9baSkLOjzi4M2UYHdIYAAiUBYGRempu3UbFQ1muCeclsut0OBy4oD8f8ENG4HhDQAdwSBAULOoFw==
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^22.4.0:
version "22.4.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.4.0.tgz#81574ddbe4fe0b752e0f82b0846e8c3a464ec93e"
integrity sha512-oTrnnXaq4hpLaniVLs5Mj2YXwY+ROiahxPn5yAjSc+Lnj9/RSnHC2kQvxm29tQGmhTd3bXtXU+Zb6BKryLvxvw==
cozy-harvest-lib@^22.5.5:
version "22.5.5"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.5.5.tgz#71111ac185c104b350d26301f3a18a6e1165f399"
integrity sha512-JVD1x7iOwkDU4VTzeWjwd2JzmUAjMCicvrtoHcYk5PXsoLIcmm6celcZ3lx332/8Ak6t5i+/mx5Aq5cG7igXUA==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
classnames "^2.3.1"
cozy-bi-auth "0.0.25"
cozy-doctypes "^1.89.4"
cozy-doctypes "^1.89.5"
cozy-logger "^1.10.4"
date-fns "^1.30.1"
final-form "^4.18.5"
Expand Down

0 comments on commit 5b4499a

Please sign in to comment.