Skip to content

Commit

Permalink
Merge pull request #40 from WalletConnect/fix/disconnect
Browse files Browse the repository at this point in the history
Update WalletConnect dependencies
  • Loading branch information
glitch-txs authored Aug 2, 2024
2 parents 44ec449 + 3a41116 commit 8b50408
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 105 deletions.
16 changes: 8 additions & 8 deletions packages/appkit-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/solana-adapter-ui",
"version": "0.0.4",
"version": "0.0.5",
"license": "Apache-2.0",
"type": "module",
"main": "./dist/appKitClient.js",
Expand All @@ -25,16 +25,16 @@
"up:appkit": "pnpm i @web3modal/common@latest @web3modal/polyfills@latest @web3modal/scaffold@latest @web3modal/scaffold-utils@latest @web3modal/siwe@latest @web3modal/core@latest"
},
"devDependencies": {
"@walletconnect/universal-provider": "2.13.3",
"@walletconnect/universal-provider": "2.14.0",
"typescript": "^5.5.2"
},
"dependencies": {
"@web3modal/common": "5.0.6",
"@web3modal/core": "5.0.6",
"@web3modal/polyfills": "5.0.6",
"@web3modal/scaffold": "5.0.6",
"@web3modal/scaffold-utils": "5.0.6",
"@web3modal/siwe": "5.0.6",
"@web3modal/common": "5.0.11",
"@web3modal/core": "5.0.11",
"@web3modal/polyfills": "5.0.11",
"@web3modal/scaffold": "5.0.11",
"@web3modal/scaffold-utils": "5.0.11",
"@web3modal/siwe": "5.0.11",
"bs58": "5.0.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/walletconnect-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walletconnect/solana-adapter",
"version": "0.0.4",
"version": "0.0.5",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -39,13 +39,13 @@
},
"dependencies": {
"@walletconnect/solana-adapter-ui": "workspace:*",
"@walletconnect/universal-provider": "2.13.3",
"@walletconnect/utils": "2.13.3",
"bs58": "5.0.0"
"@walletconnect/universal-provider": "2.14.0",
"@walletconnect/utils": "2.14.0",
"bs58": "6.0.0"
},
"peerDependencies": {
"@solana/web3.js": "1.x",
"@solana/wallet-adapter-base": "0.x"
"@solana/wallet-adapter-base": "0.x",
"@solana/web3.js": "1.x"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 8b50408

Please sign in to comment.