Skip to content

Commit

Permalink
feat: Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Dec 18, 2024
1 parent 9661691 commit 5dd5df7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"classnames": "2.3.1",
"cozy-bar": "^16.0.1",
"cozy-ci": "0.5.2",
"cozy-client": "^51.6.0",
"cozy-client": "^51.6.1",
"cozy-client-js": "0.20.0",
"cozy-device-helper": "^2.7.0",
"cozy-devtools": "^1.2.1",
Expand All @@ -98,7 +98,7 @@
"cozy-sharing": "^16.17.0",
"cozy-stack-client": "^51.6.0",
"cozy-ui": "^114.0.1",
"cozy-viewer": "^9.0.2",
"cozy-viewer": "^9.1.0",
"date-fns": "1.30.1",
"diacritics": "1.3.0",
"filesize": "10.1.6",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6242,10 +6242,10 @@ cozy-client@^45.14.1:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-client@^51.6.0:
version "51.6.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-51.6.0.tgz#22f77a40f316011d8e8a298cc9d4cbc7cfdbbcc0"
integrity sha512-H0jhhju5jhoQHCiPZB2tfoRZb4QrhxfArNTRwLs5Lsd3+5WmtaSnPgbQUTBHWPRCv7qxP89Spz7eSgDmpdzA5Q==
cozy-client@^51.6.1:
version "51.6.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-51.6.1.tgz#55ba89c3ddedf47444ef2aa2799b5e6d12e04f76"
integrity sha512-++MbwaarzQWEpZIfbovWRNWcGWpWwhTC40S5CHjIDIZzSWKLe7mq2nhPw/cgeorj+JWSR7t6CoekJp9E2aOInQ==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
Expand Down Expand Up @@ -6647,10 +6647,10 @@ cozy-ui@^114.0.1:
react-swipeable-views "^0.13.3"
rooks "^5.11.2"

cozy-viewer@^9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/cozy-viewer/-/cozy-viewer-9.0.2.tgz#f618f5296b7637a96f9017327fb2bbff85b06f38"
integrity sha512-VhB7m1EIOW8oL67+PT38Miw+n1YFEBKgQAcVJMN8Yo6otNi0rTiqKuPSnbmLbhI+J88TWKK68Z0E2JBX1UOZyQ==
cozy-viewer@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/cozy-viewer/-/cozy-viewer-9.1.0.tgz#13b1bc573076f676ac5f73b98620ef55ebfb7e88"
integrity sha512-X1HjMuCYJNLV9fW5aRVlkwloQbOaxcnsSETaacPJXzxXMyPqDkyuNT1HLqXDWCU5y8WGankMMGJtp9iGre94bg==
dependencies:
classnames "^2.2.5"
hammerjs "^2.0.8"
Expand Down Expand Up @@ -12964,9 +12964,9 @@ msgpack5@^4.0.2:
readable-stream "^2.3.6"
safe-buffer "^5.1.2"

"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
"mui-bottom-sheet@git+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"
resolved "git+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 5dd5df7

Please sign in to comment.