-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
bump @babel/* dev dependencies #10648
Conversation
Do we need to bump the |
@existentialism Good point! I am shot by footgun. Let's wait for the 7.7.2 release and I will update again afterwards. Note: the size change comes from |
? ["@babel/transform-runtime", { version: "7.4.4" }] | ||
? [ | ||
"@babel/transform-runtime", | ||
{ version: require("@babel/runtime/package").version }, |
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.
Good idea
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.
Actually this option is not effective until #10668 is merged, because we are always building against the lib
version of @babel/*
, which has inlined all the helper imports.
Bump
@babel/*
devDependencies to 7.7.0, after that theyarn.lock
is processed byyarn-deduplicate
.