deps-updater

1.1.4 • Public • Published

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

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i deps-updater

    Weekly Downloads

    20

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    198 kB

    Total Files

    12

    Last publish

    Collaborators

    • sqlzzy