Update dependencies in your Odoo PWA project to latest compatible versions.
Update dependencies in your Odoo PWA project to latest compatible versions. ## What this command does: - Checks for outdated dependencies - Updates packages to latest versions - Tests the application after updates - Fixes breaking changes if needed - Updates lock files - Verifies everything still works ## Prerequisites: - Current directory is an Odoo PWA project - Git repository (recommended for easy rollback) - Latest npm installed --- ## Update Strategy ### Safe Update (Recommended) Updates to latest compatible versions within semver ranges. ### Major Update (Requires testing) Upd...