You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During an CI security scan, yarn audit raised a warning about react-scripts as a dependency. Given react-scripts is build tool rather than a runtime tool, it was moved to devDependencies. We should look for other dependencies that aren't needed at runtime and move those to devDependencies, testing to make sure the applications still build as expected.
The text was updated successfully, but these errors were encountered:
During an CI security scan,
yarn audit
raised a warning aboutreact-scripts
as a dependency. Givenreact-scripts
is build tool rather than a runtime tool, it was moved todevDependencies
. We should look for other dependencies that aren't needed at runtime and move those to devDependencies, testing to make sure the applications still build as expected.The text was updated successfully, but these errors were encountered: