Modifies the package.json files in your project, updating versions to what is specified in the deps map.
The dep-types can be specified, if the default of [devDependencies, dependencies] is not desired.
Additionally, you may use the version 'latest' to use the latest version published to npm.
Modifies the package.json files in your project, updating versions to what is specified in the
deps
map. The dep-types can be specified, if the default of[devDependencies, dependencies]
is not desired.Additionally, you may use the version
'latest'
to use the latest version published to npm.