rahataid / rahat-project-c2c

Rahat project microservices for crypto distribution
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Update the @rumsan packages to latest versions #91

Open myanzik opened 2 months ago

myanzik commented 2 months ago

We need to update all @rumsan packages used in the project to their latest versions to ensure compatibility, security, and access to new features.

Requirements:

  1. Identify Outdated Packages:

    • Check for outdated @rumsan packages using npm outdated.
  2. Update Packages:

    • Update all @rumsan packages to their latest versions by running:
      npm install @rumsan/[package-name]@latest
  3. Testing:

    • After updating, run existing tests to ensure no breaking changes have occurred.
    • Verify functionality in the application.

Expected Outcome: