generated from RealDevSquad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file