Skip to content

Commit

Permalink
fix(deps): update walletconnect to v2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 88ae1d8 commit 7c675d1
Show file tree
Hide file tree
Showing 8 changed files with 15,945 additions and 12,120 deletions.
4 changes: 2 additions & 2 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@tanstack/react-query": "5.24.8",
"@wagmi/connectors": "5.1.5",
"@wagmi/core": "2.13.4",
"@walletconnect/ethereum-provider": "2.15.1",
"@walletconnect/utils": "2.15.1",
"@walletconnect/ethereum-provider": "2.15.2",
"@walletconnect/utils": "2.15.2",
"@web3modal/base": "workspace:*",
"@web3modal/ethers": "workspace:*",
"@web3modal/ethers5": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}
},
"dependencies": {
"@walletconnect/utils": "2.14.0",
"@walletconnect/utils": "2.15.2",
"@web3modal/common": "workspace:*",
"@web3modal/core": "workspace:*",
"@web3modal/polyfills": "workspace:*",
Expand Down Expand Up @@ -115,9 +115,9 @@
"@wallet-standard/base": "1.0.1",
"@wallet-standard/features": "1.0.3",
"@wallet-standard/wallet": "1.0.1",
"@walletconnect/ethereum-provider": "2.15.1",
"@walletconnect/ethereum-provider": "2.15.2",
"@walletconnect/types": "2.13.3",
"@walletconnect/universal-provider": "2.15.0",
"@walletconnect/universal-provider": "2.15.2",
"ethers": "6.13.0",
"ethers5": "npm:[email protected]",
"react": "18.2.0",
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.15.1",
"@walletconnect/utils": "2.15.1",
"@walletconnect/ethereum-provider": "2.15.2",
"@walletconnect/utils": "2.15.2",
"@web3modal/base": "workspace:*",
"@web3modal/common": "workspace:*",
"@web3modal/wallet": "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.15.1",
"@walletconnect/utils": "2.15.1",
"@walletconnect/ethereum-provider": "2.15.2",
"@walletconnect/utils": "2.15.2",
"@web3modal/base": "workspace:*",
"@web3modal/common": "workspace:*",
"@web3modal/polyfills": "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.15.1",
"@walletconnect/utils": "2.15.2",
"@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 @@ -60,7 +60,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.2",
"@web3modal/base": "workspace:*",
"@web3modal/common": "workspace:*",
"@web3modal/core": "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 @@ -52,8 +52,8 @@
"test": "vitest run --dir tests"
},
"dependencies": {
"@walletconnect/ethereum-provider": "2.15.1",
"@walletconnect/utils": "2.15.1",
"@walletconnect/ethereum-provider": "2.15.2",
"@walletconnect/utils": "2.15.2",
"@web3modal/polyfills": "workspace:*",
"@web3modal/base": "workspace:*",
"@web3modal/wallet": "workspace:*",
Expand Down
28,039 changes: 15,932 additions & 12,107 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 7c675d1

Please sign in to comment.