Keep Your Packages Up-To-Date with this VS Code Extension

preview_player
Показать описание

Ever wonder how out of date the packages in your project might be??
Just install the Version Lens VS Code extension.
You can see all of the latest version.
Want to upgrade to the latest? Just click the latest button, save the file, then run npm install to upgrade to the latest packages.
_____________________________________

🛠️ Tools I use:
_____________________________________

💖 Show support!
_____________________________________

👀 Watch Next:
_____________________________________

🌐 Connect With Me:
_____________________________________

** Affiliate Disclaimer: Some of the above links may be affiliate links, which may generate me a sales commission at no additional cost to you.

#codeSTACKr #vscode #learntocode
Рекомендации по теме
Комментарии
Автор

There is also a similar package you can use from the command line called npm-check-updates. Running ncu -u basically does the same as this extension, but has support for monorepos and other stuff.

dechobarca