Update package.json dependencies to the latest version

安装: npm install -g npm-check-updates

use:

Check the latest version of dependencies in package.json: ncu

Update dependencies to new version: ncu -u

Update all dependencies to the latest version (including the currently specified version range that satisfies the latest version number, such as ^4.2.0 -> ^4.3.0): ncu -a

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325461917&siteId=291194637