build(npm): cleanup + update npm dependencies + reshrinkwrap
In the previous commit I removed unused dependencies from package.json, but in order for the change to take effect I needed to update npm shrinkwrap as well. That got complicated because of how npm dedupes packages. Long story short, to clean up the mess I did the following: - deleted npm-shrinkwrap.json and npm-shrinkwrap.clean.json - ran: npm install - ran: npm shrinkwrap --dev && ./tools/npm/clean-npm-shrinkwrap This means that our npm-shrinkwrap now correctly reflects the constraints in package.json, but it also means that some packages got updated (within the version constrain specified in package.json). Some dependencies were intentionally not updated. e.g. mudge due to #5022
This commit is contained in:
parent
bcfb0732f9
commit
b354b79b50