From 4dca0e3e1997fa610c4159f900a4d54d21ea80ad Mon Sep 17 00:00:00 2001 From: Merkur39 Date: Fri, 5 Apr 2024 14:56:20 +0000 Subject: [PATCH] feat: Update dependencies --- package.json | 2 +- yarn.lock | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 4b2da654..fb4aa8b3 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "cozy-interapp": "^0.9.0", "cozy-keys-lib": "^6.0.0", "cozy-logger": "^1.10.4", - "cozy-mespapiers-lib": "^91.0.0", + "cozy-mespapiers-lib": "^91.1.0", "cozy-minilog": "^3.3.1", "cozy-notifications": "^0.15.0", "cozy-realtime": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index e4fc30e3..d0875a73 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5308,17 +5308,16 @@ cozy-logger@^1.3.0: chalk "^2.4.2" json-stringify-safe "5.0.1" -cozy-mespapiers-lib@^91.0.0: - version "91.0.0" - resolved "https://registry.yarnpkg.com/cozy-mespapiers-lib/-/cozy-mespapiers-lib-91.0.0.tgz#1bd1bde68d578a985cdda9804ce676b1c1d2426c" - integrity sha512-98ldhKfKZnQiTUB+Mht0HTJobGCrqXQtomSPXZ5BBnoYs8lyL9C8v1yJD83x378wyFVxh08saRVNVMB4ME4hGA== +cozy-mespapiers-lib@^91.1.0: + version "91.1.0" + resolved "https://registry.yarnpkg.com/cozy-mespapiers-lib/-/cozy-mespapiers-lib-91.1.0.tgz#c6db37e17cae397ad9c74a977b56797d694a4bf2" + integrity sha512-teAl1TzR9km0D0Vj7JMJvxWCl8FhfB96Uxzq63LteD8gDi0ceDu+W3kocJsFsQowYmACDLTRR+aqZOZypzfbnQ== dependencies: "@date-io/date-fns" "1" "@material-ui/pickers" "3.3.10" classnames "2.3.2" date-fns "2.23.0" flexsearch "0.7.31" - fuse.js "6.6.2" pdf-lib "1.17.1" react-input-mask "3.0.0-alpha.2" @@ -7724,11 +7723,6 @@ functions-have-names@^1.2.3: resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== -fuse.js@6.6.2: - version "6.6.2" - resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-6.6.2.tgz#fe463fed4b98c0226ac3da2856a415576dc9a111" - integrity sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA== - gensync@^1.0.0-beta.1, gensync@^1.0.0-beta.2: version "1.0.0-beta.2" resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" @@ -11146,9 +11140,9 @@ 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": +"mui-bottom-sheet@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" + resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" dependencies: "@juggle/resize-observer" "^3.1.3" jest-environment-jsdom-sixteen "^1.0.3"