-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
fix: update "headers-polyfill" and "@mswjs/interceptors" to fix "/lib" issue #1407
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 579cff9:
|
184a7d6
to
579cff9
Compare
"@open-draft/until": "^1.0.3", | ||
"@types/cookie": "^0.4.1", | ||
"@types/js-levenshtein": "^1.1.1", | ||
"chalk": "4.1.1", | ||
"chokidar": "^3.4.2", | ||
"cookie": "^0.4.2", | ||
"graphql": "^15.0.0 || ^16.0.0", | ||
"headers-polyfill": "^3.0.4", | ||
"headers-polyfill": "^3.1.0", |
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 still have a dependency on 3.0
from page-with
but I'm migrating from page-with
in #1342. It doesn't affect runtime in any way, it's a testing setup thing.
Released: v0.47.3 🎉This has been released in v0.47.3! Make sure to always update to the latest version ( Predictable release automation by @ossjs/release. |
@lagolast, can you please try full re-install (delete msw -> add msw)? |
my bad, forget about it :P |
Updating to
headers-polyfill
version that supports ESM. A part of a larger ESM support #1399.