Skip to content

Commit

Permalink
fix: Use same Cozy-UI and CozyClient version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Jul 20, 2020
1 parent db0234b commit 6216e62
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 111 deletions.
8 changes: 4 additions & 4 deletions packages/cozy-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@babel/core": "^7.3.4",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-preset-cozy-app": "^1.9.0",
"cozy-client": "13.14.2",
"cozy-ui": "35.31.0-beta.1",
"cozy-client": "13.15.1",
"cozy-ui": "35.32.0",
"cssnano-preset-advanced": "^4.0.7",
"date-fns": "^1.29.0",
"enzyme": "3.11.0",
Expand Down Expand Up @@ -69,8 +69,8 @@
}
},
"peerDependencies": {
"cozy-client": "13.14.1",
"cozy-ui": "35.31.0-beta.1",
"cozy-client": "^13.15.1",
"cozy-ui": "^35.32.0",
"react": ">=15",
"react-router": "3"
}
Expand Down
5 changes: 2 additions & 3 deletions packages/cozy-doctypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
"@babel/cli": "7.5.5",
"babel-preset-cozy-app": "^1.9.0",
"btoa": "1.2.1",
"cozy-client": "13.14.1",
"cozy-client": "13.15.1",
"cozy-client-js": "0.16.4",
"cozy-stack-client": "13.12.1",
"eslint-plugin-node": "10.0.0",
"fs-extra": "8.1.0",
"jest": "24.9.0",
"mockdate": "2.0.5"
},
"peerDependencies": {
"cozy-client": "^13.14.1"
"cozy-client": "^13.15.1"
},
"scripts": {
"lint": "cd ../../; yarn lint packages/cozy-doctypes",
Expand Down
8 changes: 4 additions & 4 deletions packages/cozy-harvest-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"babel-jest": "24.1.0",
"babel-plugin-inline-react-svg": "^1.1.0",
"babel-preset-cozy-app": "^1.9.0",
"cozy-client": "13.14.1",
"cozy-client": "13.15.1",
"cozy-device-helper": "^1.10.0",
"cozy-keys-lib": "^3.1.0",
"cozy-realtime": "^3.10.0",
"cozy-ui": "35.28.0",
"cozy-ui": "35.32.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"form-data": "3.0.0",
Expand All @@ -68,11 +68,11 @@
"react-dom": "^16.12.0"
},
"peerDependencies": {
"cozy-client": "^13.14.1",
"cozy-client": "^13.15.1",
"cozy-device-helper": "^1.7.1",
"cozy-keys-lib": "^3.1.0",
"cozy-realtime": "^3.1.0",
"cozy-ui": "^35.28.0"
"cozy-ui": "^35.32.0"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/cozy-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"word-wrap": "^1.2.3"
},
"peerDependencies": {
"cozy-ui": "^35.28.0"
"cozy-ui": "^35.32.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/cozy-procedures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"@material-ui/core": "3.9.4",
"@material-ui/lab": "^3.0.0-alpha.30",
"babel-plugin-inline-react-svg": "^1.1.0",
"cozy-client": "13.14.1",
"cozy-ui": "35.28.0",
"cozy-client": "13.15.1",
"cozy-ui": "35.32.0",
"enzyme-to-json": "3.4.4",
"jest": "24.8.0",
"react": "^16.12.0"
},
"peerDependencies": {
"@material-ui/core": "3.9.4",
"@material-ui/lab": "^3.0.0-alpha.30",
"cozy-client": "^13.14.1",
"cozy-client": "^13.15.1",
"cozy-doctypes": "^1.49.3",
"cozy-ui": "^35.28.0"
"cozy-ui": "^35.32.0"
},
"jest": {
"setupFiles": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-realtime/examples/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"btoa": "^1.2.1",
"cozy-client": "13.14.1",
"cozy-client": "13.15.1",
"cozy-logger": "^1.6.0",
"isomorphic-fetch": "^2.2.1",
"opn": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"watch": "yarn build --watch"
},
"peerDependencies": {
"cozy-client": "^13.14.1"
"cozy-client": "^13.15.1"
},
"devDependencies": {
"@babel/cli": "7.4.4",
"babel-plugin-rewire": "1.2.0",
"babel-preset-cozy-app": "^1.9.0",
"cozy-client": "13.14.1",
"cozy-client": "13.15.1",
"jest-cli": "24.7.1",
"mock-socket": "9.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/cozy-scanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@testing-library/react": "^9.3.0",
"babel-jest": "^24.9.0",
"babel-preset-cozy-app": "^1.9.0",
"cozy-client": "13.14.1",
"cozy-client": "13.15.1",
"cozy-doctypes": "1.67.0",
"cozy-ui": "35.28.0",
"cozy-ui": "35.32.0",
"jest": "24.1.0",
"jest-dom": "^4.0.0",
"mockdate": "^2.0.5",
Expand All @@ -41,9 +41,9 @@
"stylus": "^0.54.7"
},
"peerDependencies": {
"cozy-client": "^13.14.1",
"cozy-client": "^13.15.1",
"cozy-doctypes": "1.67.0",
"cozy-ui": "^35.28.0"
"cozy-ui": "^35.32.0"
},
"jest": {
"transformIgnorePatterns": [
Expand Down
8 changes: 4 additions & 4 deletions packages/cozy-sharing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"devDependencies": {
"babel-jest": "^24.9.0",
"babel-plugin-css-modules-transform": "^1.6.2",
"cozy-client": "13.14.1",
"cozy-ui": "35.28.0",
"cozy-client": "13.15.1",
"cozy-ui": "35.32.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"enzyme-to-json": "3.4.4",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"peerDependencies": {
"cozy-client": "^13.14.1",
"cozy-ui": "^35.28.0",
"cozy-client": "^13.15.1",
"cozy-ui": "^35.32.0",
"prop-types": "^15.7.2",
"react": "^16.12.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/playgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@material-ui/core": "3.9.4",
"@material-ui/lab": "^3.0.0-alpha.30",
"cozy-authentication": "^2.2.0",
"cozy-client": "13.14.1",
"cozy-client": "13.15.1",
"cozy-device-helper": "^1.10.0",
"cozy-doctypes": "^1.74.0",
"cozy-realtime": "^3.10.0",
"cozy-sharing": "^1.13.0",
"cozy-ui": "35.28.0",
"cozy-ui": "35.32.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.0.3",
Expand Down
93 changes: 11 additions & 82 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5158,37 +5158,15 @@ cozy-client-js@0.16.4:
pouchdb-browser "7.0.0"
pouchdb-find "7.0.0"

cozy-client@13.14.1:
version "13.14.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-13.14.1.tgz#0c4cb31585cbd40dc1ce07f6586a96978221a4ff"
integrity sha512-1WhhDuE3wcNh2bWn5E0foTtF2bMfHDm6JHPSTyIft2/vxqXgntPC+4dLXurgnpA9WQs6TmmNOM+Q2+/ZJ/cA6w==
dependencies:
btoa "^1.2.1"
cozy-device-helper "^1.7.3"
cozy-logger "^1.6.0"
cozy-stack-client "^13.12.1"
isomorphic-fetch "^2.2.1"
lodash "^4.17.13"
microee "^0.0.6"
minilog "https://github.com/cozy/minilog.git#master"
open "^7.0.2"
prop-types "^15.6.2"
react-redux "^7.2.0"
redux "^3.7.2"
redux-thunk "^2.3.0"
server-destroy "^1.0.1"
sift "^6.0.0"
url-search-params-polyfill "^7.0.0"

cozy-client@13.14.2:
version "13.14.2"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-13.14.2.tgz#5008fb975dcc750970417ea388ba6d328c7c89b9"
integrity sha512-ydzIdCHrkWtopV6xO1TWCI2qFYT+d0GrLDzWTkirc3TjuCWltS3f2ilrmAkbQU5W8aqnIpaEtXcB0lBRAhvwUw==
cozy-client@13.15.1:
version "13.15.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-13.15.1.tgz#66f13066f653b5577468167a0c3e4fd64ccc7b06"
integrity sha512-CM202LvrxC+OBr8ZBwnqekfQDuwLfZmoiO/ScNvY3DMTivw4qH08s17co+cFHvcN9I+ty9LqTR9q/ZA4wdPnjg==
dependencies:
btoa "^1.2.1"
cozy-device-helper "^1.7.3"
cozy-logger "^1.6.0"
cozy-stack-client "^13.12.1"
cozy-stack-client "^13.15.1"
isomorphic-fetch "^2.2.1"
lodash "^4.17.13"
microee "^0.0.6"
Expand Down Expand Up @@ -5235,25 +5213,7 @@ cozy-keys-lib@3.1.1:
tldjs "^2.3.1"
zxcvbn "^4.4.2"

cozy-stack-client@13.12.1:
version "13.12.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-13.12.1.tgz#9de6e2cbe3202e351f935d5e16faf2fa27cfa3af"
integrity sha512-lZhWm3XB3YpvJ6dP1IPLioSJvVQLbPl3eeIrqI6RmGWi4KyIEES6jw1xEWaO7BNLT6p27BboGedqxeZzMXoBjw==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^10.7.0:
version "10.7.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-10.7.0.tgz#2f9a886af423abe9111d6c1524104c29d2ed517f"
integrity sha512-O2z9sFwDhcbn/rZJr0f2BL3CAc2L37QMzmIlQXY/70x/SqkSd+zyFhgwfYImqlwYsByf6Mo6qwtpwv5goRj9Ig==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^13.12.1:
cozy-stack-client@^13.15.1:
version "13.15.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-13.15.1.tgz#6beb2703ab916c568b226ea5a572c0cba13d02df"
integrity sha512-ZNGphplNg98P2bFqIvYRHm7wJKpjTCVL5oed5GBKb4DDwW/CogVaYaiGfF8sfm/1AZqQWyRMfvZjLaIZtH1/QQ==
Expand All @@ -5262,28 +5222,10 @@ cozy-stack-client@^13.12.1:
mime "^2.4.0"
qs "^6.7.0"

cozy-ui@35.28.0:
version "35.28.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-35.28.0.tgz#d0e1d02924df15b4c46cefd6b4407552980ae3e9"
integrity sha512-udF40VMSZc2XpXidGgK2MrN1mipvmfTSzWPjpyCDdXoTfxckeHwmR04yW+vDncbM1kpDxVRn3XxJOFUOouuQFQ==
dependencies:
"@babel/runtime" "^7.3.4"
body-scroll-lock "^2.5.8"
classnames "^2.2.5"
date-fns "^1.28.5"
hammerjs "^2.0.8"
node-polyglot "^2.2.2"
normalize.css "^7.0.0"
react-hot-loader "^4.3.11"
react-markdown "^4.0.8"
react-pdf "^4.0.5"
react-select "2.2.0"
react-swipeable-views "0.13.3"

cozy-ui@35.31.0-beta.1:
version "35.31.0-beta.1"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-35.31.0-beta.1.tgz#d25502afd9ca2cc171e600c30cd9a1fc6387d2c8"
integrity sha512-LHzU6aBkBqJU+eEfLidQNmL4f7Fb/PKyDlVSgzXN9VSCcJ38DPGuMcD8ugnQY2lV2apIizzxBIaD6TbCeswt1Q==
cozy-ui@35.32.0:
version "35.32.0"
resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-35.32.0.tgz#5432df74ec6f7920a2a9096174f1a34858f8bd6a"
integrity sha512-W/FZj1hX4RDLf1Ji6feu/68bz127sQQ3XE98hynCtB9nKBiTSt9Lwy9QxAW/JcexxRxtgMPu+0l7j3yha8P/fA==
dependencies:
"@babel/runtime" "^7.3.4"
body-scroll-lock "^2.5.8"
Expand Down Expand Up @@ -13695,7 +13637,7 @@ react-jsonschema-form@1.8.0:
react-lifecycles-compat "^3.0.4"
shortid "^2.2.14"

react-lifecycles-compat@^3.0.0, react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4:
react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"

Expand Down Expand Up @@ -13735,19 +13677,6 @@ react-redux@7.1.1, react-redux@^7.0.3:
prop-types "^15.7.2"
react-is "^16.9.0"

react-redux@^5.0.7:
version "5.1.2"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-5.1.2.tgz#b19cf9e21d694422727bf798e934a916c4080f57"
integrity sha512-Ns1G0XXc8hDyH/OcBHOxNgQx9ayH3SPxBnFCOidGKSle8pKihysQw2rG/PmciUQRoclhVBO8HMhiRmGXnDja9Q==
dependencies:
"@babel/runtime" "^7.1.2"
hoist-non-react-statics "^3.3.0"
invariant "^2.2.4"
loose-envify "^1.1.0"
prop-types "^15.6.1"
react-is "^16.6.0"
react-lifecycles-compat "^3.0.0"

react-redux@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.0.tgz#f970f62192b3981642fec46fd0db18a074fe879d"
Expand Down

0 comments on commit 6216e62

Please sign in to comment.