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

https://github.com/sqlzzy/deps-updater

Updater outdated packages
https://github.com/sqlzzy/deps-updater

installer javascript node nodejs npm npm-package package packages updater

Last synced: 17 days ago
JSON representation

Updater outdated packages

Awesome Lists containing this project

README

          

# deps-updater

This is a package for identifying and updating outdated dependencies.

## Installation

```console
$ npm install --save-dev deps-updater
```

## Usage

1. Install package
2. Add in package.json in "scripts": `"your_command": "./node_modules/deps-updater/bin/deps-updater.js"`
3. Run command in console: `npm run your_command`
4. Done! Outdated packages updated!

## Example

![example image](/media/example.png)

## File structure

- ```src/``` -- folders and files projects
- ```src/utils/``` -- folders and files with utils
- ```src/scripts/``` -- folders and files with scripts
- ```src/**/__tests__``` -- folders and files with tests for scripts

## Note

Feedback and suggestions write to the [issue](https://github.com/sqlzzy/deps-updater/issues).

## Support versions Node

`^18.18.0 || ^20.9.0 || >=21.1.0`

## Author

[Sergey Osipov](https://github.com/sqlzzy)

## License

[MIT](MIT.md)