-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
FEFront-end workFront-end workchoreMaintenance and cleanup tasks that improve the project’s codebase without affecting functionalityMaintenance and cleanup tasks that improve the project’s codebase without affecting functionalityuser storyA single, actionable task focused on delivering specific user valueA single, actionable task focused on delivering specific user value
Description
User Story: Update FE dependencies
Description
As a developer, I want to update the dependencies in our frontend codebase to ensure we are using the most current and secure versions.
Related Issues and/or PRs
- Feature: Refactor FE #62
Acceptance Criteria
- All outdated dependencies in the
package.jsonfile are identified. - Dependencies are updated to the latest stable versions.
- The application is tested to ensure that no functionality is broken as a result of the updates.
- Any issues arising from the update are resolved.
- The codebase is free from vulnerabilities associated with outdated packages.
Definition of Done
- All acceptance criteria are met.
- The application builds successfully and passes all existing tests.
- Manual testing is performed to verify that all major functionalities are working as expected.
- Any new issues created as a result of the dependency updates are linked to this user story.
- Documentation is updated if necessary (e.g., if major version updates require changes in how dependencies are used).
Dependencies and Assumptions
- Assumes that all major functionalities are covered by tests.
- Assumes that any breaking changes introduced by dependency updates can be resolved within the scope of this story.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FEFront-end workFront-end workchoreMaintenance and cleanup tasks that improve the project’s codebase without affecting functionalityMaintenance and cleanup tasks that improve the project’s codebase without affecting functionalityuser storyA single, actionable task focused on delivering specific user valueA single, actionable task focused on delivering specific user value