Skip to content

Remove unused bluebird dependency #59

@AndrewBarber

Description

@AndrewBarber

Remove unused bluebird dependency

Background

The bluebird Promise library is included as a dependency in package.json but doesn't appear to be used anywhere in the codebase. No imports or requires of bluebird were found in the source code.

Proposed Changes

  • Remove bluebird from dependencies in package.json
  • Remove @types/bluebird from devDependencies in package.json
  • Run npm install to update package-lock.json

Benefits

  • 📦 Reduced package size
  • 🧩 Simplified dependency tree
  • 🛠️ Less maintenance overhead

Verification

  • Build the application
  • Verify the application runs correctly without bluebird

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions