581 B
581 B
name, description
| name | description |
|---|---|
| update-dependencies | Use when the user asks to update, upgrade, or refresh project dependencies, or when outdated dependencies need attention |
Update Dependencies
Workflow
- Run
mise run dev:outdatedto check all dependency categories - Read the summary table at the end of the output — it has three columns: Dependency, Status, and Next Step
- For each row marked as outdated, run the command listed in the Next Step column
- Re-run
mise run dev:outdatedto confirm everything is up to date - Run
mix testto verify nothing is broken