Skip to content

Commit

Permalink
Improve update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Nov 19, 2024
1 parent 806df0c commit eacedcd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/pages/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

All templates are designed to be updated easily. This page will guide you through the process of updating your project.

## 🧩 Automatic
## 🏋️ Bulk Update

**[npm-check-updates](npm-check-updates)** is a tool that allows you to automatically update your project's dependencies. To use it, run the following command in your project's root directory:
**[npm-check-updates](https://github.com/raineorshine/npm-check-updates)** is a tool that allows you to automatically update your project's dependencies. To use it, run the following command in your project's root directory:

```bash
npx --yes npm-check-updates --packageManager npm --target minor -u
Expand All @@ -13,3 +13,7 @@ npx --yes npm-check-updates --packageManager npm --target minor -u
## 🛠 Manual

**[Version Lens](https://marketplace.visualstudio.com/items?itemName=pflannery.vscode-versionlens)** is a Visual Studio Code extension that allows you to see and update your project's dependencies.

## 🔗 References

- [How to Update NPM Dependencies](https://www.freecodecamp.org/news/how-to-update-npm-dependencies/)

0 comments on commit eacedcd

Please sign in to comment.