Migrate Command
The migrate command helps you upgrade your framework (Angular, React, Vue) to a newer version with automatic dependency alignment.Usage
Options
How It Works
1. Framework Detection
DepFixer automatically detects your framework:2. Version Selection
Use arrow keys to select your target version:3. Migration Plan
Review what will change:4. Apply Migration
After confirmation and payment:Supported Migrations
Angular
React
Vue
What Gets Updated
The migrate command updates:- Core framework packages - Main framework and related packages
- TypeScript - Version compatible with target framework
- Build tools - CLI, webpack plugins, etc.
- Ecosystem packages - Router, state management, UI libraries
- Type definitions -
@types/*packages
Migration vs Analyze
Tip: Run
npx depfixer (analyze) first to fix current issues, then use migrate to upgrade your framework version.