Skip to content
Development
Command

/upgrade-dependencies

Update all project dependencies to their latest stable versions. Run npm outdated to identify updates. Check breaking changes in major version updates. Update package.json with new versions. Run npm audit fix for security vulnerabilities. Update TypeScript @types packages. Fix

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/upgrade-dependencies

Context preview

What this command does when you run it.

Update all project dependencies to their latest stable versions. Run npm outdated to identify updates. Check breaking changes in major version updates. Update package.json with new versions. Run npm audit fix for security vulnerabilities. Update TypeScript @types packages. Fix

Command definition

upgrade-dependencies.md

Update all project dependencies to their latest stable versions. Run npm outdated to identify updates. Check breaking changes in major version updates. Update package.json with new versions. Run npm audit fix for security vulnerabilities. Update TypeScript @types packages. Fix compilation errors and type issues. Update configuration files for new dependency versions. Run test suite to catch breaking changes. Update code to match new API patterns. Document breaking changes requiring manual intervention. Create backup branch before updates. Test application thoroughly after upgrade.

Read it on GitHub โ†—
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked