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:
Igor Minar 2015-10-29 17:58:42 -07:00
parent bcfb0732f9
commit b354b79b50
2 changed files with 20012 additions and 13060 deletions

File diff suppressed because it is too large Load Diff

20563
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff