sdu-react-scripts-update-deps 1.2.5
Install from the command line:
Learn more about npm packages
$ npm install @elseu/sdu-react-scripts-update-deps@1.2.5
Install via package.json:
"@elseu/sdu-react-scripts-update-deps": "1.2.5"
About this version
Helper script to update dependencies in your package.json, by default it's set to @elseu
-packages.
dependencies
and devDependencies
- if you want to have the peerDependencies
updated as well, check the --all-flag
For easily update your dependencies, install this package globally:
npm install @elseu/sdu-react-scripts-update-deps --global
Or add it to your project package.json
:
{
"scripts": {
"dev:deps": "sdu-deps"
}
}
The tool makes use of the Commander package. To view the available options, run:
$ sdu-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:
sdu-deps -p@babel
or sdu-deps --prefix=@babel
- this would update all the packages starting with @babel
-s
or --stable-only
If the packages should only be updated to the latest stable versions, so will skip version with a prerelease-postfix.
-d
or --dryrun
This will prevent the package.json
be updated and only output the versions that would be changed.
--silent
Don't output any logging information
-a
or --all
This will also update the peerDependencies
, by default these will be ignored.
Details
- sdu-react-scripts-update-deps
-
elseu
- over 2 years ago
- MIT
- 7 dependencies
Assets
- sdu-react-scripts-update-deps-1.2.5.tgz
Download activity
- Total downloads 120
- Last 30 days 0
- Last week 0
- Today 0