Skip to content

Commit f766a1b

Browse files
fix(deps): update cozy client packages to v48
1 parent c7e6a2e commit f766a1b

10 files changed

Lines changed: 20 additions & 194 deletions

File tree

packages/cozy-authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/cli": "7.16.8",
2424
"@babel/polyfill": "7.12.1",
2525
"babel-preset-cozy-app": "^2.1.0",
26-
"cozy-client": "13.21.0",
26+
"cozy-client": "48.18.0",
2727
"cozy-ui": "40.9.1",
2828
"cssnano-preset-advanced": "4.0.8",
2929
"date-fns": "1.30.1",

packages/cozy-doctypes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"@babel/core": "7.16.12",
2020
"babel-preset-cozy-app": "^2.1.0",
2121
"btoa": "1.2.1",
22-
"cozy-client": "13.21.0",
22+
"cozy-client": "48.18.0",
2323
"cozy-client-js": "0.19.0",
2424
"cozy-flags": "^4.0.0",
25-
"cozy-stack-client": "13.20.2",
25+
"cozy-stack-client": "48.16.0",
2626
"eslint-plugin-node": "10.0.0",
2727
"fs-extra": "8.1.0",
2828
"jest": "26.6.3",

packages/cozy-flags/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/cli": "7.16.8",
2929
"@testing-library/react-hooks": "3.2.1",
3030
"babel-preset-cozy-app": "^2.1.0",
31-
"cozy-client": "^37.2.0",
31+
"cozy-client": "^48.0.0",
3232
"jest-localstorage-mock": "2.4.21",
3333
"react": "16.12.0"
3434
},

packages/cozy-mespapiers-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@testing-library/react-hooks": "8.0.1",
2222
"babel-preset-cozy-app": "2.0.1",
2323
"cozy-bar": "^12.2.3",
24-
"cozy-client": "^47.6.0",
24+
"cozy-client": "^48.0.0",
2525
"cozy-device-helper": "^3.0.0",
2626
"cozy-doctypes": "^1.91.1",
2727
"cozy-flags": "^4.0.0",

packages/cozy-procedures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@material-ui/lab": "4.0.0-alpha.60",
3838
"babel-plugin-inline-react-svg": "1.1.2",
3939
"babel-preset-cozy-app": "^2.1.0",
40-
"cozy-client": "16.19.0",
40+
"cozy-client": "48.18.0",
4141
"cozy-ui": "40.9.1",
4242
"enzyme-to-json": "3.6.2",
4343
"jest": "26.6.3",

packages/cozy-realtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/cli": "7.16.8",
2828
"babel-plugin-rewire": "1.2.0",
2929
"babel-preset-cozy-app": "^2.1.0",
30-
"cozy-client": "13.21.0",
30+
"cozy-client": "48.18.0",
3131
"jest-cli": "24.9.0",
3232
"mock-socket": "9.0.0"
3333
},

packages/cozy-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@testing-library/react": "10.4.9",
2929
"babel-jest": "26.6.3",
3030
"babel-preset-cozy-app": "^2.1.0",
31-
"cozy-client": "40.5.0",
31+
"cozy-client": "48.18.0",
3232
"cozy-doctypes": "1.67.0",
3333
"cozy-flags": "^4.0.0",
3434
"cozy-logger": "^1.10.4",

packages/cozy-sharing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"babel-jest": "26.6.3",
5050
"babel-plugin-css-modules-transform": "1.6.2",
5151
"babel-plugin-inline-react-svg": "1.1.2",
52-
"cozy-client": "^47.6.0",
52+
"cozy-client": "^48.0.0",
5353
"cozy-ui": "^108.0.0",
5454
"enzyme": "3.11.0",
5555
"enzyme-adapter-react-16": "1.15.6",

packages/playgrounds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@material-ui/core": "3.9.4",
1313
"@material-ui/lab": "^4.0.0-alpha.60",
1414
"cozy-authentication": "^3.0.0",
15-
"cozy-client": "13.21.0",
15+
"cozy-client": "48.18.0",
1616
"cozy-device-helper": "^3.0.0",
1717
"cozy-doctypes": "^1.91.1",
1818
"cozy-realtime": "^5.0.1",

