Skip to content

sdu-react-scripts-update-deps 1.2.4-develop.2

Install from the command line:
Learn more about npm packages
$ npm install @elseu/sdu-react-scripts-update-deps@1.2.4-develop.2
Install via package.json:
"@elseu/sdu-react-scripts-update-deps": "1.2.4-develop.2"

About this version

Update Deps

Helper script to update dependencies in your package.json, by default it's set to @elseu-packages.

⚠️ By default it will only update the dependencies and devDependencies - if you want to have the peerDependencies updated as well, check the --all-flag

Using sdu-react-scripts-update-deps package

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"
  }
}

Options

The tool makes use of the Commander package. To view the available options, run:

$ sdu-deps --help

Prefix

-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

Stable only

-s or --stable-only If the packages should only be updated to the latest stable versions, so will skip version with a prerelease-postfix.

Dryrun

-d or --dryrun
This will prevent the package.json be updated and only output the versions that would be changed.

Silent

--silent
Don't output any logging information

With peerDependencies

-a or --all This will also update the peerDependencies, by default these will be ignored.

Details


Assets

  • sdu-react-scripts-update-deps-1.2.4-develop.2.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0