npm outdated
npm-outdated | npm Docs
yarn add <package>
npx -p npm-check-updates -c "ncu" # 確認 npx -p npm-check-updates -c "ncu -u" # アップデート yarn install
yarn upgrade-interactive # or yarn upgrade-interactive --latest
yarn upgrade | Yarn