🔄 Update Dependencies
All templates are designed to be updated easily. This page will guide you through the process of updating your project.
🏋️ Bulk Update
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🛠 Manual
Version Lens is a Visual Studio Code extension that allows you to see and update your project's dependencies. It's very useful for refactoring and updating your project.