Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Jan 14, 2025
1 parent 2f1395b commit 50e20d0
Show file tree
Hide file tree
Showing 2 changed files with 1,936 additions and 3,905 deletions.
37 changes: 19 additions & 18 deletions frontend/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,43 +20,44 @@
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@liquity2/uikit": "workspace:*",
"@next/bundle-analyzer": "^15.0.3",
"@rainbow-me/rainbowkit": "^2.2.0",
"@next/bundle-analyzer": "^15.1.4",
"@rainbow-me/rainbowkit": "^2.2.2",
"@react-spring/web": "^9.7.5",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query": "^5.63.0",
"@vercel/analytics": "^1.4.1",
"@wagmi/core": "^2.14.1",
"@wagmi/core": "^2.16.3",
"abitype": "^1.0.8",
"blo": "^1.2.0",
"dnum": "^2.14.0",
"geist": "^1.3.1",
"next": "^14.2.16",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.33.5",
"ts-pattern": "^5.5.0",
"ts-pattern": "^5.6.0",
"valibot": "^0.42.1",
"viem": "^2.21.35",
"wagmi": "^2.12.25"
"viem": "^2.22.8",
"wagmi": "^2.14.7"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.25.9",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/schema-ast": "^4.1.0",
"@pandacss/dev": "^0.47.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@pandacss/dev": "^0.51.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.8.1",
"@types/node": "^22.10.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"jsdom": "^25.0.1",
"oxlint": "^0.10.3",
"tsx": "^4.16.5",
"typescript": "^5.5.4",
"oxlint": "^0.15.5",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.4",
"zx": "^8.1.9"
"vitest": "^2.1.8",
"zx": "^8.3.0"
}
}
Loading

0 comments on commit 50e20d0

Please sign in to comment.