mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
Correct eslint-plugin-react-compiler dependencies - The eslint plugin doesn't actually depend on the babel plugin as it compiles in the dependencies. - `zod` and `zod-validation-error` were missing, but required to run the plugin. - Update to the `hermes-parser` dependency just to keep it updated.