From c957e0a94831f5ecd12542f87c187fcd978489e6 Mon Sep 17 00:00:00 2001 From: doubleface Date: Tue, 23 Apr 2024 16:19:33 +0200 Subject: [PATCH] feat: Upgrade cozy-harvest-lib to 22.5.11 To have the Can't connect link hidden when a konnector does not have any vendor_link in the manifest --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 156d8b520..45ecce2d7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "cozy-device-helper": "2.7.0", "cozy-doctypes": "1.83.8", "cozy-flags": "3.2.2", - "cozy-harvest-lib": "^22.5.8", + "cozy-harvest-lib": "^22.5.11", "cozy-intent": "^2.19.2", "cozy-interapp": "^0.9.0", "cozy-keys-lib": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 388467c3f..bc834625e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5962,10 +5962,10 @@ 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== +cozy-doctypes@^1.90.0: + version "1.90.0" + resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.90.0.tgz#6ac69043d45be910c27cb0793a3e45e1a96b91de" + integrity sha512-H/T+FD6ufD3YC/L22GBcDBd3C5j5POBuwHO860AjcVSWNDaKwFIat/LyDKjqDhPXEzo7ZgXgLEFw3KQzpC7yVw== dependencies: cozy-logger "^1.10.4" date-fns "^1.30.1" @@ -5980,16 +5980,16 @@ cozy-flags@3.2.2: dependencies: microee "^0.0.6" -cozy-harvest-lib@^22.5.8: - version "22.5.8" - resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.5.8.tgz#0fbdfed03ed3a9a06bb258a92a000fbdbde6704e" - integrity sha512-MeN8TaNdtMeFnk/BYS16YlI2K5voQDWuUrFuAhrg8xbuR3rBO/TT9Ohy5h9rlU856I+eJ3EJLTdg1fEsBH0q1A== +cozy-harvest-lib@^22.5.11: + version "22.5.11" + resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.5.11.tgz#6e701f274857fead669fa335395617eff3f93635" + integrity sha512-bqizrVr3gMStpJvckwverxMENB9ZiqgaEoe+8jpyWZNKnoIgOB0k3bYOLZCSE2UK3C0Vhjgfpacg7UItIV1Hdw== 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.5" + cozy-doctypes "^1.90.0" cozy-logger "^1.10.4" date-fns "^1.30.1" final-form "^4.18.5"