Skip to content

Commit

Permalink
fix: Ugrade harvest to 13.14.5
Browse files Browse the repository at this point in the history
To fix:

- Non updated harvest when loginSuccess is too fast
- Recursive error on multiple account creations
- oauth account creation
  • Loading branch information
doubleface authored and doubleface committed Apr 17, 2023
1 parent 1cb05a7 commit d156093
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "2.12.0",
"cozy-harvest-lib": "^13.14.0",
"cozy-harvest-lib": "^13.14.5",
"cozy-intent": "^2.3.0",
"cozy-keys-lib": "^4.3.0",
"cozy-logger": "1.10.0",
Expand Down
30 changes: 19 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5783,12 +5783,12 @@ cozy-doctypes@^1.88.3:
lodash "^4.17.19"
prop-types "^15.7.2"

cozy-doctypes@^1.88.5:
version "1.88.5"
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.88.5.tgz#6eda4b3a172ecadca6a9e132c3582a32c7430f42"
integrity sha512-+BD/OdFSaDVa3BGWwHQHyxVNFO7Li8e9I/8F2JbJmTJiwjCmssL8QRe/x0deLBXn82aFsAGcMXBlvhwduOLG4A==
cozy-doctypes@^1.88.6:
version "1.88.6"
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.88.6.tgz#26be6580cd7e8d50471719d5809f4419ce649da8"
integrity sha512-N2HEQdnFyUyaReLBhIX9f/8o1c+7PNONpcStVqoRdixVhbx4vrr22qMq2dvUWNTGvPKAqo3ZJdVaMHC9ETZTGw==
dependencies:
cozy-logger "^1.10.0"
cozy-logger "^1.10.1"
date-fns "^1.30.1"
es6-promise-pool "^2.5.0"
lodash "^4.17.19"
Expand All @@ -5801,17 +5801,17 @@ cozy-flags@2.12.0:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^13.14.0:
version "13.14.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-13.14.0.tgz#c96c38671b1c6d5507f94322425d96353fedbb65"
integrity sha512-uSH2b3GjxxIz6a9z2z8oBKwMuHSVig+7gdUUODZFain9bD6eX6v8CVei4CRkujlWVn5tqMkIVi10rQGNaNhUPw==
cozy-harvest-lib@^13.14.5:
version "13.14.5"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-13.14.5.tgz#fc49ac72af296f41f01278544e39486d96f71979"
integrity sha512-LEAffwiOb+6/YjRBZf+uOoGZqJb1yeun8jPhFnFokzGyMJnPuMoZZZC356bWJG4uDKEVd8IbT71iJ7chgzHcxA==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
classnames "^2.3.1"
cozy-bi-auth "0.0.25"
cozy-doctypes "^1.88.5"
cozy-logger "^1.10.0"
cozy-doctypes "^1.88.6"
cozy-logger "^1.10.1"
date-fns "^1.30.1"
final-form "^4.18.5"
lodash "^4.17.19"
Expand Down Expand Up @@ -5863,6 +5863,14 @@ cozy-logger@1.10.0, cozy-logger@^1.10.0:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-logger@^1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.10.1.tgz#077f2c517ce0d52eb28d19a22389ac0fb9fcc4b7"
integrity sha512-6/A5Hqd7cLHmCIhUdyaRdssb7wqsl+mcsVWG3ViJZUEKwtT3N/MoMptT/haPCDKR5XLxIlYbvLmQWom3qtJE+A==
dependencies:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-logger@^1.3.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.7.0.tgz#945ff84df66f7e7e9640db00f8c632d4ff776fc8"
Expand Down

0 comments on commit d156093

Please sign in to comment.