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`.
- Host: GitHub
- URL: https://github.com/javierbyte/actualizar
- Owner: javierbyte
- License: bsd-3-clause
- Created: 2021-08-21T03:20:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T22:15:49.000Z (almost 4 years ago)
- Last Synced: 2025-04-22T09:45:24.916Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```