deps-updater
v1.1.4
Published
Updater outdated packages
Downloads
21
Maintainers
Readme
deps-updater
This is a package for identifying and updating outdated dependencies.
Installation
$ npm install --save-dev deps-updater
Usage
- Install package
- Add in package.json in "scripts":
"your_command": "./node_modules/deps-updater/bin/deps-updater.js"
- Run command in console:
npm run your_command
- Done! Outdated packages updated!
Example
File structure
src/
-- folders and files projectssrc/utils/
-- folders and files with utilssrc/scripts/
-- folders and files with scriptssrc/**/__tests__
-- folders and files with tests for scripts
Note
Feedback and suggestions write to the issue.
Support versions Node
^18.18.0 || ^20.9.0 || >=21.1.0