Currently, there is no way to use npm to easily upgrade all of your dependencies to the latest version. `npm upgrade` will simply do an `npm install module@latest` for every module in the current `package.json`, _ignoring the current semver_. I'll PR this if it's conceptually acceptable.
Currently, there is no way to use npm to easily upgrade all of your dependencies to the latest version.
npm upgradewill simply do annpm install module@latestfor every module in the currentpackage.json, ignoring the current semver.I'll PR this if it's conceptually acceptable.