Skip to content

Commit

Permalink
fix: loose wagmi connector dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Dec 19, 2023
1 parent c904351 commit 94adb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wagmi-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@wagmi/connectors": "^4.0.0-beta.8",
"@web3modal/polyfills": "3.6.0-alpha.0",
"@web3modal/scaffold": "3.6.0-alpha.0",
"@web3modal/scaffold-react": "3.6.0-alpha.0",
"@web3modal/scaffold-utils": "3.6.0-alpha.0",
"@web3modal/scaffold-vue": "3.6.0-alpha.0",
"@web3modal/wallet": "3.6.0-alpha.0",
"@tanstack/react-query": "5.14.1",
"@wagmi/connectors": "4.0.0-beta.8",
"@wagmi/core": "2.0.0-beta.8",
"viem": "2.0.0-beta.15"
},
Expand Down

0 comments on commit 94adb7f

Please sign in to comment.