Descripton
Upgrade all out-of-date dependencies in the project to their latest stable versions to ensure compatibility.
Tasks
- Identify outdated dependencies using a package manager (
yarn outdated).
- Review each outdated dependency for breaking changes or migration guides.
- Migrate next.js to the latest stable version (preferably 16+)
- Upgrade other dependency to the latest stable version.
- Run test to ensure application stability.
- Update documentation/README
Acceptance Criteria
- All dependencies are up-to-date as reflected in
package.json.
- Application builds and tests pass successfully.
- No breaking changes are present in usage.
Descripton
Upgrade all out-of-date dependencies in the project to their latest stable versions to ensure compatibility.
Tasks
yarn outdated).Acceptance Criteria
package.json.