Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Now show the jobs as running after first account configuration in Har…
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface committed Apr 8, 2022
1 parent 0c6ef61 commit 27786e7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@material-ui/core": "4",
"cozy-client": "27.19.1",
"cozy-harvest-lib": "7.3.3",
"cozy-harvest-lib": "8.1.0",
"cozy-intent": "1.11.1",
"cozy-keys-lib": "3.8.0",
"cozy-realtime": "^4.0.5",
Expand Down
32 changes: 20 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4014,12 +4014,12 @@ cozy-device-helper@^1.12.0, cozy-device-helper@^1.17.0, cozy-device-helper@^1.7.
dependencies:
lodash "^4.17.19"

cozy-doctypes@^1.83.6:
version "1.83.6"
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.83.6.tgz#5813b4d2959aceed138039e0695cc66becb29dd1"
integrity sha512-XUTqUl6whlfbncJ/Unx1xA63epaTiT9n0N+4GWy6i2QRg1QTIHFpHDq8eSuvKLI736qCMg7pFpL+RvdQFxWUsA==
cozy-doctypes@^1.83.7:
version "1.83.7"
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.83.7.tgz#258448aa5fa8f76d557c7635c148d9bfe54bbe33"
integrity sha512-sAMZ/xajc2rXWmBFB0fP4NWQmUDh6FmStRE2KFpMrq7UGM6wIBouVl1CYD7grdlompBh3/1kBNmAb5PuWRMnBQ==
dependencies:
cozy-logger "^1.8.1"
cozy-logger "^1.9.0"
date-fns "^1.30.1"
es6-promise-pool "^2.5.0"
lodash "^4.17.19"
Expand All @@ -4032,16 +4032,16 @@ cozy-flags@2.7.1:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@7.3.3:
version "7.3.3"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-7.3.3.tgz#251ba774ba9b48cbbeacfb065d0677704684936c"
integrity sha512-UOjQOf8AgkFT9KP2v7KlUg8JCaOXhrFaWd4oFlxEkivVswXHNHYQf8v2B+gJA1HeEbkZ/eRBfoBE8LKZWwTzmg==
cozy-harvest-lib@8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-8.1.0.tgz#e6d09f80c637012197a2576c9982e5baefb2ffa4"
integrity sha512-heeMv2qVQuR38950AwoJ88eLc0cCu4377j92A+RpbW+hFxLs+By+vMnepCiY8we/WL8GomiCGCtXPjxKAiRMeg==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
cozy-bi-auth "0.0.24"
cozy-doctypes "^1.83.6"
cozy-logger "^1.8.1"
cozy-doctypes "^1.83.7"
cozy-logger "^1.9.0"
date-fns "^1.30.1"
final-form "^4.18.5"
lodash "^4.17.19"
Expand Down Expand Up @@ -4089,14 +4089,22 @@ cozy-keys-lib@3.8.0:
tldjs "^2.3.1"
zxcvbn "^4.4.2"

cozy-logger@^1.3.0, cozy-logger@^1.6.0, cozy-logger@^1.8.1:
cozy-logger@^1.3.0, cozy-logger@^1.6.0:
version "1.8.1"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.8.1.tgz#35971969d01cc9f8b2ca374a6197e29a16b7f501"
integrity sha512-a/bSV7xdsZs2eBwfTcd6BFGvD4DcnuvXxQ/g+4fsrD7DUk1B529ZMmL9is4pqegUngMDYHX/J7ZJSgPHp2FAZg==
dependencies:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-logger@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.9.0.tgz#e3a2323d9a2945ca10da5c318ff2f63544a54415"
integrity sha512-x/iFwFuNTbG4lwgeKPv6HtdixY+CcJm47sRd2za09aS1zZMHnN3HX7fFgoSSgEqFhpnIO/PpP2pVqJ4orSCp0g==
dependencies:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-realtime@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/cozy-realtime/-/cozy-realtime-3.2.1.tgz#b22cb9468566ae691edfa0383efbab3071a2f01e"
Expand Down

0 comments on commit 27786e7

Please sign in to comment.