Recreate package-lock.json using Node.js 8.9.3 & npm 5.6.0#4075
Conversation
|
Looking at this PR what I notice is: • Various Jest modules have been reordered, • Lots of module hashes switching from • Quite a few packages have minor semantic version bump, so that's probably a good thing to get a few packages updated that have had minor bugs fixed and had a new minor release released. • The diff stats are |
|
We have now e2e tests which give a better confidence about such changes. Speaking myself, I'm fine with merging this one. |
|
Have you checked if it has impact on the bundles size for Gutenberg build files? I guess it shouldn't have, but better to double check. |
|
Testing: This branch: |
Description
Follow up to #4073
This PR regenerates the
package-lock.jsonvianpm installusing Node.js8.9.3and npm5.6.0How Has This Been Tested?
Tested using
npm testScreenshots (jpeg or gifs if applicable):
Types of changes
Checklist: