Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/walletconnect",
"version": "2.6.2",
"version": "2.6.3",
"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.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -56,10 +56,10 @@
"license": "MIT",
"devDependencies": {
"typescript": "^5.4.5",
"@walletconnect/types": "^2.17.3"
"@walletconnect/types": "^2.21.10"
},
"dependencies": {
"@walletconnect/ethereum-provider": "^2.17.3",
"@walletconnect/ethereum-provider": "^2.21.10",
"@web3-onboard/common": "^2.4.1",
"joi": "17.9.1",
"rxjs": "^7.5.2"
Expand Down
Loading