Skip to content

Commit 57242f0

Browse files
fix(deps): update dependency cozy-device-helper to v3
1 parent fa181da commit 57242f0

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@sentry/react": "7.119.0",
3838
"cozy-client": "^48.17.0",
39-
"cozy-device-helper": "2.7.0",
39+
"cozy-device-helper": "3.0.0",
4040
"cozy-doctypes": "1.83.8",
4141
"cozy-flags": "4.0.0",
4242
"cozy-harvest-lib": "^29.1.1",

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6015,20 +6015,20 @@ cozy-client@^48.17.0:
60156015
sift "^6.0.0"
60166016
url-search-params-polyfill "^8.0.0"
60176017

6018-
cozy-device-helper@2.7.0, cozy-device-helper@^2.1.0, cozy-device-helper@^2.7.0:
6019-
version "2.7.0"
6020-
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.7.0.tgz#573749997f18e5a1f11f720faec8c9bf2406beeb"
6021-
integrity sha512-jMzW7s4IDuMivbsP8fo1IWW1z5l0wJ0u440E0fQmdsi+Zm/L9GXFKthLuuceYqXlH6c/APUCfpozJqjFMMHU1A==
6022-
dependencies:
6023-
lodash "^4.17.19"
6024-
6025-
cozy-device-helper@^3.0.0:
6018+
cozy-device-helper@3.0.0, cozy-device-helper@^3.0.0:
60266019
version "3.0.0"
60276020
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-3.0.0.tgz#c6316b7877c48ba9b343f80b13275b42027717bc"
60286021
integrity sha512-dkwQ8I0B2TiGs6MDdvSWOJKHMUwTHJegr67E3hpsupy5G9Z52dyjYtbK6bfoj0ykhit15fVI7bi8ivDyoM1oRg==
60296022
dependencies:
60306023
lodash "^4.17.19"
60316024

6025+
cozy-device-helper@^2.1.0, cozy-device-helper@^2.7.0:
6026+
version "2.7.0"
6027+
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.7.0.tgz#573749997f18e5a1f11f720faec8c9bf2406beeb"
6028+
integrity sha512-jMzW7s4IDuMivbsP8fo1IWW1z5l0wJ0u440E0fQmdsi+Zm/L9GXFKthLuuceYqXlH6c/APUCfpozJqjFMMHU1A==
6029+
dependencies:
6030+
lodash "^4.17.19"
6031+
60326032
cozy-doctypes@1.83.8:
60336033
version "1.83.8"
60346034
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.83.8.tgz#99ec864059034bd032f6f01e322b57fea130a5d3"
@@ -12299,9 +12299,10 @@ msgpack5@^4.0.2:
1229912299
readable-stream "^2.3.6"
1230012300
safe-buffer "^5.1.2"
1230112301

12302-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
12302+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
1230312303
version "1.0.8"
12304-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
12304+
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
12305+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
1230512306
dependencies:
1230612307
"@juggle/resize-observer" "^3.1.3"
1230712308
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)