yarn.lock

Lines changed: 10 additions & 184 deletions
Original file line numberDiff line numberDiff line change
@@ -10586,110 +10586,16 @@ cozy-client-js@0.19.0:
1058610586
pouchdb-browser "7.0.0"
1058710587
pouchdb-find "7.0.0"
1058810588

10589-
cozy-client@13.21.0:
10590-
version "13.21.0"
10591-
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-13.21.0.tgz#931e3056c933d0760567c734641e3c830381328d"
10592-
integrity sha512-Rv0Uv7iJdyRDCjFqOj0O1wUlwtCdrWv4QPHqu9uRlltsGuAIXi/bPaFFT3xB6YucdjnPwcd8hjLgCoAGWWbw+A==
10593-
dependencies:
10594-
btoa "^1.2.1"
10595-
cozy-device-helper "^1.7.3"
10596-
cozy-logger "^1.6.0"
10597-
cozy-stack-client "^13.20.2"
10598-
isomorphic-fetch "^2.2.1"
10599-
lodash "^4.17.13"
10600-
microee "^0.0.6"
10601-
minilog "https://github.com/cozy/minilog.git#master"
10602-
open "^7.0.2"
10603-
prop-types "^15.6.2"
10604-
react-redux "^7.2.0"
10605-
redux "^3.7.2"
10606-
redux-thunk "^2.3.0"
10607-
server-destroy "^1.0.1"
10608-
sift "^6.0.0"
10609-
url-search-params-polyfill "^7.0.0"
10610-
10611-
cozy-client@16.19.0:
10612-
version "16.19.0"
10613-
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-16.19.0.tgz#ad5e549cb1ea9cd6fdf5e72f478a22dc6a456e5f"
10614-
integrity sha512-P6/00osSAAjf8WE0DMGWfpOkf3nWE9j5VBrQSS/cJ++M7TDD52sGrq5SaeKN0m+CnQliPY9ZH2AeawdjVmPZmw==
10615-
dependencies:
10616-
"@cozy/minilog" "1.0.0"
10617-
btoa "^1.2.1"
10618-
cozy-device-helper "^1.7.3"
10619-
cozy-logger "^1.6.0"
10620-
cozy-stack-client "^16.19.0"
10621-
lodash "^4.17.13"
10622-
microee "^0.0.6"
10623-
node-fetch "^2.6.1"
10624-
open "^7.0.2"
10625-
prop-types "^15.6.2"
10626-
react-redux "^7.2.0"
10627-
redux "^3.7.2"
10628-
redux-thunk "^2.3.0"
10629-
server-destroy "^1.0.1"
10630-
sift "^6.0.0"
10631-
url-search-params-polyfill "^7.0.0"
10632-
10633-
cozy-client@40.5.0:
10634-
version "40.5.0"
10635-
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-40.5.0.tgz#346befd54dc6b3f29666f08bd21c8d9c9fdc5b0a"
10636-
integrity sha512-A23sP7gX44yATPfr97mVMWkjw/2pIcgaNslVLo9QPc8cpb5RovctXYBKFAwTYnAxytFhhiHUDcqw843zpaSlUQ==
10589+
cozy-client@48.18.0, cozy-client@^48.0.0:
10590+
version "48.18.0"
10591+
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.18.0.tgz#a9a3fe86ee026a7beb0519865e6b59fab864dcf5"
10592+
integrity sha512-yInIuv681EKtILU53EbP3wWFilWnB0wBvR4f3V/Ykm1cS8qg4Mg/yjaQ1ttZs3AP5e4V/rqUaL3MJoTbhGom4g==
1063710593
dependencies:
1063810594
"@cozy/minilog" "1.0.0"
1063910595
"@types/jest" "^26.0.20"
1064010596
"@types/lodash" "^4.14.170"
1064110597
btoa "^1.2.1"
10642-
cozy-stack-client "^40.2.1"
10643-
date-fns "2.29.3"
10644-
json-stable-stringify "^1.0.1"
10645-
lodash "^4.17.13"
10646-
microee "^0.0.6"
10647-
node-fetch "^2.6.1"
10648-
node-polyglot "2.4.2"
10649-
open "7.4.2"
10650-
prop-types "^15.6.2"
10651-
react-redux "^7.2.0"
10652-
redux "3 || 4"
10653-
redux-thunk "^2.3.0"
10654-
server-destroy "^1.0.1"
10655-
sift "^6.0.0"
10656-
url-search-params-polyfill "^8.0.0"
10657-
10658-
cozy-client@^37.2.0:
10659-
version "37.2.0"
10660-
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-37.2.0.tgz#0e2070e1a0dd229ac044c68213dfe41cc1afd10b"
10661-
integrity sha512-c6LnWa3BPDd8TshYsbfjahdKNC1WbJn+GNltcbhM6L0S97+x6GsEfC48xepO83fh6uXP6UBNPar6L+RkSuDK4A==
10662-
dependencies:
10663-
"@cozy/minilog" "1.0.0"
10664-
"@types/jest" "^26.0.20"
10665-
"@types/lodash" "^4.14.170"
10666-
btoa "^1.2.1"
10667-
cozy-stack-client "^37.2.0"
10668-
date-fns "2.29.3"
10669-
json-stable-stringify "^1.0.1"
10670-
lodash "^4.17.13"
10671-
microee "^0.0.6"
10672-
node-fetch "^2.6.1"
10673-
node-polyglot "2.4.2"
10674-
open "7.4.2"
10675-
prop-types "^15.6.2"
10676-
react-redux "^7.2.0"
10677-
redux "3 || 4"
10678-
redux-thunk "^2.3.0"
10679-
server-destroy "^1.0.1"
10680-
sift "^6.0.0"
10681-
url-search-params-polyfill "^8.0.0"
10682-
10683-
cozy-client@^47.6.0:
10684-
version "47.6.0"
10685-
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-47.6.0.tgz#ed151e75003aa3eeda657d398d18958aadaa6e1c"
10686-
integrity sha512-hBALCB//rdMg2bj3k8dVHRaYFG0CQ7vF9u58BufYuNoJFB4HKh9R/KFSXH0+wkvDjUOK4olYjoz+7xH6bZmEPQ==
10687-
dependencies:
10688-
"@cozy/minilog" "1.0.0"
10689-
"@types/jest" "^26.0.20"
10690-
"@types/lodash" "^4.14.170"
10691-
btoa "^1.2.1"
10692-
cozy-stack-client "^47.4.0"
10598+
cozy-stack-client "^48.16.0"
1069310599
date-fns "2.29.3"
1069410600
json-stable-stringify "^1.0.1"
1069510601
lodash "^4.17.13"
@@ -10730,13 +10636,6 @@ cozy-client@^48.8.0:
1073010636
sift "^6.0.0"
1073110637
url-search-params-polyfill "^8.0.0"
1073210638

