conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 21 forks source link

Add mui-file-dropzone #410

Closed gabalafou closed 2 months ago

gabalafou commented 2 months ago

This PR adds the mui-file-dropzone dependency so that we can rebase #401 and hopefully run CI without getting the following error message:

➤ YN0000: Yarn detected that the current workflow is executed from a public pull request. For safety the hardened mode has been enabled.
➤ YN0000: It will prevent malicious lockfile manipulations, in exchange for a slower install time. You can opt-out if necessary; check our documentation for more details.

➤ YN0000: · Yarn 4.3.1
➤ YN0000: ┌ Resolution step
Resolution step
➤ YN0000: └ Completed in 10s 254ms
➤ YN0000: ┌ Post-resolution validation
Post-resolution validation
➤ YN0028: The lockfile would have been modified by this install, which is explicitly forbidden.
➤ YN0000: └ Completed
➤ YN0000: · Failed with errors in 10s 348ms
Error: Process completed with exit code 1.
gabalafou commented 2 months ago

I fixed up #401 so this PR is no longer needed