Skip to content

Commit

Permalink
fix(deps): update walletconnect to v2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent ab354d9 commit c2af637
Show file tree
Hide file tree
Showing 7 changed files with 207 additions and 37 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.5",
"@wagmi/core": "2.13.4",
"@walletconnect/ethereum-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"@walletconnect/ethereum-provider": "2.15.1",
"@walletconnect/utils": "2.15.1",
"@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.1",
"@walletconnect/utils": "2.15.1",
"@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.1",
"@walletconnect/utils": "2.15.1",
"@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.14.0",
"@walletconnect/utils": "2.15.1",
"@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.15.0",
"@walletconnect/universal-provider": "2.15.1",
"@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.1",
"@walletconnect/utils": "2.15.1",
"@web3modal/polyfills": "workspace:*",
"@web3modal/wallet": "workspace:*",
"@web3modal/common": "workspace:*",
Expand Down
Loading

0 comments on commit c2af637

Please sign in to comment.