This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
[BUG] Duplicate sortable package present #10139
Open
Description
Has this bug been raised before?
- I have checked "open" AND "closed" issues and this is not a duplicate
Where did you find this bug?
Production
Version of BioDrop (for example "v1.2.3")
2.99.3
Description
I noticed two sortablejs and react-sortable packages.
https://github.com/EddieHubCommunity/BioDrop/blob/main/package.json (Line 41 and 48 )
I searched for usage in the project But only found one being used in the project.
https://github.com/search?q=repo%3AEddieHubCommunity/BioDrop%20%22sortablejs%22&type=code
P.S. One could depend on the other but wanted to raise a request just in case.
Steps to Reproduce
- open the package.json file
https://github.com/EddieHubCommunity/BioDrop/blob/main/package.json - line 41 and 48 have two different sortable packages.
Screenshots
No response
Do you want to work on this issue?
No
If "yes" to above, please explain how you would technically implement this
No response