Skip to content

Commit

Permalink
feat: Upgrade cozy-client and cozy-pouch-link to 52.0.0
Browse files Browse the repository at this point in the history
`cozy-client` and `cozy-pouch-link` has been upgraded to `52.0.0` in
order to retrieve the ability to enforce StackLink usage for a query

Related PR: cozy/cozy-client#1575
  • Loading branch information
Ldoppea committed Dec 20, 2024
1 parent 8b520b4 commit e3e4ca6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"@sentry/integrations": "7.114.0",
"@sentry/react-native": "5.33.1",
"base-64": "^1.0.0",
"cozy-client": "^51.7.0",
"cozy-client": "^52.0.0",
"cozy-clisk": "^0.38.1",
"cozy-device-helper": "^2.7.0",
"cozy-flags": "^3.2.0",
"cozy-intent": "^2.23.0",
"cozy-logger": "^1.10.0",
"cozy-minilog": "3.3.1",
"cozy-pouch-link": "^51.7.0",
"cozy-pouch-link": "^52.0.0",
"date-fns": "2.29.3",
"events": "^3.3.0",
"html-entities": "^2.3.3",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8683,16 +8683,16 @@ cosmiconfig@^8.1.3:
parse-json "^5.2.0"
path-type "^4.0.0"

cozy-client@^51.7.0:
version "51.7.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-51.7.0.tgz#c06393a9e13a6f2f2abcdf7cd1e4236a3e20588f"
integrity sha512-PffTajP04alPRrrWhuOdcmbqpV71nk7KQk+WkWCKXPbbjGU8NBcpLtJLLK/0IaI74DTiT0MSnwtl7fp+m0fR9w==
cozy-client@^52.0.0:
version "52.0.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-52.0.0.tgz#bedbdee24846b8cc24cd4966ec8d19dd9661c872"
integrity sha512-WRjutF8NYRjNttllxPW0w94SSwNorJuWlZrsfjNshezMPGfK8eCGTC4Kyreo21dIbg3v4yRahlIKAqdvmBlNWw==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^51.6.0"
cozy-stack-client "^52.0.0"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -8759,19 +8759,19 @@ [email protected], cozy-minilog@^3.3.1:
dependencies:
microee "0.0.6"

cozy-pouch-link@^51.7.0:
version "51.7.0"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-51.7.0.tgz#667c6c6d466fd51c89779f853ad174483e3cb57a"
integrity sha512-XSQzTWznD0YS7BFaYv3P7lCKbQb2//KILVZD+urR7IhzqzHkEr3jJux8RdaNLm2gdxvC8CQvRsoxG1v54W5sYg==
cozy-pouch-link@^52.0.0:
version "52.0.0"
resolved "https://registry.yarnpkg.com/cozy-pouch-link/-/cozy-pouch-link-52.0.0.tgz#c3dac6497ecc1af6827657a20072f03d99c3e7e9"
integrity sha512-/pEDlkgxx9R2RuThRboohTAXLLwz/uFqLWfUynne3BhvpIAZ3pupOElJfcSHhMJbbIxY4iIiJvZZWkl8TYBvRQ==
dependencies:
cozy-client "^51.7.0"
cozy-client "^52.0.0"
pouchdb-browser "^7.2.2"
pouchdb-find "^7.2.2"

cozy-stack-client@^51.6.0:
version "51.6.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-51.6.0.tgz#bd81605bdd1e68161d1143856f78bca969086575"
integrity sha512-MRBTKtBtQ6jnmS4ij+nYjgeOecSNr9Z9kCNDlKW9884JxnI4VGfpq1w+ihN3EVh3EyqD98vnaQZ8VuYr6czeVQ==
cozy-stack-client@^52.0.0:
version "52.0.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-52.0.0.tgz#b146997637facc8de55033a84fd7e4b30ea4533d"
integrity sha512-rJOUp7jcnIBEaL48+HVRF24IzYgNJYh2KLpkKFKfaNhO6oz/+dwW1VfETAKWldtNk1hMcFapbQIN58CqhGkIzA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit e3e4ca6

Please sign in to comment.