Skip to content

Commit

Permalink
feat: Upgrade cozy-harvest-lib
Browse files Browse the repository at this point in the history
`cozy-harvest-lib` has been upgraded to `30.0.1` in order to retrieve a
fix on accounts fetching that provide support for Offline mode

Related PR: cozy/cozy-libs#2585
  • Loading branch information
Ldoppea committed Sep 24, 2024
1 parent c1a02f1 commit f01f4f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"cozy-device-helper": "^3.1.0",
"cozy-doctypes": "^1.90.0",
"cozy-flags": "^3.2.2",
"cozy-harvest-lib": "^30.0.0",
"cozy-harvest-lib": "^30.0.1",
"cozy-intent": "^2.23.0",
"cozy-interapp": "^0.9.0",
"cozy-keys-lib": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5481,10 +5481,10 @@ cozy-flags@^3.2.2:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^30.0.0:
version "30.0.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-30.0.0.tgz#2966a120d7177acc8cd9c8127a4581d1ec131031"
integrity sha512-hnlY/7ZZrEeY7tyIjBro2yU78zhRCW3sPqmJKBMkjvamyd3iu6NZqweUv/zsqhtgUAbf0b317LpRuCPnaaglYA==
cozy-harvest-lib@^30.0.1:
version "30.0.1"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-30.0.1.tgz#d548222f327bf9cea9da05b23f18398e1bd2ac9f"
integrity sha512-O2WscBZuJ6/L28dCq4ocCMYmmWk1gr2+m2qk/R359PAK8YV3MkYDbWv39+Fn2pTopTKXsdWzryWt+xhKGozHkQ==
dependencies:
"@cozy/minilog" "^1.0.0"
classnames "^2.3.1"
Expand Down

0 comments on commit f01f4f6

Please sign in to comment.