-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 deps #1271
Update deps #1271
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1271 +/- ##
==========================================
+ Coverage 86.61% 89.31% +2.69%
==========================================
Files 77 77
Lines 4033 4406 +373
==========================================
+ Hits 3493 3935 +442
+ Misses 540 471 -69
Continue to review full report at Codecov.
|
@devongovett Have you pushed these changes to npm? While trying to install parcel-bundler using yarn, I'm getting error that is supposed to be fixed in this commit. error upath@1.0.2: The engine "node" is incompatible with this module. Expected version ">=4 <=9". |
This PR updates some dependencies to fix some node 10 issues, as well as update htmlnano, which got updated to have safe defaults. Therefore default config is removed.
Closes #1266