-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat: bump lib packages to latest #2176
Conversation
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.
Had a quick test locally, noticed no regressions.
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.
@gomesalexandre I am getting a diff when running yarn
:
-"@shapeshiftoss/[email protected]", "@shapeshiftoss/[email protected]", "@shapeshiftoss/hdwallet-core@latest":
+"@shapeshiftoss/[email protected]", "@shapeshiftoss/hdwallet-core@latest":
version "1.25.0"
resolved "https://registry.yarnpkg.com/@shapeshiftoss/hdwallet-core/-/hdwallet-core-1.25.0.tgz#97b4e29f124ef6600f182af33e620b10bb4b0e60"
integrity sha512-o4o9ww4ux7NmoBIjT3AlP6gmxKzRHvyfxpkVGuaM5bHuPa44GItO5duZwK9s38QqC0EX4z8USG1/44E2e+YaXw==
@@ -3841,7 +3841,7 @@
rxjs "^6.4.0"
type-assertions "^1.1.0"
-"@shapeshiftoss/hdwallet-core@^1.27.0":
+"@shapeshiftoss/[email protected]", "@shapeshiftoss/hdwallet-core@^1.27.0":
version "1.27.0"
resolved "https://registry.yarnpkg.com/@shapeshiftoss/hdwallet-core/-/hdwallet-core-1.27.0.tgz#63ab356040f00980fbbc5d60435a7a8ea697fc7b"
integrity sha512-NmucwcYTB3uq2SmsWK6rg+bywpDDn6CFAiiYkDR52CxSxxfKSWNkV0Pq+ZeHTvd5NZ9VGL2fft4WXGMjQ0fyzA==
Interesting, I ran |
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.
yee this is happy with no lockfile changes
Description
This bumps
investor-foxy
,investor-yearn
,market-service
, andhdwallet
packages to latest.Included releases:
@shapeshiftoss/[email protected]
@shapeshiftoss/[email protected]
@shapeshiftoss/[email protected]
@shapeshiftoss/[email protected]
@shapeshiftoss/[email protected]
(and other hdwallet packages)@shapeshiftoss/[email protected]
(and other hdwallet packages)Notice
Pull Request Type
Issue (if applicable)
N/A
Risk
None. This brings no user-facing changes, all bumps are either isolated and/or not consumed in web yet.
Testing
yarn dev
should work without webpack CLI/console errors, and the app should work with no regressionsScreenshots (if applicable)