From eacedcd8644b2b1ebcf0dd7b3375721286f188d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BCp?= Date: Tue, 19 Nov 2024 05:20:27 +0300 Subject: [PATCH] Improve update notes --- docs/pages/update.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/pages/update.md b/docs/pages/update.md index 61a9f12..168f17d 100644 --- a/docs/pages/update.md +++ b/docs/pages/update.md @@ -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 @@ -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/)