0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

yarn upgrade-interactiveが便利すぎる

Posted at

はじめに

yarn upgrade-interactiveを使えば、依存関係の更新が楽になります✨

これ何?

パッケージを選んで更新できる便利なコマンドです。

yarn upgrade-interactive

実行すると↓みたいな画面が出ます。

yarn upgrade-interactive
 Press <up>/<down> to select packages.            Press <enter> to install.
 Press <left>/<right> to select versions.         Press <ctrl+c> to abort.
? Pick the packages you want to upgrade.          Current          Range            Latest
   next ---------------------------------------- ◉ 14.2.5 ------- ◯ 15.1.3 -------
   prisma -------------------------------------- ◉ 5.22.0 -------                  ◯ 6.14.0 -------
 > typescript ---------------------------------- ◉ 5.8.3 -------- ◯ 5.9.2 --------
   react --------------------------------------- ◉ 18.3.1 ------- ◯ 19.0.0 -------

矢印で移動して、Enterするだけ!簡単ですね😊

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?