-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update @walletconnect v2 dependencies #3398
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3398 +/- ##
==========================================
- Coverage 81.20% 81.20% -0.01%
==========================================
Files 636 636
Lines 22299 22299
Branches 4028 4028
==========================================
- Hits 18109 18108 -1
- Misses 4128 4129 +1
Partials 62 62
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
yarn.lock
Outdated
"@walletconnect/time@^1.0.1": | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/time/-/time-1.0.1.tgz#645f596887e67c56522edbc2b170d46a97c87ce0" | ||
integrity sha512-LtNtHupTNranehLMh8Z/JN6xVySysSoJNjNCQ0ML+hOUkim5QX/VdvfovSpaX9qA2b95u7bIuTcq0O3UBk7Iyw== | ||
|
||
"@walletconnect/[email protected]", "@walletconnect/types@^2.1.3": | ||
version "2.1.3" | ||
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.1.3.tgz#a225b860cdf166e9453849b2d01e5b48f1ecb065" | ||
integrity sha512-HItCM50xzMclFIpEsNX6WxMsZCKK+gUmInodTmuSJhJEy4Dc3/77bHJu3TSv/Ql4eNDcDFQ7GAIuXhn2rBGaHw== | ||
"@walletconnect/time@^1.0.2": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should help yarn deduplicate these (and more below) by manually removing them and re-running yarn install
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! i updated :D
Description
As the title
Test plan
n/a - the WC flows are covered by e2e tests
Related issues
Backwards compatibility
Y