|
11 | 11 | "dependencies": { |
12 | 12 | "@headlessui/react": "^2.2.0", |
13 | 13 | "@heroicons/react": "^2.2.0", |
14 | | - "@rainbow-me/rainbowkit": "^2.2.3", |
15 | | - "@tanstack/react-query": "^5.66.6", |
16 | | - "@wagmi/connectors": "5.7.7", |
17 | | - "@wagmi/core": "2.16.7", |
| 14 | + "@rainbow-me/rainbowkit": "^2.2.4", |
| 15 | + "@tailwindcss/postcss": "^4.0.14", |
| 16 | + "@tanstack/react-query": "^5.69.0", |
| 17 | + "@wagmi/connectors": "^5.7.11", |
| 18 | + "@wagmi/core": "^2.16.7", |
18 | 19 | "encoding": "^0.1.13", |
19 | 20 | "ethers": "^6.13.5", |
20 | | - "next": "^15.1.7", |
| 21 | + "next": "^15.2.3", |
21 | 22 | "pino-pretty": "^13.0.0", |
22 | 23 | "react": "^19.0.0", |
23 | 24 | "react-dom": "^19.0.0", |
24 | | - "viem": "2.23.2", |
25 | | - "wagmi": "2.14.11" |
| 25 | + "viem": "^2.23.13", |
| 26 | + "wagmi": "^2.14.15" |
26 | 27 | }, |
27 | 28 | "devDependencies": { |
28 | | - "@types/node": "^22.13.4", |
29 | | - "@types/react": "^19.0.10", |
| 29 | + "@types/node": "^22.13.10", |
| 30 | + "@types/react": "^19.0.12", |
30 | 31 | "@types/react-dom": "^19.0.4", |
31 | | - "autoprefixer": "^10.4.20", |
32 | | - "eslint": "^9.20.1", |
33 | | - "eslint-config-next": "^15.1.7", |
34 | | - "postcss": "^8.4.47", |
35 | | - "tailwindcss": "^3.4.14", |
36 | | - "typescript": "^5.7.3" |
| 32 | + "autoprefixer": "^10.4.21", |
| 33 | + "eslint": "^9.22.0", |
| 34 | + "eslint-config-next": "^15.2.3", |
| 35 | + "postcss": "^8.5.3", |
| 36 | + "tailwindcss": "^4.0.14", |
| 37 | + "typescript": "^5.8.2" |
| 38 | + }, |
| 39 | + "resolutions": { |
| 40 | + "@walletconnect/utils": "^2.19.1", |
| 41 | + "elliptic": "6.6.1" |
37 | 42 | }, |
38 | 43 | "browser": { |
39 | 44 | "net": false |
|
0 commit comments