定期更新你的应用所依赖的包(package)是个好习惯。因为依赖包的开发者更新了代码,你的应用也就能够获得提升。
为了完成这个任务需要:
package.json
npm update
npm outdated
Last modified February 13, 2023 Found a typo? Send a pull request!