Skip to content

Commit e19973c

Browse files
committed
feat: Update cozy-client
1 parent dedba7c commit e19973c

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@sentry/integrations": "^7.114.0",
6565
"@sentry/react": "^8.5.0",
6666
"cozy-bar": "^21.2.0",
67-
"cozy-client": "^57.7.0",
67+
"cozy-client": "^57.7.2",
6868
"cozy-dataproxy-lib": "^4.1.0",
6969
"cozy-device-helper": "^3.8.0",
7070
"cozy-devtools": "^1.3.0",

yarn.lock

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5542,6 +5542,33 @@ cozy-client@^57.7.0:
55425542
sift "^6.0.0"
55435543
url-search-params-polyfill "^8.0.0"
55445544

5545+
cozy-client@^57.7.2:
5546+
version "57.7.2"
5547+
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-57.7.2.tgz#df95f6bcf368fb4a0978a0c73c1be74d00645905"
5548+
integrity sha512-BDLMisHunpzTAfUKhjFnbHCiGR3s8gQTP72zKczhpWoy2vGrRcWxuCH6oXOQU5XUhJ5Nsmv0GRHmqroR1MMNXA==
5549+
dependencies:
5550+
"@cozy/minilog" "1.0.0"
5551+
"@fastify/deepmerge" "^2.0.2"
5552+
"@types/jest" "^26.0.20"
5553+
"@types/lodash" "^4.14.170"
5554+
btoa "^1.2.1"
5555+
cozy-stack-client "^57.2.0"
5556+
date-fns "2.29.3"
5557+
fast-deep-equal "^3.1.3"
5558+
json-stable-stringify "^1.0.1"
5559+
lodash "^4.17.13"
5560+
microee "^0.0.6"
5561+
node-fetch "^2.6.1"
5562+
node-polyglot "2.4.2"
5563+
open "7.4.2"
5564+
prop-types "^15.6.2"
5565+
react-redux "^7.2.0"
5566+
redux "3 || 4"
5567+
redux-thunk "^2.3.0"
5568+
server-destroy "^1.0.1"
5569+
sift "^6.0.0"
5570+
url-search-params-polyfill "^8.0.0"
5571+
55455572
cozy-dataproxy-lib@^4.1.0:
55465573
version "4.1.0"
55475574
resolved "https://registry.yarnpkg.com/cozy-dataproxy-lib/-/cozy-dataproxy-lib-4.1.0.tgz#20d0a38e059fb5924d85f3b5a550d7d28ec9a477"
@@ -11442,9 +11469,9 @@ ms@2.1.2:
1144211469
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
1144311470
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
1144411471

11445-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
11472+
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
1144611473
version "1.0.8"
11447-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
11474+
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
1144811475
dependencies:
1144911476
"@juggle/resize-observer" "^3.1.3"
1145011477
jest-environment-jsdom-sixteen "^1.0.3"

0 commit comments

Comments
 (0)