upgrade-js-deps

Installation
SKILL.md

Your task

Upgrade all JavaScript dependencies and verify nothing is broken.

Step 1: Check for available upgrades

Run npx npm-check-updates to see what upgrades are available. Review the output and present the list to the user.

Step 2: Update package.json

Run npx npm-check-updates -u to update package.json with the new versions.

Step 3: Install updated dependencies

Run make npm-install to install the upgraded dependencies and update package-lock.json.

Step 4: Run post-upgrade checks

Installs
155
GitHub Stars
27
First Seen
Feb 16, 2026
upgrade-js-deps — saaspegasus/django-skills