--dry-run
(alias: -d
)
Run through without making any changes.
--force
If false, will error out if installed packages are incompatible with the update.
--all
Whether to update all packages in package.json.
--next
Use the largest version, including beta and RCs.
--migrate-only
Only perform a migration, does not update the installed version.
--from
Version from which to migrate from. Only available with a single package being updated, and only on migration only.
--to
Version up to which to apply migrations. Only available with a single package being updated, and only on migrations only. Requires from to be specified. Default to the installed version detected.
--registry
The NPM registry to use.