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.
This PR adds the mui-file-dropzone dependency so that we can rebase #401 and hopefully run CI without getting the following error message: