Skip to content

Commit

Permalink
Bump VocdoniSDK 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Oct 17, 2024
1 parent 3954e7d commit 633e1c0
Show file tree
Hide file tree
Showing 3 changed files with 770 additions and 38 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "^5.40.1",
"@vocdoni/chakra-components": "~0.8.3",
"@vocdoni/sdk": "~0.8.1",
"@vocdoni/sdk": "0.9.1",
"date-fns": "^3.6.0",
"ethers": "^5.7.2",
"framer-motion": "^11.2.10",
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

0 comments on commit 633e1c0

Please sign in to comment.