sdu-react-scripts-update-deps 1.2.0
Install from the command line:
Learn more about npm packages
$ npm install @elseu/sdu-react-scripts-update-deps@1.2.0
Install via package.json:
"@elseu/sdu-react-scripts-update-deps": "1.2.0"
About this version
For update your dependencies add @elseu/sdu-react-scripts-update-deps
in your scripts
array in the package.json
file:
{
"scripts": {
"dev:deps": "sdu-react-scripts-update-deps"
}
}
The tool makes use of the Commander package. To view the available options, run:
$ npm run dev:deps -- --help
-p
or --prefix
What prefix the packages should have, by default it's set to @elseu
- but could also be something different.
For example:
npm run dev:deps -- -p@babel
or npm run dev:deps -- --prefix=@babel
- this would update all the packages starting with @babel
-d
or --dryrun
This will prevent the package.json
be updated and only output the versions that would be changed.
-s
or --silent
Don't output any logging information
Details
- sdu-react-scripts-update-deps
-
elseu
- over 2 years ago
- MIT
- 7 dependencies
Assets
- sdu-react-scripts-update-deps-1.2.0.tgz
Download activity
- Total downloads 1
- Last 30 days 0
- Last week 0
- Today 0