-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
update js dependencies #9676
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
update js dependencies #9676
Conversation
"@babel/preset-env": "7.7.4", | ||
"@babel/runtime": "7.7.4", | ||
"@babel/core": "7.7.7", | ||
"@babel/plugin-transform-runtime": "7.7.6", |
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.
Why update this one version behind?
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.
No idea, it's the latest published version.
Codecov Report
@@ Coverage Diff @@
## master #9676 +/- ##
==========================================
- Coverage 42.25% 42.24% -0.02%
==========================================
Files 587 589 +2
Lines 77991 77989 -2
==========================================
- Hits 32955 32945 -10
- Misses 40995 41003 +8
Partials 4041 4041
Continue to review full report at Codecov.
|
Result of
make npm-update
. The only notable change ispostcss-cli
dropping support for node 6 and 8 but it does not affect us because we already require 10.