Skip to content

Commit

Permalink
feat: Upgrade cozy-realtime to latest
Browse files Browse the repository at this point in the history
Old version broke cozy-banks CI because of old minilog
  • Loading branch information
acezard committed Feb 28, 2022
1 parent daf73c4 commit 0f4dc87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"cozy-device-helper": "^1.16.1",
"cozy-flags": "2.4.1",
"cozy-interapp": "0.4.9",
"cozy-realtime": "3.2.1",
"cozy-realtime": "^4.0.5",
"cozy-ui": "^51.8.0",
"hammerjs": "2.0.8",
"lodash.debounce": "4.0.8",
Expand Down
25 changes: 13 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3916,6 +3916,13 @@ cozy-device-helper@^1.12.0, cozy-device-helper@^1.16.1:
dependencies:
lodash "^4.17.19"

cozy-device-helper@^1.17.0:
version "1.17.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.17.0.tgz#fbce9737ea83c67969b2b173163b37299a36283c"
integrity sha512-G61i75dPe/JwLUxN0foWG34lnm+0iybMu05AjoXv/UU2fRsTPfNnsHH4ZRi5JS6OPK4ccuj+ffRmabdywo23TA==
dependencies:
lodash "^4.17.19"

cozy-device-helper@^1.8.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.10.0.tgz#86c102d32b012f648dbce36cc6031d3895ee95a2"
Expand Down Expand Up @@ -3962,12 +3969,13 @@ cozy-logger@^1.6.0:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-realtime@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/cozy-realtime/-/cozy-realtime-3.2.1.tgz#b22cb9468566ae691edfa0383efbab3071a2f01e"
integrity sha512-Ff1vQ8vxam5aH9GmL6+YgEApV40aku7Z84yTdfcEUaOYo4OJ+n40P0EUsQoqgpA2suGONdUfvJ+FnS0aha+9nw==
cozy-realtime@^4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/cozy-realtime/-/cozy-realtime-4.0.5.tgz#61115917229092353264e8a94791f8a7219ec08c"
integrity sha512-ZsoEtnqneABu7+J/lTtCTFgNCNnXbruJo5LWKXZq0T6B2FFAH5AwbJCHSoOFftk3IUYEqAaZaLSdTmxalO06SQ==
dependencies:
minilog "3.1.0"
"@cozy/minilog" "^1.0.0"
cozy-device-helper "^1.17.0"

cozy-stack-client@^27.19.0:
version "27.19.0"
Expand Down Expand Up @@ -9012,13 +9020,6 @@ [email protected]:
schema-utils "^1.0.0"
webpack-sources "^1.1.0"

[email protected]:
version "3.1.0"
resolved "https://registry.yarnpkg.com/minilog/-/minilog-3.1.0.tgz#d2d0f1887ca363d1acf0ea86d5c4df293b3fb675"
integrity sha1-0tDxiHyjY9Gs8OqG1cTfKTs/tnU=
dependencies:
microee "0.0.6"

minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
Expand Down

0 comments on commit 0f4dc87

Please sign in to comment.