Skip to content

Commit

Permalink
feat: Upgrade cozy-scanner from 2.4.6 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed May 15, 2023
1 parent bbba97b commit 2e4285a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"cozy-logger": "1.9.1",
"cozy-pouch-link": "^34.1.5",
"cozy-realtime": "4.4.1",
"cozy-scanner": "2.4.6",
"cozy-scanner": "^3.0.0",
"cozy-scripts": "^7.0.0",
"cozy-sharing": "7.0.1",
"cozy-stack-client": "^34.1.5",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5928,12 +5928,12 @@ [email protected]:
dependencies:
exec-sh "0.3.2"

cozy-scanner@2.4.6:
version "2.4.6"
resolved "https://registry.yarnpkg.com/cozy-scanner/-/cozy-scanner-2.4.6.tgz#c28e5ef6a90c43396e0a0503986a62090d723674"
integrity sha512-c1JPSzW19xiK+PVN06+7waXP4NGxGn9IXkaWJOsF+Ao/iT2nUII5EMzNy3VWZkOSX4RqpWrAYnGF6Rd+MuzwOg==
cozy-scanner@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/cozy-scanner/-/cozy-scanner-3.0.0.tgz#098e02a3f00c0240490c8d582e033d387315e563"
integrity sha512-l76hxPROWbOU+vNcR7ypNZFTFj553PR3hhsWJoFw8+0uCK1tWfV9Pr0Jlti0I8gxL705ooNTPikzL1/jRNTRvw==
dependencies:
cozy-device-helper "^2.5.0"
cozy-device-helper "^2.7.0"

cozy-scripts@^7.0.0:
version "7.0.0"
Expand Down Expand Up @@ -12716,19 +12716,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 2e4285a

Please sign in to comment.