Skip to content

Commit

Permalink
Merge pull request #83 from kleros/feat/update-packages-across-v2-apps
Browse files Browse the repository at this point in the history
feat: update package versions across v2 apps
  • Loading branch information
alcercu authored Oct 9, 2024
2 parents 4f14169 + f1ecbcd commit d208c9a
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 98 deletions.
8 changes: 4 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@netlify/functions": "^1.6.0",
"@types/amqplib": "^0.10.4",
"@types/busboy": "^1.5.3",
"@types/react": "18.2.0",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.18",
"@types/react-modal": "^3.16.3",
"@types/styled-components": "^5.1.34",
Expand All @@ -64,6 +64,7 @@
"lru-cache": "^7.18.3",
"supabase": "^1.133.3",
"typescript": "^5.3.3",
"vite": "^5.4.2",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
Expand Down Expand Up @@ -92,9 +93,9 @@
"moment": "^2.30.1",
"overlayscrollbars": "^2.4.6",
"overlayscrollbars-react": "^0.5.3",
"react": "^18.2.0",
"react": "^18.3.1",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^3.1.4",
"react-identicons": "^1.2.5",
"react-is": "^18.2.0",
Expand All @@ -108,7 +109,6 @@
"siwe": "^2.3.2",
"styled-components": "^5.3.11",
"viem": "^2.1.0",
"vite": "^5.2.10",
"wagmi": "^2.12.8"
}
}
Loading

0 comments on commit d208c9a

Please sign in to comment.