ghost
ghost copied to clipboard
Update FE dependencies
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: https://github.com/oslabs-beta/ghost/issues/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.
can probably address this with @dependabot