-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add missing transitive peer dependencies #724
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Signed-off-by: Sora Morimoto <[email protected]>
bff76f5
to
47c93c7
Compare
In other words, two packages that test-esm-exports expects as peer dependencies were missing. |
Codecov Report
@@ Coverage Diff @@
## main #724 +/- ##
=======================================
Coverage 82.51% 82.51%
=======================================
Files 40 40
Lines 7765 7765
Branches 456 456
=======================================
Hits 6407 6407
Misses 1352 1352
Partials 6 6 |
@luwes This fixes a dependency issue that was missed due to some rude npm flaws. There is no direct impact to the user, just to keep the codebase right. |
@luwes Unrelated to this PR, my goal this week is to share a PR about the build infrastructure around TypeScript! It should probably fix all the problems from last time nicely! |
No description provided.