1.0.2 • Published 16 days ago

@adambirse123/package-updater v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
16 days ago

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
1.0.2

16 days ago

1.0.1

16 days ago

1.0.0

16 days ago