10733-
cozy-device-helper@^1.7.3:
10734-
version "1.18.0"
10735-
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.18.0.tgz#45b37e68c30ec1104c8c40180b472d3662bc2534"
10736-
integrity sha512-/s9X5oUH/Fpu3NKx1RS5T/iYzpfOlBD3tRGGsjth4VDYhqATlApUZLghmzvFvskEeC4eCAvNYfEkyo9UPrZbFQ==
10737-
dependencies:
10738-
lodash "^4.17.19"
10739-
1074010639
cozy-device-helper@^2.1.0:
1074110640
version "2.7.0"
1074210641
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.7.0.tgz#573749997f18e5a1f11f720faec8c9bf2406beeb"
@@ -10756,13 +10655,6 @@ cozy-doctypes@1.67.0:
1075610655
lodash "4.17.15"
1075710656
prop-types "^15.7.2"
1075810657

10759-
cozy-flags@^2.5.0:
10760-
version "2.12.0"
10761-
resolved "https://registry.yarnpkg.com/cozy-flags/-/cozy-flags-2.12.0.tgz#bc3d689db9c91389c28f053223142d4684573ef1"
10762-
integrity sha512-s0et8aWChaqY4rMKkNKDACflU2h5s6s9UVU1guU3Il9GqktSPrhvMo+ntHLnQb2l+yLL6xV1S6/rK0qniR1q0A==
10763-
dependencies:
10764-
microee "^0.0.6"
10765-
1076610658
cozy-interapp@0.5.4:
1076710659
version "0.5.4"
1076810660
resolved "https://registry.yarnpkg.com/cozy-interapp/-/cozy-interapp-0.5.4.tgz#2573f1800f073c84c289267d04234954d88eae0c"
@@ -10795,47 +10687,10 @@ cozy-keys-lib@^6.1.1:
1079510687
tldjs "^2.3.1"
1079610688
zxcvbn "^4.4.2"
1079710689

