Skip to content

Commit

Permalink
feat: Update cozy-client from 41.2.0 to 42.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Oct 26, 2023
1 parent 8a02f77 commit 1c5c816
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/cozy/cozy-home#readme",
"dependencies": {
"@cozy/minilog": "1.0.0",
"cozy-client": "^41.2.0",
"cozy-client": "^42.0.0",
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "3.0.1",
Expand Down
5 changes: 2 additions & 3 deletions src/components/Services.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useMemo } from 'react'
import PropTypes from 'prop-types'
import sortBy from 'lodash/sortBy'
import { connect } from 'react-redux'
import { useClient, useAppsInMaintenance, useQuery } from 'cozy-client'
import { useAppsInMaintenance, useQuery } from 'cozy-client'
import { queryConnect } from 'cozy-client'
import keyBy from 'lodash/keyBy'
import has from 'lodash/has'
Expand All @@ -27,8 +27,7 @@ import {

export const Services = ({ installedKonnectors, suggestedKonnectorsQuery }) => {
const { t } = useI18n()
const client = useClient()
const appsAndKonnectorsInMaintenance = useAppsInMaintenance(client)
const appsAndKonnectorsInMaintenance = useAppsInMaintenance()
const appsAndKonnectorsInMaintenanceBySlug = keyBy(
appsAndKonnectorsInMaintenance,
'slug'
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9010,16 +9010,16 @@ [email protected]:
pouchdb-browser "7.0.0"
pouchdb-find "7.0.0"

cozy-client@^41.2.0:
version "41.2.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-41.2.0.tgz#a2d72fabe6ba1be4bf5fee39a52a953b9c1dd6c1"
integrity sha512-e/YYLE06/kpW7s9qGxEmhvILcRRLs3oZhIDyGmsQfJbmsCthfAxCc291qLQwcqdDVzG8gEi/UNfUySJhqbEAYQ==
cozy-client@^42.0.0:
version "42.0.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-42.0.0.tgz#f23d53709be264ab67fb4b5e98f9a3ec5bd292d1"
integrity sha512-rgm06z39XyFDP2pk9X+zjEgDZ3KnuNCWlvdbIfz3wAkI9+TvJbMa7D/eUREbLG5iCCT4pROcLxwpZ8rwGyN4Yw==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^41.2.0"
cozy-stack-client "^42.0.0"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -9279,6 +9279,15 @@ cozy-stack-client@^41.2.0:
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^42.0.0:
version "42.0.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-42.0.0.tgz#3af9ff207e4361a25f609c75d40f6c238bf2ee34"
integrity sha512-ltsSdmR9WfNPc5HBJlXDW4I+w/JeCISsVgT6+CAUb6DHWqXJAtm8re2NWi8Y5d1gBLdqW+2J1fkme0YU8VXpkA==
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 1c5c816

Please sign in to comment.