PSMRI / AMRIT

AMRIT (Accessible Medical Records via Integrated Technologies) is a digital health platform initially developed by the Piramal Swasthya Management and Research Institute (PSMRI). All open-source community tickets and discussions are managed here.
GNU General Public License v3.0
0 stars 1 forks source link

[C4GT Community]: Upgrade Angular and package.json dependencies to the latest in Admin-UI #9

Open drtechie opened 1 month ago

drtechie commented 1 month ago

Ticket Contents

Description

The goal of this ticket is to upgrade Angular and the dependencies listed in the package.json file to their latest versions in the Admin-UI project. Keeping dependencies up-to-date is essential for maintaining security, improving performance, and taking advantage of the latest features and fixes offered by the libraries used.

What You Will Learn

As a contributor, you will:

Desired Skills

Goals

Goals

Expected Outcome

The Admin-UI project will run on the latest version of Angular and its dependencies

Acceptance Criteria

Implementation Details

npm install -g npm-check-updates ncu # give list of outdated dependencies ncu -u # update all the dependencies

Run npm audit fix to update dependencies to latest non-vulnerable versions.

Mockups/Wireframes

NA

Product Name

AMRIT

Organisation Name

Piramal Swasthya Management Research Institute

Domain

Healthcare

Tech Skills Needed

Angular, Node.js

Mentor(s)

@drtechie

Complexity

Medium

Category

Maintenance