10798-
cozy-stack-client@13.20.2, cozy-stack-client@^13.20.2:
10799-
version "13.20.2"
10800-
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-13.20.2.tgz#2ff55f93dca809b7ec82ec0afc88a3bc041383c1"
10801-
integrity sha512-9j52p+0/kw5CAO42hPCqjV1ESwU/My79bfjF96wZRrGMFAciL+gGQy4wVeTpPlYvWIGIIbchFrUl8rQVkMVWYA==
10802-
dependencies:
10803-
detect-node "^2.0.4"
10804-
mime "^2.4.0"
10805-
qs "^6.7.0"
10806-
10807-
cozy-stack-client@^16.19.0:
10808-
version "16.19.0"
10809-
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-16.19.0.tgz#8d700422e75cb426c88ea7e9c4677e0f625f6623"
10810-
integrity sha512-TyexZQdqvEsa7THvMnvgszQ2Ndo9bZ4XOiy6W8FzTq2wPuTLC8JK6WBVlBG7e+GCVcncdDMH3QuOywQZqDvolQ==
10811-
dependencies:
10812-
cozy-flags "^2.5.0"
10813-
detect-node "^2.0.4"
10814-
mime "^2.4.0"
10815-
qs "^6.7.0"
10816-
10817-
cozy-stack-client@^37.2.0:
10818-
version "37.2.0"
10819-
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-37.2.0.tgz#a1bba6cc0dc10a55aed413d8dc77e995d722dd00"
10820-
integrity sha512-lHObDhJHjVRcy2OqqsQV5Z/3aBcmqXxgpCBZ6Xmpuy5hfHL4ApfJxU0K+VH0uNdDKMIgBHyY35PNodKmGO4t7g==
10821-
dependencies:
10822-
detect-node "^2.0.4"
10823-
mime "^2.4.0"
10824-
qs "^6.7.0"
10825-
10826-
cozy-stack-client@^40.2.1:
10827-
version "40.2.1"
10828-
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-40.2.1.tgz#ce67d260226d7cd9f4314c15428880fd87016812"
10829-
integrity sha512-BMhIn1/3y2zzEYx4WmIlMcGUrzfKj7fRZdtrIjYimNapW0Xsy6nJlDCInA3cH1tNKqKBMIC5F4UQn3vTo/9hGg==
10830-
dependencies:
10831-
detect-node "^2.0.4"
10832-
mime "^2.4.0"
10833-
qs "^6.7.0"
10834-
10835-
cozy-stack-client@^47.4.0:
10836-
version "47.4.0"
10837-
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-47.4.0.tgz#db58f19ecc1f3a4100d24648ca9f87a4a825b6fe"
10838-
integrity sha512-hwk//fVrM05GZmRodYTQel7tvpK+NZ6gDn1gkpYmjaLvG8hN24PskeWr5+a6iBNzlO1FtDh7qQ1/jU5vw7v6zg==
10690+
cozy-stack-client@48.16.0, cozy-stack-client@^48.16.0:
10691+
version "48.16.0"
10692+
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.16.0.tgz#e8820197a0eb640e2d9061e21fad430ca5e56065"
10693+
integrity sha512-JgXAsmXESCfbC+T2EiXzUoPiDNFf2ePzNFQK98ZbWorAj8G6DcggdcG83/eD4QCwmv/1jXTaUWI1euTQdYEDQg==
1083910694
dependencies:
1084010695
detect-node "^2.0.4"
1084110696
mime "^2.4.0"
@@ -19297,12 +19152,6 @@ mini-html-webpack-plugin@^0.2.3:
1929719152
dependencies:
1929819153
webpack-sources "^1.1.0"
1929919154

