Your task Upgrade all JavaScript dependencies and verify nothing is broken. Step 1: Check for available upgrades Run to see what upgrades are available. Review the output and present the list to the user. Step 2: Update package.json Run to update with the new versions. Step 3: Install updated dependencies Run to install the upgraded dependencies and update . Step 4: Run post-upgrade checks Run these checks sequentially, stopping if any step fails: 1. TypeScript type checking : Run and report any new type errors. 2. Build : Run to verify the production build still works. 3. Tests : Run to veri…