Update every npm dependency to @latest
.
Note: I don't recommend this way of updating your dependencies.
- Runs
npm outdated
in the current directory. - Installs every outdated dependency using the
@latest
tag. If the version name includesexperimental
then it uses@experimental
instead.
npx actualizar