Skip to content

Commit

Permalink
fix: update harvest and cozy-ui
Browse files Browse the repository at this point in the history
Will fix konnectorSuggestionModal
  • Loading branch information
acezard committed Nov 27, 2023
1 parent 661d7e1 commit 083b00e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "3.0.1",
"cozy-harvest-lib": "^20.2.4",
"cozy-harvest-lib": "^20.2.5",
"cozy-intent": "^2.3.0",
"cozy-keys-lib": "^6.0.0",
"cozy-logger": "1.10.0",
"cozy-realtime": "4.2.9",
"cozy-sharing": "10.0.0",
"cozy-stack-client": "^42.0.1",
"cozy-tsconfig": "1.2.0",
"cozy-ui": "^95.9.0",
"cozy-ui": "^96.1.1",
"date-fns": "2.28.0",
"es-abstract": "1.20.2",
"form-data": "2.5.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9096,10 +9096,10 @@ [email protected]:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^20.2.4:
version "20.2.4"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-20.2.4.tgz#7e8e284b2cef347bea27257a404ce31593411a5c"
integrity sha512-f9k0cZp1B7p93QqKarE9KXNqg4xS72CStcBycE7mKWOF8e1n5Lrrvo2G2TO4o4QKl8aInzhclSRB42QV+GQGqw==
cozy-harvest-lib@^20.2.5:
version "20.2.5"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-20.2.5.tgz#f61611cb4d1a293235fcd254f016360121572990"
integrity sha512-bvhqelPoHwMdSaozYmylD6EAdIiuwc+8wbYGS7KYO5paI1Qieg1iUOrZ0+sIWxnzpG1D1Qs+9NLfOSQ2aJDr8Q==
dependencies:
"@cozy/minilog" "^1.0.0"
"@sentry/browser" "^6.0.1"
Expand Down Expand Up @@ -9295,10 +9295,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/cozy-tsconfig/-/cozy-tsconfig-1.2.0.tgz#17e61f960f139fae4d26cbac2254b9ab632b269e"
integrity sha512-TRHnY9goF3FzVlUbP7BcHxuN2XAA4AmppT4fHHZmTKaSwYTByVR1Al+riFMDbce94kJZ1wzl9WNLWQuqzGZ6Cw==

cozy-ui@^95.9.0:
version "95.9.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-95.9.0.tgz#c416715277e073a974605f650b41e5b18d458017"
integrity sha512-uCc2G0DeZRUWfagQshrEPdl/0ijLqWKEw1e81adPvSRVuS++vam88luNGhq1k7AdhUBCh+cy7gAeQGUDlJdhww==
cozy-ui@^96.1.1:
version "96.1.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-96.1.1.tgz#44fa2817e50ce5361bbdb5b8c1c95ded5bb9a09d"
integrity sha512-ld4D9at/dRy4RPuBqs1xaTzaHT0HKteQD8zVV6oRiRXLpE+X3qup+F130gLBGaWTgCsaBPplT4eqS+HwJ4o+/A==
dependencies:
"@babel/runtime" "^7.3.4"
"@material-ui/core" "4.12.3"
Expand Down Expand Up @@ -16153,9 +16153,9 @@ msgpack5@^4.0.2:
readable-stream "^2.3.6"
safe-buffer "^5.1.2"

"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
version "1.0.8"
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
resolved "git+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 083b00e

Please sign in to comment.