chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0 (#9395)

* chore(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.32.2 to 7.33.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.2...v7.33.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix for new lint rules

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chris48s <git@chris-shaw.dev>
This commit is contained in:
dependabot[bot]
2023-07-23 10:34:54 +01:00
committed by GitHub
parent d5c1bdc8ec
commit ef2649bd4b
3 changed files with 10 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ export default function Home() {
return (
<Layout
description="Concise, consistent, and legible badges"
title={`${siteConfig.title}`}
title={siteConfig.title}
>
<HomepageHeader />
<main>