package.json パッケージのバージョンを更新する

すぐ忘れるので覚え書き。

npm-check-updates をグローバルにインストール

npm install -g npm-check-updates

package.jsonのディレクトリに移動して、下のコマンドを実行。

npm-check-updates -u

ショートハンドでも書ける

ncu -u

package.jsonが更新されたら、パッケージをアップデート。

npm update