Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Feb 14, 2024
1 parent d32f532 commit 5196b06
Show file tree
Hide file tree
Showing 9 changed files with 234 additions and 664 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/use-sync-external-store": "^0.0.3",
"@viem/anvil": "^0.0.7",
"@vitest/coverage-v8": "^1.2.2",
"@wagmi/cli": "beta",
"@wagmi/cli": "^2.1.1",
"dprint": "^0.42.5",
"ethers": "^5.7.0",
"happy-dom": "^12.10.3",
Expand All @@ -65,7 +65,8 @@
"typescript": "5.0.4",
"vitest": "^1.2.2",
"@testing-library/react-hooks": "^8.0.1",
"@tanstack/react-query": ">=5.0.0"
"@tanstack/react-query": ">=5.0.0",
"@wagmi/connectors": "^4.1.14"
},
"scripts": {
"build": "pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types",
Expand Down Expand Up @@ -99,11 +100,11 @@
},
"peerDependencies": {
"@tanstack/react-query": ">=5.0.0",
"@wagmi/core": "beta",
"@wagmi/core": "^2.6.5",
"op-viem": "1.3.1-alpha",
"typescript": ">=5.0.4",
"viem": "beta",
"wagmi": "beta"
"viem": "^2.7.9",
"wagmi": "^2.5.7"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
Loading

0 comments on commit 5196b06

Please sign in to comment.