Skip to content

Commit

Permalink
feat: Update cozy-client from 48.12.1 to 51.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Nov 20, 2024
1 parent 1b9ae06 commit 1af45dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-define": "^2.0.0",
"babel-preset-cozy-app": "^1.9.0",
"cozy-client": "^48.12.1",
"cozy-client": "^51.1.0",
"cozy-device-helper": "2.6.0",
"cozy-flags": "^2.10.2",
"cozy-intent": "^1.7.0",
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"peerDependencies": {
"@cozy/minilog": ">=1.0.0",
"cozy-client": ">=48.12.1",
"cozy-client": ">=51.1.0",
"cozy-device-helper": ">=2.6.0",
"cozy-flags": ">=2.10.2",
"cozy-intent": ">=1.3.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2975,16 +2975,16 @@ cosmiconfig@^7.0.0:
path-type "^4.0.0"
yaml "^1.10.0"

cozy-client@^48.12.1:
version "48.12.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.12.1.tgz#db802ef98b5d2f1a69138e121b6ac8e6f4f81e4f"
integrity sha512-4Sdy99LrZtDXs5lX0THKZ4C4asFQJGY/BEd7Cp/xx8ty8YN5xzAvwKQlnOxuhhmTTESJ9MociqC27RQVNRHEFg==
cozy-client@^51.1.0:
version "51.1.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-51.1.0.tgz#12ac8504da7a457e80fab072963a05a633eabfae"
integrity sha512-pwi2KUz/2y8Z412QnYLxXEnbLROiQYJ++dEVcRRhIFc4ltiDkC7CURNjznWpoecm4CJlV3YHnKIIClfNvjSFBg==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^48.12.0"
cozy-stack-client "^51.0.0"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -3054,10 +3054,10 @@ cozy-realtime@^4.0.5:
"@cozy/minilog" "^1.0.0"
cozy-device-helper "^1.17.0"

cozy-stack-client@^48.12.0:
version "48.12.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.12.0.tgz#e7453215df0711b34eaf2fc076a18ebf799a16ee"
integrity sha512-DzCjKwKqGn+XQsxFt/hQVG4YcdupdcGs3Mxtb7Y0JmYiTUTiQar+IWL7k6RuFbCu2Bw+Gm/newtnUct7tbXW0g==
cozy-stack-client@^51.0.0:
version "51.0.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-51.0.0.tgz#73fbdb1cf8efc46cb89ad2266d04e1289a9ae355"
integrity sha512-ToaheKT0cziulvAxUl+H8mqmSXQmblCp6a5TKNnrEHOS3ExTmzOHmIgNrRDgDKi4G8hK93CZTi8gj49ffk0HYw==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit 1af45dc

Please sign in to comment.