@adambirse123/package-updater
v1.0.2
Published
Automatically update your package.json dependencies, excluding those explicitly blacklisted.
Downloads
20
Maintainers
Readme
Package Updater
Requirements
brew install jq
Usage
- 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