Skip to content

Commit

Permalink
fix: Upgrade harvest to get IntentProvider
Browse files Browse the repository at this point in the history
In order to have fully functionnal flow for a konnector
installation and configuration from the store.
  • Loading branch information
Crash-- committed Jan 4, 2024
1 parent b9a88dd commit 874c3d4
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 @@ -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.4",
"cozy-harvest-lib": "^22.0.0",
"cozy-intent": "^2.3.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 @@ -5978,10 +5978,10 @@ [email protected]:
dependencies:
microee "^0.0.6"

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==
cozy-harvest-lib@^22.0.0:
version "22.0.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-22.0.0.tgz#4e35fa3431493365fdd420b6ae2462832bec8c59"
integrity sha512-lobbkweUORYM2HZtN9BjnGWQ/e91ukqOrVbUwDFHsXki9NuZ5zNv0oZOpeGXLPsVU2XylbojuqPOAWP3vjJD3g==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down

0 comments on commit 874c3d4

Please sign in to comment.