Skip to content

Commit

Permalink
New post: Update all your package.json dependencies interactively
Browse files Browse the repository at this point in the history
  • Loading branch information
lamngockhuong authored Jul 4, 2024
1 parent 1e02700 commit b057362
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Update all your package.json dependencies interactively
author: lamngockhuong
date: 2024-07-04 11:30:00 +0700
categories: [NodeJS]
tags: [javascript, yarn, pnpm, npm, package, dependencies]
image:
path: /posts/2023/10/js.png
width: 800
height: 500
---

## Yarn

```bash
yarn upgrade-interactive
```

## Pnpm

```bash
pnpm update --interactive [--recursive] [--latest] [--prod] [--dev]
```

0 comments on commit b057362

Please sign in to comment.