An open API service indexing awesome lists of open source software.

https://github.com/javierbyte/actualizar

Update every npm dependency to `@latest`.
https://github.com/javierbyte/actualizar

Last synced: 6 days ago
JSON representation

Update every npm dependency to `@latest`.

Awesome Lists containing this project

README

        

# actualizar
Update every npm dependency to `@latest`.

**Note: I don't recommend this way of updating your dependencies.**

1. Runs `npm outdated` in the current directory.
2. Installs every outdated dependency using the `@latest` tag.
If the version name includes `experimental` then it uses `@experimental` instead.

```
npx actualizar
```