Skip to content

Commit

Permalink
feat: Upgrade cozy-dataproxy-lib to ``
Browse files Browse the repository at this point in the history
`cozy-dataproxy-lib` has been upgraded to `3.4.0` in order to allow
waiting for the SearchEngine initialization

Related PR: cozy/cozy-libs#2730
  • Loading branch information
Ldoppea committed Feb 11, 2025
1 parent db310f8 commit 535ddb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 39 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"base-64": "^1.0.0",
"cozy-client": "^53.0.0",
"cozy-clisk": "^0.38.1",
"cozy-dataproxy-lib": "^3.2.0",
"cozy-dataproxy-lib": "^3.4.0",
"cozy-device-helper": "^2.7.0",
"cozy-flags": "^3.2.0",
"cozy-intent": "^2.23.0",
Expand Down
42 changes: 4 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8743,31 +8743,6 @@ cozy-client@^53.0.0:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-client@^53.0.0:
version "53.2.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-53.2.0.tgz#e7e17dcd1bf235c12aae2d381c4201cae50d23b2"
integrity sha512-2DFhaNmagUJm2TpcOq81vLZL9J+IXGPSwccZQFQyoEWVK33n9vLzA09/zQs0XaUq+W3Hqq2mwZpjt8JjDSoSEQ==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^53.2.0"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
microee "^0.0.6"
node-fetch "^2.6.1"
node-polyglot "2.4.2"
open "7.4.2"
prop-types "^15.6.2"
react-redux "^7.2.0"
redux "3 || 4"
redux-thunk "^2.3.0"
server-destroy "^1.0.1"
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-clisk@^0.38.1:
version "0.38.1"
resolved "https://registry.yarnpkg.com/cozy-clisk/-/cozy-clisk-0.38.1.tgz#0b42f723ebed7ef32c13cf6eac3a8bc241dc52c1"
Expand All @@ -8782,10 +8757,10 @@ cozy-clisk@^0.38.1:
p-wait-for "^5.0.2"
post-me "^0.4.5"

cozy-dataproxy-lib@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/cozy-dataproxy-lib/-/cozy-dataproxy-lib-3.2.0.tgz#863066a4a69bb74e00b0909f50d93cf87e9e6a36"
integrity sha512-Mk+b2TIu/7qI9lVQftmHKfbvbhFLr35INFXCeXBvRVKK19Euc56ucvvs2pPCu7ByeJsRETOWUXcEeuvyFW3AIQ==
cozy-dataproxy-lib@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/cozy-dataproxy-lib/-/cozy-dataproxy-lib-3.4.0.tgz#67b852b0f6a7586dac1bce8bd29d31d96446a1bd"
integrity sha512-OVf16ysV804JEtIRiSS+b7yUoN1HrsW1kgwuKIQMWzI/4K4EGuMRhSiWGFE5Un9HLkJnY4way5b3FOlkXUVvVw==
dependencies:
classnames "2.5.1"
comlink "4.4.1"
Expand Down Expand Up @@ -8866,15 +8841,6 @@ cozy-stack-client@^53.2.0:
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^53.2.0:
version "53.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-53.2.0.tgz#434479d6617e4dd6c8135fcdc95f2697b0103692"
integrity sha512-iaK1LMMrBJJd10Y116xV9V9MORig6LtEmm6Jn9W821w+hkBkpV/QIKQHTEcerxyiydcqXQBm0c6jaFzmgTmL+g==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

[email protected]:
version "1.2.0"
resolved "https://registry.yarnpkg.com/cozy-tsconfig/-/cozy-tsconfig-1.2.0.tgz#17e61f960f139fae4d26cbac2254b9ab632b269e"
Expand Down

0 comments on commit 535ddb8

Please sign in to comment.