Skip to content

Commit

Permalink
Upgrade packages (#11)
Browse files Browse the repository at this point in the history
* Bump packages

* Bump VocdoniSDK 0.9.1

* Bump packages

* Unfix Vocdoni SDK version
  • Loading branch information
selankon authored Oct 17, 2024
1 parent 2310261 commit adf3567
Show file tree
Hide file tree
Showing 3 changed files with 1,661 additions and 783 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"@emotion/styled": "^11.10.6",
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "^5.40.1",
"@vocdoni/chakra-components": "~0.8.3",
"@vocdoni/sdk": "~0.8.1",
"date-fns": "^3.6.0",
"@vocdoni/chakra-components": "~0.9.6",
"@vocdoni/sdk": "~0.9.1",
"date-fns": "^4.1.0",
"ethers": "^5.7.2",
"framer-motion": "^11.2.10",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-i18next": "^14.1.2",
"react-i18next": "^15.0.3",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
Expand Down
4 changes: 2 additions & 2 deletions src/components/Process/Chained.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Box, Progress } from '@chakra-ui/react'
import { ConnectButton } from '@rainbow-me/rainbowkit'
import { ElectionQuestions, ElectionResults, SpreadsheetAccess } from '@vocdoni/chakra-components'
import { ElectionProvider, useElection } from '@vocdoni/react-providers'
import { ArchivedElection, InvalidElection, IVotePackage, PublishedElection, VocdoniSDKClient } from '@vocdoni/sdk'
import { InvalidElection, IVotePackage, PublishedElection, VocdoniSDKClient } from '@vocdoni/sdk'
import { useEffect, useState } from 'react'
import { Trans } from 'react-i18next'
import { VoteButton } from './Aside'
Expand Down Expand Up @@ -69,7 +69,7 @@ const ChainedProcessesInner = ({ connected }: ChainedProcessesInnerProps) => {
}

type ChainedProcessesProps = {
root?: PublishedElection | ArchivedElection | InvalidElection
root?: PublishedElection | InvalidElection
}

export const ChainedProcesses = ({ root }: ChainedProcessesProps) => {
Expand Down
Loading

1 comment on commit adf3567

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.