19300-
"minilog@https://github.com/cozy/minilog.git#master":
19301-
version "3.1.0"
19302-
resolved "https://github.com/cozy/minilog.git#f01f7d9dfe20981177dd34b9662c2f077d818f82"
19303-
dependencies:
19304-
microee "0.0.6"
19305-
1930619155
minilog@~2.1.0:
1930719156
version "2.1.0"
1930819157
resolved "https://registry.yarnpkg.com/minilog/-/minilog-2.1.0.tgz#cc7c8070a0cc69b76d2eaa0db546902c5cf22245"
@@ -19987,17 +19836,6 @@ msgpack5@^4.0.2:
1998719836
readable-stream "^2.3.6"
1998819837
safe-buffer "^5.1.2"
1998919838

19990-
"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
19991-
version "1.0.8"
19992-
uid "3dc4c2a245ab39079bc2f73546bccf80847be14c"
19993-
resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
19994-
dependencies:
19995-
"@juggle/resize-observer" "^3.1.3"
19996-
jest-environment-jsdom-sixteen "^1.0.3"
19997-
react-spring "9.0.0-rc.3"
19998-
react-use-gesture "^7.0.8"
19999-
react-use-measure "^2.0.0"
20000-
2000119839
"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9":
2000219840
version "1.0.8"
2000319841
resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c"
@@ -21002,14 +20840,6 @@ open@^6.3.0:
2100220840
dependencies:
2100320841
is-wsl "^1.1.0"
2100420842

21005-
open@^7.0.2:
21006-
version "7.0.2"
21007-
resolved "https://registry.yarnpkg.com/open/-/open-7.0.2.tgz#fb3681f11f157f2361d2392307548ca1792960e8"
21008-
integrity sha512-70E/pFTPr7nZ9nLDPNTcj3IVqnNvKuP4VsBmoKV9YGTnChe0mlS3C4qM7qKarhZ8rGaHKLfo+vBTHXDp6ZSyLQ==
21009-
dependencies:
21010-
is-docker "^2.0.0"
21011-
is-wsl "^2.1.1"
21012-
2101320843
open@^8.0.4, open@^8.4.0:
2101420844
version "8.4.2"
2101520845
resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9"
@@ -23902,7 +23732,7 @@ redux-thunk@2.3.0, redux-thunk@^2.2.0, redux-thunk@^2.3.0:
2390223732
loose-envify "^1.4.0"
2390323733
symbol-observable "^1.2.0"
2390423734

23905-
redux@3.7.2, redux@^3.7.2:
23735+
redux@3.7.2:
2390623736
version "3.7.2"
2390723737
resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
2390823738
dependencies:
@@ -27495,10 +27325,6 @@ url-polyfill@1.1.7:
2749527325
version "1.1.7"
2749627326
resolved "https://registry.yarnpkg.com/url-polyfill/-/url-polyfill-1.1.7.tgz#402ee84360eb549bbeb585f4c7971e79a31de9e3"
2749727327

27498-
url-search-params-polyfill@^7.0.0:
27499-
version "7.0.0"
27500-
resolved "https://registry.yarnpkg.com/url-search-params-polyfill/-/url-search-params-polyfill-7.0.0.tgz#98b56ed29e67710588fdc3c361083b0f78303d95"
27501-
2750227328
url-search-params-polyfill@^8.0.0:
2750327329
version "8.1.1"
2750427330
resolved "https://registry.yarnpkg.com/url-search-params-polyfill/-/url-search-params-polyfill-8.1.1.tgz#9e69e4dba300a71ae7ad3cead62c7717fd99329f"

0 commit comments

Comments
 (0)