Merge pull request #26464 from backstage/renovate/eslint-plugin-react-7.x-lockfile

fix(deps): update dependency eslint-plugin-react to v7.35.2
This commit is contained in:
Fredrik Adelöw
2024-09-05 15:45:08 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -52,7 +52,7 @@ greet(world)
export const Default = () => (
<InfoCard title="JavaScript example">
<CodeSnippet text={"const hello = 'World';"} language="javascript" />
<CodeSnippet text="const hello = 'World';" language="javascript" />
</InfoCard>
);