Skip to content

Commit

Permalink
chore(deps): bump wagmi from 0.7.12 to 0.7.13 (#303)
Browse files Browse the repository at this point in the history
Bumps [wagmi](https://github.com/wagmi-dev/wagmi/tree/HEAD/packages/react) from 0.7.12 to 0.7.13.
- [Release notes](https://github.com/wagmi-dev/wagmi/releases)
- [Changelog](https://github.com/wagmi-dev/wagmi/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/wagmi-dev/wagmi/commits/wagmi@0.7.13/packages/react)

---
updated-dependencies:
- dependency-name: wagmi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sasi.eth <me@sasi.codes>
  • Loading branch information
dependabot[bot] and sasicodes authored Nov 8, 2022
1 parent a8dc88e commit 8e3b851
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-icons": "^4.6.0",
"react-mentions": "^4.4.7",
"uuid": "^9.0.0",
"wagmi": "^0.7.12",
"wagmi": "^0.7.13",
"zod": "^3.19.1",
"zustand": "^4.1.4"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3685,10 +3685,10 @@
dependencies:
"@seznam/compose-react-refs" "^1.0.4"

"@wagmi/core@^0.6.11":
version "0.6.11"
resolved "https://registry.yarnpkg.com/@wagmi/core/-/core-0.6.11.tgz#7a9aa8781ed759cdaca3c8874bb732d26a682cc4"
integrity sha512-K9QWsm0yBK5agETUaGHyOQi/SttDoSpx0igiHeXSsI6W8Dq2Qml/IfQfjJ+C8Ays5bm63cbauuUs1DUzwJFN9Q==
"@wagmi/core@^0.6.12":
version "0.6.12"
resolved "https://registry.yarnpkg.com/@wagmi/core/-/core-0.6.12.tgz#19d35424840a8c9f5396869e24464e2137ea8fc2"
integrity sha512-RYwjfzFlZ8cljrlZ6+monaWKmtVQYALutlrESP/CYklGg+3DAjwv7n95EU5gS7Y9mvZbiLKZxg4XjFB3mVohfA==
dependencies:
abitype "^0.1.7"
eventemitter3 "^4.0.7"
Expand Down Expand Up @@ -9830,16 +9830,16 @@ vlq@^2.0.4:
resolved "https://registry.yarnpkg.com/vlq/-/vlq-2.0.4.tgz#6057b85729245b9829e3cc7755f95b228d4fe041"
integrity sha512-aodjPa2wPQFkra1G8CzJBTHXhgk3EVSwxSWXNPr1fgdFLUb8kvLV1iEb6rFgasIsjP82HWI6dsb5Io26DDnasA==

wagmi@^0.7.12:
version "0.7.12"
resolved "https://registry.yarnpkg.com/wagmi/-/wagmi-0.7.12.tgz#d0f284955ea3d5c9c2a380e3f693ef688f8064ad"
integrity sha512-9z4GMpm+dJXMVpvvUpurXPvcosiWK2ivgF1BuO/wlCrvkwgBRVhtP+EbkJpJfP1Wrfl13S2UOfBESQIStDU3Mg==
wagmi@^0.7.13:
version "0.7.13"
resolved "https://registry.yarnpkg.com/wagmi/-/wagmi-0.7.13.tgz#4212c13df3ea94f2753376370cec11bbef0e7be5"
integrity sha512-CXPxWFSl4Ot2KyosC+ocGT4LJ1ZkQ60hUldx8LO1ioEitXVWctopgCvcj5rnXglUkNgtC0lN1XFDsmtJtc01QQ==
dependencies:
"@coinbase/wallet-sdk" "^3.5.3"
"@tanstack/query-sync-storage-persister" "^4.10.1"
"@tanstack/react-query" "^4.10.1"
"@tanstack/react-query-persist-client" "^4.10.1"
"@wagmi/core" "^0.6.11"
"@wagmi/core" "^0.6.12"
"@walletconnect/ethereum-provider" "^1.8.0"
abitype "^0.1.7"
use-sync-external-store "^1.2.0"
Expand Down

0 comments on commit 8e3b851

Please sign in to comment.