Skip to content

Commit

Permalink
fix: Upgrade Harvest
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Jan 2, 2024
1 parent 92c5b27 commit d451943
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": "3.0.1",
"cozy-harvest-lib": "^21.0.0",
"cozy-harvest-lib": "^21.0.4",
"cozy-intent": "^2.3.0",
"cozy-interapp": "^0.9.0",
"cozy-keys-lib": "^6.0.0",
Expand Down
30 changes: 19 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5960,12 +5960,12 @@ cozy-doctypes@^1.88.6:
lodash "^4.17.19"
prop-types "^15.7.2"

cozy-doctypes@^1.88.7:
version "1.88.7"
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.88.7.tgz#cf971f8604ac129ca34a835672aa4c7cdaff4038"
integrity sha512-kfGRh8/Nt1+MlnT1lQerX+tGA2vMsCKuQuQ7zq8qHus23mGf+MsZe55ibN3Mis2IrZVfPlJeRJo4Rth6R/l9hg==
cozy-doctypes@^1.89.1:
version "1.89.1"
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.89.1.tgz#676f8759e5ad9e36ad73cf7c74148139dd573322"
integrity sha512-gbwWBuAXvUXF/1QZlvTpUsNBb7npbkVBCV+UiSmMDzFJ0bxpPxHSa+b1crLRf3n0LBn2zViKgne9Es1bw2sDsA==
dependencies:
cozy-logger "^1.10.1"
cozy-logger "^1.10.2"
date-fns "^1.30.1"
es6-promise-pool "^2.5.0"
lodash "^4.17.19"
Expand All @@ -5978,17 +5978,17 @@ [email protected]:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^21.0.0:
version "21.0.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-21.0.0.tgz#dc5d8991efa6c9c69390117fb7cbef15b6f7e9a1"
integrity sha512-MzyFYzGRw5e9cAOkQqpZ9tamfPl38eJ7PUMoKuiTbax9pWZLA9tEt+oxC5Lda2Nf/VvemZwFcGEsDyeqBxb2vg==
cozy-harvest-lib@^21.0.4:
version "21.0.4"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-21.0.4.tgz#3ac5f788831adb1057b36e84ce5e927f7189f2a6"
integrity sha512-kuXjzSBtkyj8t+MfqluY7gDaIcXjYa4qlmCiq61tfJp84C26oYqQmcADMbBYGtbeRtghKLj7NfugrGdq84D6kg==
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.7"
cozy-logger "^1.10.1"
cozy-doctypes "^1.89.1"
cozy-logger "^1.10.2"
date-fns "^1.30.1"
final-form "^4.18.5"
lodash "^4.17.19"
Expand Down Expand Up @@ -6054,6 +6054,14 @@ cozy-logger@^1.10.1:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-logger@^1.10.2:
version "1.10.2"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.10.2.tgz#eef29b76a69995e21a5635ed40f74657aa74d1a3"
integrity sha512-Z7QFU2bbmNhl02chQLnXgh7LZ+75SISvIdOD9HsmZakBcQj5wgVA8s/KSDPc0MnPbrPH3Ymkv8CPV53Zsyl1HA==
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 d451943

Please sign in to comment.