EddieHubCommunity/BioDrop
[BUG] Duplicate sortable package present
Aperta
#10.139 aperta il 13 gen 2024
good first issue🏁 status: ready for dev🔢 points: 2🛠 goal: fix
Metriche repository
- Star
- (5597 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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