mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d7d82e7bee
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.