Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
44 stars 200 forks source link

Upgrade the package used in website-backend to the latest version. #2048

Open Abhay5855 opened 3 weeks ago

Abhay5855 commented 3 weeks ago

Issue Description

The packages used in this repo are not up to the latest version staying on older package versions can lead to compatibility issues with other packages or libraries in our project. Updating your packages ensures that they work seamlessly with the latest tools and language features.

Expected Behavior

After upgrading the packages to the latest version it should not break any existing changes or lead to any unexpected error.

Current Behavior

Currently the packages are outdated and the Node version is also not upto date.

Screenshots

Reproducibility

Steps to Reproduce

Check the package.json file the packages in dependencies and devDependencies of this repo, they must be upgraded to the latest version.

Severity/Priority

Additional Information

Checklist