Skip to content

Commit

Permalink
upgrade ts and linting libs (#2408)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 authored Aug 16, 2024
1 parent e8165df commit b67bc0d
Show file tree
Hide file tree
Showing 3 changed files with 1,014 additions and 425 deletions.
1 change: 1 addition & 0 deletions components/QuorumProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const QuorumProgress = ({
).toLocaleString(undefined, {
maximumFractionDigits: 0,
})} ${(progress ?? 0) > 0 ? 'more' : ''} ${voteKindTitle} vote${
//@ts-ignore
(votesRequired ?? 0) > 1 ? 's' : ''
} required`}</p>
) : (
Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@
"tsconfig-paths": "3.14.1",
"urql": "3.0.3",
"yup": "0.32.11",
"zustand": "3.7.2",
"@solana/promises": "2.0.0-canary-20240812091942"
"zustand": "3.7.2"
},
"devDependencies": {
"@lavamoat/allow-scripts": "2.3.0",
Expand All @@ -188,15 +187,15 @@
"@types/js-cookie": "3.0.2",
"@types/node": "14.14.25",
"@types/react": "17.0.44",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "2.0.0",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-unused-imports": "4.1.3",
"husky": "8.0.1",
"jest": "29.2.0",
"jest-environment-jsdom": "29.2.2",
Expand All @@ -209,7 +208,7 @@
"ts-jest": "29.0.3",
"ts-loader": "9.3.1",
"twin.macro": "2.4.0",
"typescript": "4.9.5",
"typescript": "5.5.4",
"yarn-deduplicate": "6.0.0"
},
"babelMacros": {
Expand Down
Loading

0 comments on commit b67bc0d

Please sign in to comment.