Skip to content

Commit

Permalink
fix(deps): update dependency wagmi to v2.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2024
1 parent 4f17869 commit 611426b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 48 deletions.
2 changes: 1 addition & 1 deletion packages/react-app-revamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"uuid": "10.0.0",
"valibot": "0.42.0",
"viem": "2.21.7",
"wagmi": "2.12.11",
"wagmi": "2.12.12",
"webpack": "5.94.0",
"zod": "3.23.8",
"zustand": "4.5.5"
Expand Down
52 changes: 5 additions & 47 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4654,35 +4654,6 @@
dependencies:
qr-code-styling "^1.6.0-rc.1"

"@metamask/[email protected]":
version "0.28.2"
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.28.2.tgz#99995a2cefd4bc6c4459869ee15c3b91ad02c488"
integrity sha512-pylk1uJAZYyO3HcNW/TNfII3+T+Yx6qrFYaC/HmuSIuRJeXsdZuExSbNQ236iQocIy3L7JjI+GQKbv3TbN+HQQ==
dependencies:
"@metamask/onboarding" "^1.0.1"
"@metamask/providers" "16.1.0"
"@metamask/sdk-communication-layer" "0.28.2"
"@metamask/sdk-install-modal-web" "0.28.1"
"@types/dom-screen-wake-lock" "^1.0.0"
"@types/uuid" "^10.0.0"
bowser "^2.9.0"
cross-fetch "^4.0.0"
debug "^4.3.4"
eciesjs "^0.3.15"
eth-rpc-errors "^4.0.3"
eventemitter2 "^6.4.7"
i18next "23.11.5"
i18next-browser-languagedetector "7.1.0"
obj-multiplex "^1.0.0"
pump "^3.0.0"
qrcode-terminal-nooctal "^0.12.1"
react-native-webview "^11.26.0"
readable-stream "^3.6.2"
rollup-plugin-visualizer "^5.9.2"
socket.io-client "^4.5.1"
util "^0.12.4"
uuid "^8.3.2"

"@metamask/[email protected]":
version "0.28.4"
resolved "https://registry.yarnpkg.com/@metamask/sdk/-/sdk-0.28.4.tgz#bb5f3849629403ec97c23e1a968c6b893ecf001c"
Expand Down Expand Up @@ -8240,19 +8211,6 @@
loupe "^2.3.7"
pretty-format "^29.7.0"

"@wagmi/[email protected]":
version "5.1.10"
resolved "https://registry.yarnpkg.com/@wagmi/connectors/-/connectors-5.1.10.tgz#316dcdbb3924c546c177b0fc287e0f591225c63f"
integrity sha512-ybgKV09PIhgUgQ4atXTs2KOy4Hevd6f972SXfx6HTgsnFXlzxzN6o0aWjhavZOYjvx5tjuL3+8Mgqo0R7uP5Cg==
dependencies:
"@coinbase/wallet-sdk" "4.0.4"
"@metamask/sdk" "0.28.2"
"@safe-global/safe-apps-provider" "0.18.3"
"@safe-global/safe-apps-sdk" "9.1.0"
"@walletconnect/ethereum-provider" "2.16.1"
"@walletconnect/modal" "2.6.2"
cbw-sdk "npm:@coinbase/[email protected]"

"@wagmi/[email protected]":
version "5.1.11"
resolved "https://registry.yarnpkg.com/@wagmi/connectors/-/connectors-5.1.11.tgz#828fd8764c4e632efe215d2b3b75415d8e601836"
Expand Down Expand Up @@ -17692,12 +17650,12 @@ w3c-keyname@^2.2.0:
resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz#7b17c8c6883d4e8b86ac8aba79d39e880f8869c5"
integrity sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==

[email protected].11:
version "2.12.11"
resolved "https://registry.yarnpkg.com/wagmi/-/wagmi-2.12.11.tgz#f2e854032650bfe6fb0eedaa1eafb695e31f800f"
integrity sha512-CtK05Hl5nKVskiwvNEtxMIAMJwI8RF+6qwVqlhypDs+Y1c30gVnNnF7ivAuVs4xzJbAsZ5LUmsrVVxUMIC0KDg==
[email protected].12:
version "2.12.12"
resolved "https://registry.yarnpkg.com/wagmi/-/wagmi-2.12.12.tgz#0780267ac473f7dfe25d887ae5186e1e3790c087"
integrity sha512-BgB8GprWJzWuq3V6vCr12kP9a+ta9AWEkoM/fjQWE90yD9YWEgYmpK/uqXNnZLymsuSfxyIFn7JhYIs+mwo/yA==
dependencies:
"@wagmi/connectors" "5.1.10"
"@wagmi/connectors" "5.1.11"
"@wagmi/core" "2.13.5"
use-sync-external-store "1.2.0"

Expand Down

0 comments on commit 611426b

Please sign in to comment.