|
21 | 21 | "@status-im/icons": "workspace:*", |
22 | 22 | "@status-im/status-network": "workspace:*", |
23 | 23 | "@tanstack/react-table": "^8.21.3", |
| 24 | + "@status-im/wallet": "workspace:*", |
| 25 | + "@tanstack/react-query": "5.66.0", |
24 | 26 | "@vercel/analytics": "^1.5.0", |
| 27 | + "connectkit": "^1.9.0", |
25 | 28 | "cva": "1.0.0-beta.1", |
26 | 29 | "framer-motion": "^12.0.6", |
27 | | - "next": "15.1.6", |
| 30 | + "next": "15.3.0", |
28 | 31 | "next-mdx-remote": "^5.0.0", |
29 | | - "react": "^19.0.0", |
30 | | - "react-dom": "^19.0.0", |
31 | 32 | "react-hook-form": "^7.45.1", |
| 33 | + "pino-pretty": "^13.1.1", |
| 34 | + "react": "19.1.0", |
| 35 | + "react-dom": "19.1.0", |
32 | 36 | "rehype-slug": "^6.0.0", |
33 | 37 | "siwe": "^2.3.2", |
34 | 38 | "ts-pattern": "^5.6.2", |
35 | 39 | "viem": "^2.21.1", |
36 | | - "zod": "^3.21.4" |
| 40 | + "zod": "^3.21.4", |
| 41 | + "wagmi": "2.15.2" |
37 | 42 | }, |
38 | 43 | "devDependencies": { |
39 | 44 | "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
40 | 45 | "@next/eslint-plugin-next": "15.3.0", |
41 | 46 | "@status-im/eslint-config": "workspace:*", |
42 | 47 | "@types/node": "^20", |
43 | | - "@types/react": "^19", |
44 | | - "@types/react-dom": "^19", |
| 48 | + "@types/react": "19.1.0", |
| 49 | + "@types/react-dom": "19.1.0", |
45 | 50 | "eslint-config-next": "15.1.6", |
46 | 51 | "eslint-plugin-tailwindcss": "^3.17.4", |
47 | 52 | "lint-staged": "^15.4.3", |
|
0 commit comments