Skip to content

Commit

Permalink
feat: Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Jan 8, 2025
1 parent 98caab5 commit ad31d2a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"cozy-devtools": "^1.2.1",
"cozy-doctypes": "^1.90.0",
"cozy-flags": "^3.2.2",
"cozy-harvest-lib": "^30.8.1",
"cozy-harvest-lib": "^32.2.6",
"cozy-intent": "^2.29.1",
"cozy-interapp": "^0.9.0",
"cozy-keys-lib": "^6.0.0",
Expand All @@ -95,7 +95,7 @@
"cozy-realtime": "^5.0.0",
"cozy-sharing": "^16.17.0",
"cozy-ui": "^116.0.0",
"cozy-viewer": "^12.0.1",
"cozy-viewer": "^13.0.0",
"date-fns": "2.30.0",
"flexsearch": "0.7.31",
"leaflet": "1.7.1",
Expand Down
8 changes: 4 additions & 4 deletions src/components/Views/HarvestRoutes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import {
} from 'src/queries'

import { useQuery } from 'cozy-client'
import { Routes } from 'cozy-harvest-lib'
import { HarvestRoutes } from 'cozy-harvest-lib'
import datacardOptions from 'cozy-harvest-lib/dist/datacards/datacardOptions'

const HarvestRoutes = () => {
const Routes = () => {
const { connectorSlug } = useParams()
const navigate = useNavigate()

Expand Down Expand Up @@ -41,7 +41,7 @@ const HarvestRoutes = () => {
const onDismiss = () => navigate('..')

return (
<Routes
<HarvestRoutes
konnector={konnectorWithTriggers}
konnectorSlug={connectorSlug}
datacardOptions={datacardOptions}
Expand All @@ -54,4 +54,4 @@ const HarvestRoutes = () => {
)
}

export default HarvestRoutes
export default Routes
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5388,24 +5388,25 @@ cozy-flags@^3.2.2:
dependencies:
microee "^0.0.6"

cozy-harvest-lib@^30.8.1:
version "30.8.1"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-30.8.1.tgz#5176dae4f80efc1b6a4ca71bcb71b934e1d0ed83"
integrity sha512-A9H1ZUuokDBusP+/j5XQs9Do36tDQUuKt8ZUC/KEPdmgCbL8tZvAIbtfNKMJZ79eo5mZKghomuptDdGcSnyKOw==
cozy-harvest-lib@^32.2.6:
version "32.2.6"
resolved "https://registry.yarnpkg.com/cozy-harvest-lib/-/cozy-harvest-lib-32.2.6.tgz#bda1f623af5cef1f0a90af5bdabf974223aba698"
integrity sha512-Q/wonMdu+wKxgu+iQqla3qLxrxcFHH+kg0EFxcITTXQai2mJl/ezh29yszbqvL5hURE8hIUcBLVd7l3yYV/2uw==
dependencies:
"@cozy/minilog" "^1.0.0"
classnames "^2.3.1"
cozy-bi-auth "0.0.25"
cozy-doctypes "^1.97.1"
cozy-logger "^1.16.1"
date-fns "^1.30.1"
date-fns "2.30.0"
final-form "^4.18.5"
lodash "^4.17.19"
microee "^0.0.6"
node-polyglot "^2.4.0"
react-final-form "^3.7.0"
react-json-print "^0.1.3"
react-markdown "^4.2.2"
react-redux "7.2.2"
use-deep-compare-effect "^1.8.1"
uuid "^3.3.2"

Expand Down Expand Up @@ -5641,10 +5642,10 @@ cozy-ui@^116.0.0:
react-swipeable-views "^0.13.3"
rooks "^5.11.2"

cozy-viewer@^12.0.1:
version "12.0.1"
resolved "https://registry.yarnpkg.com/cozy-viewer/-/cozy-viewer-12.0.1.tgz#b07baf1529d8e1e617d3d095faffa98fb5af0c30"
integrity sha512-N9qDFqV1cBNqGlekoyHlMMJvx8u0gBQWwzo1xseghQLMDd42Nm2puI34boypptyVZf/7F6XnbIUmxMmWrjQDpQ==
cozy-viewer@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/cozy-viewer/-/cozy-viewer-13.0.0.tgz#4bc1c6315bdd5b66eb6b2546fb2fb588213549c0"
integrity sha512-bHmMinbRk130VcfCWa1GuX+fw5KWyhOc1KD8dvn1H1lVmzThC4MOe/G7/UBCsRusAAIOtqNLq8QHeDvlInaklA==
dependencies:
classnames "^2.2.5"
hammerjs "^2.0.8"
Expand Down Expand Up @@ -13204,7 +13205,7 @@ [email protected]:
react-is "^16.6.0"
react-lifecycles-compat "^3.0.0"

react-redux@^7.2.0:
react-redux@7.2.2, react-redux@^7.2.0:
version "7.2.2"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.2.tgz#03862e803a30b6b9ef8582dadcc810947f74b736"
integrity sha512-8+CQ1EvIVFkYL/vu6Olo7JFLWop1qRUeb46sGtIMDCSpgwPQq8fPLpirIB0iTqFe9XYEFPHssdX8/UwN6pAkEA==
Expand Down

0 comments on commit ad31d2a

Please sign in to comment.