Skip to content

sqlzzy/deps-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deps-updater

This is a package for identifying and updating outdated dependencies.

Installation

$ 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

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.

Support versions Node

^18.18.0 || ^20.9.0 || >=21.1.0

Author

Sergey Osipov

License

MIT