uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
298 stars 144 forks source link

refactor: updated dependencies and replaced the DragDropContext decorator. #178

Closed dreadera closed 3 years ago

dreadera commented 3 years ago

Before we transition into using esbuild as our default bundler. I wanted to clean up the dependencies to rid of un-needed transformations.

During this process, I noticed how outdated some of our dependencies are. I have updated them. This includes changing the now deprecated Drag and Drop Context Dectorator provided by react-dnd with the DNDProvider Component instead.