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
Related skills