HK: Update yarn.lock
Created by: oleggromov
What's up
After doing yarn
on the current main
(294b8a0f28a90765a5d6ed089eb0cae2c814f82a
), there's no longer a [email protected]
in the yarn.lock
.
I couldn't easily find by browsing change history what caused it but I am assuming some peer deps got updated and this change hasn't been committed.
This fixes it.
Test plan
- Pull the
main
branch - Run
yarn
- See that the dependency is indeed missing
App preview:
Check out the client app preview documentation to learn more.