Skip to content

Commit 2dceecb

Browse files
committed
Add remaining evm apis to api reference
1 parent 71dc1d7 commit 2dceecb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4683
-1913
lines changed

apps/api-reference/package.json

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,28 @@
2020
"test:unit": "jest --selectProjects unit --passWithNoTests"
2121
},
2222
"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",
2525
"@headlessui/react": "^2.0.4",
26-
"@heroicons/react": "^2.1.3",
26+
"@heroicons/react": "^2.1.4",
2727
"@mdx-js/loader": "^3.0.1",
2828
"@mdx-js/mdx": "^3.0.1",
2929
"@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",
3434
"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",
3638
"next-themes": "^0.3.0",
37-
"pino": "^9.1.0",
39+
"pino": "^9.2.0",
3840
"react": "^18.3.1",
3941
"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",
4245
"zod": "^3.23.8"
4346
},
4447
"devDependencies": {
@@ -51,16 +54,16 @@
5154
"@tailwindcss/forms": "^0.5.7",
5255
"@types/jest": "^29.5.12",
5356
"@types/mdx": "^2.0.13",
54-
"@types/node": "^20.14.0",
57+
"@types/node": "^20.14.6",
5558
"@types/react": "^18.3.3",
5659
"@types/react-dom": "^18.3.0",
5760
"autoprefixer": "^10.4.19",
58-
"eslint": "^9.4.0",
61+
"eslint": "^9.5.0",
5962
"jest": "^29.7.0",
6063
"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"
6568
}
6669
}

0 commit comments

Comments
 (0)