Skip to content

Commit

Permalink
fix(deps): update walletconnect to v2.15.0 (#2675)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Enes <[email protected]>
  • Loading branch information
renovate[bot] and enesozturk authored Aug 16, 2024
1 parent 7a4937f commit 5727b89
Show file tree
Hide file tree
Showing 7 changed files with 745 additions and 158 deletions.
4 changes: 2 additions & 2 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@tanstack/react-query": "5.24.8",
"@wagmi/connectors": "5.1.2",
"@wagmi/core": "2.13.1",
"@walletconnect/ethereum-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@walletconnect/ethereum-provider": "2.15.0",
"@walletconnect/utils": "2.15.0",
"@web3modal/ethers": "workspace:*",
"@web3modal/siwe": "workspace:*",
"@web3modal/solana": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "4.0.3",
"@walletconnect/ethereum-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@walletconnect/ethereum-provider": "2.15.0",
"@walletconnect/utils": "2.15.0",
"@web3modal/common": "workspace:*",
"@web3modal/wallet": "workspace:*",
"@web3modal/polyfills": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/ethers5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@coinbase/wallet-sdk": "4.0.3",
"@walletconnect/ethereum-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@walletconnect/ethereum-provider": "2.15.0",
"@walletconnect/utils": "2.15.0",
"@web3modal/common": "workspace:*",
"@web3modal/polyfills": "workspace:*",
"@web3modal/scaffold": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/siwe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@walletconnect/utils": "2.12.0",
"@walletconnect/utils": "2.15.0",
"@web3modal/core": "workspace:*",
"@web3modal/ui": "workspace:*",
"@web3modal/common": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@wallet-standard/base": "1.0.1",
"@wallet-standard/features": "1.0.3",
"@wallet-standard/wallet": "1.0.1",
"@walletconnect/universal-provider": "2.14.0",
"@walletconnect/universal-provider": "2.15.0",
"@web3modal/common": "workspace:*",
"@web3modal/core": "workspace:*",
"@web3modal/polyfills": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@walletconnect/ethereum-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@walletconnect/ethereum-provider": "2.15.0",
"@walletconnect/utils": "2.15.0",
"@web3modal/polyfills": "workspace:*",
"@web3modal/wallet": "workspace:*",
"@web3modal/common": "workspace:*",
Expand Down
Loading

0 comments on commit 5727b89

Please sign in to comment.