Skip to content

Commit

Permalink
update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 6, 2024
1 parent 3d3e3c6 commit f9aac73
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 133 deletions.
5 changes: 5 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# Build artifacts
*.tsbuildinfo
vite.config.d.ts
vite.config.js
14 changes: 7 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@rainbow-me/rainbowkit": "^2.2.1",
"@tanstack/react-query": "^5.62.2",
"@tanstack/react-query": "^5.62.3",
"@wagmi/core": "^2.15.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.16",
"viem": "^2.21.54",
"wagmi": "^2.13.3"
"wagmi": "^2.13.4"
},
"devDependencies": {
"@types/react": "^18.3.12",
Expand All @@ -31,10 +31,10 @@
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"typescript": "~5.6.2",
"vite": "^6.0.1"
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"typescript": "~5.7.2",
"vite": "^6.0.3"
}
}
Loading

0 comments on commit f9aac73

Please sign in to comment.