Skip to content

Commit b014d51

Browse files
fix(deps): update cozy client packages to v47
1 parent ee103b6 commit b014d51

10 files changed

Lines changed: 45 additions & 226 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": "47.1.2",
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": "47.1.2",
2323
"cozy-client-js": "0.19.0",
2424
"cozy-flags": "^3.2.2",
25-
"cozy-stack-client": "13.20.2",
25+
"cozy-stack-client": "47.0.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": "^47.0.0",
3232
"jest-localstorage-mock": "2.4.21",
3333
"react": "16.12.0"
3434
},

packages/cozy-harvest-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"babel-jest": "26.6.3",
6666
"babel-plugin-inline-react-svg": "1.1.2",
6767
"babel-preset-cozy-app": "^2.1.0",
68-
"cozy-client": "^45.15.0",
68+
"cozy-client": "^47.0.0",
6969
"cozy-device-helper": "^3.0.0",
7070
"cozy-flags": "^3.2.2",
7171
"cozy-intent": "^2.21.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": "47.1.2",
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": "47.1.2",
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": "47.1.2",
3232
"cozy-doctypes": "1.67.0",
3333
"cozy-flags": "^3.2.2",
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": "46.1.0",
52+
"cozy-client": "47.1.2",
5353
"cozy-ui": "105.3.1",
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": "47.1.2",
1616
"cozy-device-helper": "^3.0.0",
1717
"cozy-doctypes": "^1.90.0",
1818
"cozy-realtime": "^5.0.0",

0 commit comments

Comments
 (0)