Skip to content

Commit

Permalink
fix(deps): update dependency cozy-client to v13.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and acezard committed Aug 28, 2021
1 parent 51c1ad7 commit f46c241
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/cozy-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/cli": "7.12.1",
"@babel/polyfill": "7.12.1",
"babel-preset-cozy-app": "^1.11.0",
"cozy-client": "13.15.1",
"cozy-client": "13.21.0",
"cozy-ui": "40.9.1",
"cssnano-preset-advanced": "^4.0.7",
"date-fns": "^1.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-doctypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/core": "7.12.3",
"babel-preset-cozy-app": "^1.11.0",
"btoa": "1.2.1",
"cozy-client": "13.15.1",
"cozy-client": "13.21.0",
"cozy-client-js": "0.19.0",
"cozy-stack-client": "13.15.1",
"eslint-plugin-node": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/cli": "7.12.1",
"babel-plugin-rewire": "1.2.0",
"babel-preset-cozy-app": "^1.11.0",
"cozy-client": "13.15.1",
"cozy-client": "13.21.0",
"jest-cli": "24.9.0",
"mock-socket": "9.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/playgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@material-ui/core": "3.9.4",
"@material-ui/lab": "^3.0.0-alpha.30",
"cozy-authentication": "^2.6.2",
"cozy-client": "13.15.1",
"cozy-client": "13.21.0",
"cozy-device-helper": "^1.12.0",
"cozy-doctypes": "^1.82.2",
"cozy-realtime": "^3.13.0",
Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5504,19 +5504,19 @@ cozy-client-js@0.19.0:
pouchdb-browser "7.0.0"
pouchdb-find "7.0.0"

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==
cozy-client@13.21.0:
version "13.21.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-13.21.0.tgz#931e3056c933d0760567c734641e3c830381328d"
integrity sha512-Rv0Uv7iJdyRDCjFqOj0O1wUlwtCdrWv4QPHqu9uRlltsGuAIXi/bPaFFT3xB6YucdjnPwcd8hjLgCoAGWWbw+A==
dependencies:
btoa "^1.2.1"
cozy-device-helper "^1.7.3"
cozy-logger "^1.6.0"
cozy-stack-client "^13.15.1"
cozy-stack-client "^13.20.2"
isomorphic-fetch "^2.2.1"
lodash "^4.17.13"
microee "^0.0.6"
minilog "https://github.com/cozy/minilog.git#master"
minilog "git+https://github.com/cozy/minilog.git#master"
open "^7.0.2"
prop-types "^15.6.2"
react-redux "^7.2.0"
Expand Down Expand Up @@ -5691,7 +5691,7 @@ cozy-keys-lib@3.8.0:
tldjs "^2.3.1"
zxcvbn "^4.4.2"

cozy-stack-client@13.15.1, cozy-stack-client@^13.15.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 @@ -5700,6 +5700,15 @@ cozy-stack-client@13.15.1, cozy-stack-client@^13.15.1:
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^13.20.2:
version "13.20.2"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-13.20.2.tgz#2ff55f93dca809b7ec82ec0afc88a3bc041383c1"
integrity sha512-9j52p+0/kw5CAO42hPCqjV1ESwU/My79bfjF96wZRrGMFAciL+gGQy4wVeTpPlYvWIGIIbchFrUl8rQVkMVWYA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^16.12.0:
version "16.12.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-16.12.0.tgz#243d35058e2660f3923721ae91ae272a46d7e6ba"
Expand Down Expand Up @@ -11894,6 +11903,13 @@ mini-html-webpack-plugin@^0.2.3:
dependencies:
webpack-sources "^1.1.0"

"minilog@git+https://github.com/cozy/minilog.git#master":
version "3.1.0"
uid "6da0aa58759c4f1a1a7e0fd093dbe2a67c035c55"
resolved "git+https://github.com/cozy/minilog.git#6da0aa58759c4f1a1a7e0fd093dbe2a67c035c55"
dependencies:
microee "0.0.6"

"minilog@https://github.com/cozy/minilog.git#master":
version "3.1.0"
resolved "https://github.com/cozy/minilog.git#f01f7d9dfe20981177dd34b9662c2f077d818f82"
Expand Down

0 comments on commit f46c241

Please sign in to comment.