Skip to content

Commit e3b8623

Browse files
chore: upgrade WalletConnect dependencies (#2385)
* chore: upgrade WalletConnect dependencies * chore: upgrade version * bump version --------- Co-authored-by: Joaquim Verges <joaquim.verges@gmail.com>
1 parent 17559e5 commit e3b8623

File tree

2 files changed

+603
-100
lines changed

2 files changed

+603
-100
lines changed

packages/walletconnect/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/walletconnect",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"description": "WalletConnect SDK module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -56,10 +56,10 @@
5656
"license": "MIT",
5757
"devDependencies": {
5858
"typescript": "^5.4.5",
59-
"@walletconnect/types": "^2.17.3"
59+
"@walletconnect/types": "^2.21.10"
6060
},
6161
"dependencies": {
62-
"@walletconnect/ethereum-provider": "^2.17.3",
62+
"@walletconnect/ethereum-provider": "^2.21.10",
6363
"@web3-onboard/common": "^2.4.1",
6464
"joi": "17.9.1",
6565
"rxjs": "^7.5.2"

0 commit comments

Comments
 (0)