Skip to content

Commit 15af477

Browse files
authored
Merge pull request #2202 from blocknative/wc/bump_deps
Update WC versions to fix docs build
2 parents 0fe8cb4 + b0f69e4 commit 15af477

File tree

4 files changed

+174
-123
lines changed

4 files changed

+174
-123
lines changed

docs/yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@
748748
sha.js "^2.4.11"
749749

750750
"@coinbase/wallet-sdk@^3.9.3", "cbw-sdk@npm:@coinbase/wallet-sdk@3.9.3":
751+
name cbw-sdk
751752
version "3.9.3"
752753
resolved "https://registry.yarnpkg.com/@coinbase/wallet-sdk/-/wallet-sdk-3.9.3.tgz#daf10cb0c85d0363315b7270cb3f02bedc408aab"
753754
integrity sha512-N/A2DRIf0Y3PHc1XAMvbBUu4zisna6qAdqABMZwBMNEfWrXpAwx16pZGkYCLGE+Rvv1edbcB2LYDRnACNcmCiw==
@@ -4925,9 +4926,9 @@
49254926
"@web3-onboard/common" "^2.3.1"
49264927

49274928
"@web3-onboard/capsule@^2.0.3":
4928-
version "2.0.3-alpha.2"
4929-
resolved "https://registry.yarnpkg.com/@web3-onboard/capsule/-/capsule-2.0.3-alpha.2.tgz#75b171f5ec6db14d74688a273481304fb2682147"
4930-
integrity sha512-tRgr3YT/8l1xOtmv+SijcXYkXB3C5tJCFFme2byXFg/y6pSmFoyWPcEXIrwTbmFxrAoGXfTBC6TwxLsApgceBg==
4929+
version "2.0.3"
4930+
resolved "https://registry.yarnpkg.com/@web3-onboard/capsule/-/capsule-2.0.3.tgz#f1b4a5d7a04d33ee1bfc92b009d8f606bc6ce2d2"
4931+
integrity sha512-0LDADjaeyFm0Uyaw/246GgsQkkOBP+09/uHaHDW/VQbh2Ji4mj20BwJeMj89fCYIkE9efUHd89r4Sey0tKjDuA==
49314932
dependencies:
49324933
"@tanstack/react-query" "^5.29.0"
49334934
"@usecapsule/react-sdk" "^2.3.1"
@@ -5067,9 +5068,9 @@
50675068
"@infinitywallet/infinity-connector" "^1.0.6"
50685069

50695070
"@web3-onboard/injected-wallets@^2.10.17":
5070-
version "2.10.17-alpha.1"
5071-
resolved "https://registry.yarnpkg.com/@web3-onboard/injected-wallets/-/injected-wallets-2.10.17-alpha.1.tgz#41f3d6983ea579740c47cda1e04adc726b40f2c6"
5072-
integrity sha512-dbj/ghgy3FBhcO01QoTYGSjAVtX5qRJhUD7YSJC+y9G0lyjr7v/XeuXI2RNRO18XRP4lr2yw8PlYJo5uAZ6HyQ==
5071+
version "2.10.17"
5072+
resolved "https://registry.yarnpkg.com/@web3-onboard/injected-wallets/-/injected-wallets-2.10.17.tgz#7234962a6dec68352eb868cc778c98c68b83ccd5"
5073+
integrity sha512-jq7ZqzTWWUPD52jh0oQWz9FpCWi7LY0eLYxXU9FKB+7aZx4S4v/5yHoX4uhS0pHH8SdDzGfLwZqgIKHkC1OMUg==
50735074
dependencies:
50745075
"@web3-onboard/common" "^2.3.3"
50755076
joi "17.9.1"
@@ -5122,9 +5123,9 @@
51225123
rxjs "^7.5.2"
51235124

51245125
"@web3-onboard/metamask@^2.0.7":
5125-
version "2.0.7-alpha-1"
5126-
resolved "https://registry.yarnpkg.com/@web3-onboard/metamask/-/metamask-2.0.7-alpha-1.tgz#62dd1616eb6441cf01983ff60ad9448d2ad729bc"
5127-
integrity sha512-B2n03aiwwawndyhp8PYOb9wzJrgLLPEtKmwwODnUF15i6dbiqnUVZQDEEg6T00UEKyN/hPzVR7uQbYnH6rLIaA==
5126+
version "2.0.7"
5127+
resolved "https://registry.yarnpkg.com/@web3-onboard/metamask/-/metamask-2.0.7.tgz#c41aa7ba37a9842a59587e2124fd5141f5eafdfd"
5128+
integrity sha512-EZChJfHjjLPUfTZcj1NF2P7dOA9lYAj9pbu2jZNy9Nqhc5+YU0VAASmztN6PU6MJoHs7VLLmGeQNV0qbdAO3Lw==
51285129
dependencies:
51295130
"@metamask/sdk" "^0.20.3"
51305131
"@web3-onboard/common" "^2.3.3"

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@web3-onboard/trust": "^2.0.3",
6060
"@web3-onboard/uauth": "^2.1.2",
6161
"@web3-onboard/venly": "^2.0.0",
62-
"@web3-onboard/walletconnect": "^2.5.5",
62+
"@web3-onboard/walletconnect": "^2.5.6-alpha.1",
6363
"@web3-onboard/web3auth": "^2.2.2",
6464
"@web3-onboard/xdefi": "^2.0.5",
6565
"@web3-onboard/zeal": "^2.0.3",

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.5.5",
3+
"version": "2.5.6-alpha.1",
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": "^4.5.5",
59-
"@walletconnect/types": "^2.12.2"
59+
"@walletconnect/types": "^2.13.0"
6060
},
6161
"dependencies": {
62-
"@walletconnect/ethereum-provider": "^2.12.2",
62+
"@walletconnect/ethereum-provider": "^2.13.0",
6363
"@web3-onboard/common": "^2.3.3",
6464
"joi": "17.9.1",
6565
"rxjs": "^7.5.2"

0 commit comments

Comments
 (0)