-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
bluebirdfrom dependencies in package.json - Remove
@types/bluebirdfrom devDependencies in package.json - Run
npm installto 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
Labels
No labels