@adambirse123/package-updater

1.0.2 • Public • Published

Package Updater

Requirements

brew install jq

Usage

  1. Add script to your package.json
 "update:blacklist": "./node_modules/@adambirse123/package-updater/update.sh"

2 Execute via via yarn (npm and pnpm not currently supported)

yarn update:blacklist

Dependencies added to the package.json will be not be updated, all other dependencies will be upgraded to their latest version

  "package-updater": {
    "black_list": [
      "react-native-localize"
    ]
  },

Roadmap

  • support for yarn, npm, pnpm etc
  • fix annoying JQ error when retrieving outdated dependencies with yarn (see update.sh)
  • support for different versions of yarn / npm etc
  • Remove requirement for jq
  • wildcard matching for blacklist

Package Sidebar

Install

npm i @adambirse123/package-updater

Weekly Downloads

358

Version

1.0.2

License

ISC

Unpacked Size

3.25 kB

Total Files

4

Last publish

Collaborators

  • adambirse