Skip to content

Commit

Permalink
feat: Update cozy-sharing from 8.3.0 to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Sep 6, 2023
1 parent 7a2799a commit 0dfddc9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"cozy-realtime": "4.4.1",
"cozy-scanner": "^5.2.0",
"cozy-scripts": "^8.1.0",
"cozy-sharing": "8.3.0",
"cozy-sharing": "9.0.1",
"cozy-stack-client": "^40.0.1",
"cozy-ui": "92.0.1",
"date-fns": "1.30.1",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5902,6 +5902,13 @@ cozy-device-helper@^2.5.0:
dependencies:
lodash "^4.17.19"

cozy-device-helper@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-3.0.0.tgz#c6316b7877c48ba9b343f80b13275b42027717bc"
integrity sha512-dkwQ8I0B2TiGs6MDdvSWOJKHMUwTHJegr67E3hpsupy5G9Z52dyjYtbK6bfoj0ykhit15fVI7bi8ivDyoM1oRg==
dependencies:
lodash "^4.17.19"

[email protected]:
version "1.85.4"
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.85.4.tgz#4c1f42d5bab1f15cc7da6431f820c676f21ba036"
Expand Down Expand Up @@ -6118,15 +6125,15 @@ cozy-scripts@^8.1.0:
webpack-dev-server "3.10.3"
webpack-merge "4.2.2"

cozy-sharing@8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-8.3.0.tgz#0d8b84702f302c4ee6cc49a68d58874acd1cf5ca"
integrity sha512-WjSaDj49yjIbpOz7vKp8PRpkvvMDJwHUjYQCECwrtMtQw8j1XFnqZbXgvcsYOQ7HGKTy+lJJRB807DQwicDb1A==
cozy-sharing@9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-9.0.1.tgz#0f6ca5c0f8e25adb7c08f6d68962cba2e260785d"
integrity sha512-J1WalSGHfJsPFIq/Ja8OtqIH7johX/hIYjXizl4X0ad8FnCVom636/F/XFE9sLQRMhciHc9Z50kjZWG4vksx4g==
dependencies:
"@cozy/minilog" "^1.0.0"
classnames "^2.2.6"
copy-text-to-clipboard "^2.1.1"
cozy-device-helper "^2.7.0"
cozy-device-helper "^3.0.0"
cozy-doctypes "^1.88.6"
lodash "^4.17.19"
react-autosuggest "^10.1.0"
Expand Down Expand Up @@ -12813,19 +12820,19 @@ 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":
version "1.0.8"
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6":
version "1.0.6"
resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
react-spring "9.0.0-rc.3"
react-use-gesture "^7.0.8"
react-use-measure "^2.0.0"

"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6":
version "1.0.6"
resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5"
"mui-bottom-sheet@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"
dependencies:
"@juggle/resize-observer" "^3.1.3"
jest-environment-jsdom-sixteen "^1.0.3"
Expand Down

0 comments on commit 0dfddc9

Please sign in to comment.