1.7.2 • Published 3 years ago

updd v1.7.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

updd

VERSION LICENSE

Update package.json dependencies & devDependencies to latest version.

updd-demo

Installation

yarn add -D updd

or Global

npm i -g updd

Usage

in the package.json file directory.

updd

Config

in package.json, updd key:

client: yarn | npm, (defalut: yarn)

ignore: ['any', 'package-name'], (defalut: [])

e.g.:

{
  "name": "updd",
  "updd": {
    "client": "yarn",
    "ignore": [
      "https://github.com/SolidZORO/updd",
      "react"
    ],
    "lockDeps": {
      "chalk": "4.1.2"
    },
    "lockDevDeps": {
    }
  },
  "dependencies": {
  },
  "devDependencies": {
  }
}

Principle

Collect all dependencies and devDependencies, install, it will automatically update to the latest version.

Can be used instead of yarn upgrade-interactive to solve the non-update problem.

License

MIT © 2021

1.7.2

3 years ago

1.7.1

3 years ago

1.6.2

3 years ago

1.7.0

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago