|
20 | 20 | "test:unit": "jest --selectProjects unit --passWithNoTests"
|
21 | 21 | },
|
22 | 22 | "dependencies": {
|
23 |
| - "@amplitude/analytics-browser": "^2.8.1", |
24 |
| - "@floating-ui/react": "^0.26.16", |
| 23 | + "@amplitude/analytics-browser": "^2.9.0", |
| 24 | + "@floating-ui/react": "^0.26.17", |
25 | 25 | "@headlessui/react": "^2.0.4",
|
26 |
| - "@heroicons/react": "^2.1.3", |
| 26 | + "@heroicons/react": "^2.1.4", |
27 | 27 | "@mdx-js/loader": "^3.0.1",
|
28 | 28 | "@mdx-js/mdx": "^3.0.1",
|
29 | 29 | "@mdx-js/react": "^3.0.1",
|
30 |
| - "@next/mdx": "^14.2.3", |
31 |
| - "@next/third-parties": "^14.2.3", |
32 |
| - "@pythnetwork/pyth-sdk-solidity": "^3.1.0", |
33 |
| - "@wagmi/core": "^2.10.5", |
| 30 | + "@next/mdx": "^14.2.4", |
| 31 | + "@next/third-parties": "^14.2.4", |
| 32 | + "@pythnetwork/pyth-sdk-solidity": "workspace:^", |
| 33 | + "@tanstack/react-query": "^5.45.1", |
34 | 34 | "clsx": "^2.1.1",
|
35 |
| - "next": "^14.2.3", |
| 35 | + "connectkit": "^1.8.2", |
| 36 | + "cryptocurrency-icons": "^0.18.1", |
| 37 | + "next": "^14.2.4", |
36 | 38 | "next-themes": "^0.3.0",
|
37 |
| - "pino": "^9.1.0", |
| 39 | + "pino": "^9.2.0", |
38 | 40 | "react": "^18.3.1",
|
39 | 41 | "react-dom": "^18.3.1",
|
40 |
| - "shiki": "^1.6.2", |
41 |
| - "viem": "^2.13.3", |
| 42 | + "shiki": "^1.7.0", |
| 43 | + "viem": "^2.15.1", |
| 44 | + "wagmi": "^2.10.4", |
42 | 45 | "zod": "^3.23.8"
|
43 | 46 | },
|
44 | 47 | "devDependencies": {
|
|
51 | 54 | "@tailwindcss/forms": "^0.5.7",
|
52 | 55 | "@types/jest": "^29.5.12",
|
53 | 56 | "@types/mdx": "^2.0.13",
|
54 |
| - "@types/node": "^20.14.0", |
| 57 | + "@types/node": "^20.14.6", |
55 | 58 | "@types/react": "^18.3.3",
|
56 | 59 | "@types/react-dom": "^18.3.0",
|
57 | 60 | "autoprefixer": "^10.4.19",
|
58 |
| - "eslint": "^9.4.0", |
| 61 | + "eslint": "^9.5.0", |
59 | 62 | "jest": "^29.7.0",
|
60 | 63 | "postcss": "^8.4.38",
|
61 |
| - "prettier": "^3.3.0", |
62 |
| - "tailwindcss": "^3.4.3", |
63 |
| - "typescript": "^5.4.5", |
64 |
| - "vercel": "^34.2.4" |
| 64 | + "prettier": "^3.3.2", |
| 65 | + "tailwindcss": "^3.4.4", |
| 66 | + "typescript": "^5.5.2", |
| 67 | + "vercel": "^34.2.7" |
65 | 68 | }
|
66 | 69 | }
|
0 commit comments