File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
** npm-check-updates upgrades your package.json dependencies to the _ latest_ versions, ignoring specified versions.**
8
8
9
- - maintains existing semantic versioning _ policies_ , i.e. ` "express ": "^4 .0.0 " ` to ` "express ": "^5.0 .0" ` .
9
+ - maintains existing semantic versioning _ policies_ , i.e. ` "react ": "^16 .0.4 " ` to ` "react ": "^18.2 .0" ` .
10
10
- _ only_ modifies package.json file. Run ` npm install ` to update your installed packages and package-lock.json.
11
+ - clean output
12
+ - sensible defaults
13
+ - lots of options for custom behavior
14
+ - CLI and module usage
15
+ - compatible with ` npm ` , ` yarn ` , and ` pnpm `
11
16
12
17
![ npm-check-updates-screenshot] ( https://github.com/raineorshine/npm-check-updates/blob/main/.github/screenshot.png?raw=true )
13
18
14
19
- Red = major upgrade (and all [ major version zero] ( https://semver.org/#spec-item-4 ) )
15
20
- Cyan = minor upgrade
16
21
- Green = patch upgrade
17
22
18
- You may also want to consider [ npm-check] ( https://github.com/dylang/npm-check ) . Similar purpose, different features.
19
-
20
23
## Installation
21
24
22
25
Install globally:
You can’t perform that action at this time.
0 commit comments