diff --git a/packages/web/package.json b/packages/web/package.json index 9a83785..775096b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -16,7 +16,7 @@ "@capacitor/core": "^8.3.0", "@pantha/react": "workspace:*", "@privy-io/react-auth": "^3.11.0", - "@privy-io/wagmi": "^3.0.0", + "@privy-io/wagmi": "^4.0.4", "@tanstack/react-query": "^5.90.19", "@tanstack/react-router": "^1.151.3", "@types/katex": "^0.16.8", @@ -24,33 +24,33 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "katex": "^0.16.38", - "lucide-react": "^0.562.0", - "marked": "^14.1.2", + "lucide-react": "^1.8.0", + "marked": "^18.0.0", "marked-katex-extension": "^5.1.7", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router-dom": "^7.12.0", "sonner": "^2.0.7", "vaul": "^1.1.2", - "viem": "2.47.6", + "viem": "2.47.12", "wagmi": "^3.5.0", "web-haptics": "^0.0.6" }, "devDependencies": { - "@eslint/js": "^9.39.1", + "@eslint/js": "^10.0.1", "@tailwindcss/postcss": "^4.1.18", - "@types/node": "^24.10.1", + "@types/node": "^25.6.0", "@types/react": "^19.2.5", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^5.1.1", + "@vitejs/plugin-react": "^6.0.1", "autoprefixer": "^10.4.23", - "eslint": "^9.39.1", + "eslint": "^10.2.0", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-refresh": "^0.4.24", - "globals": "^16.5.0", + "eslint-plugin-react-refresh": "^0.5.2", + "globals": "^17.4.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", - "typescript": "~5.9.3", + "typescript": "~6.0.2", "typescript-eslint": "^8.46.4", "vite": "npm:rolldown-vite@7.2.5" },