Skip to content

Remove unused react-beautiful-dnd dependency #3

@gdiab

Description

@gdiab

Problem

react-beautiful-dnd and @types/react-beautiful-dnd are still in package.json but are no longer used anywhere in the codebase. The project migrated to @dnd-kit for all drag-and-drop functionality.

Proposed Solution

npm uninstall react-beautiful-dnd @types/react-beautiful-dnd

Acceptance Criteria

  • Both packages removed from package.json
  • npm run build still succeeds
  • No remaining imports of react-beautiful-dnd in the codebase

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions