Skip to content

Commit

Permalink
fix: update cozy-harvest-lib to 13.15.1
Browse files Browse the repository at this point in the history
Will fix AccountList modal header
  • Loading branch information
acezard committed Apr 19, 2023
1 parent 1e33516 commit f2ec15a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.15.0",
"cozy-harvest-lib": "^13.15.1",
"cozy-intent": "^2.3.0",
"cozy-keys-lib": "^4.3.0",
"cozy-logger": "1.10.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5811,10 +5811,10 @@ [email protected]:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^13.15.0:
version "13.15.0"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-13.15.0.tgz#0afe514c23bcbdc21fb8f783fa44ca72747f0951"
integrity sha512-FkQQqzoqcpoVXgfFFCA6CzZBbldiE/InoVenrgQ7b59Woaj60FRfBiRUpQjmQxv1/W7ZnjmlG96KWmbh+/VHOg==
cozy-harvest-lib@^13.15.1:
version "13.15.1"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-13.15.1.tgz#4887166a5e7d5056ad1a61798cb67b7ea555f622"
integrity sha512-K8ZDp7gxx0iD+Y0wNJwsGJlWomFe/0qog3mJW8l1/i1ggFoXLRmWE3BjqPwOEYeSDKceYCMBRk2iALvsBJhOGQ==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down Expand Up @@ -11780,9 +11780,9 @@ msgpack5@^4.0.2:
readable-stream "^2.3.6"
safe-buffer "^5.1.2"

"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
version "1.0.8"
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
Expand Down

0 comments on commit f2ec15a

Please sign in to comment.