fix(deps): update dependency eslint-plugin-react to ^7.37.0 (#1189)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-09-27 15:29:22 +00:00
committed by GitHub
parent f6c7271fb4
commit 2245e7aae8
2 changed files with 6 additions and 6 deletions

10
pnpm-lock.yaml generated
View File

@@ -1646,8 +1646,8 @@ importers:
specifier: ^6.10.0
version: 6.10.0(eslint@9.11.1)
eslint-plugin-react:
specifier: ^7.36.1
version: 7.36.1(eslint@9.11.1)
specifier: ^7.37.0
version: 7.37.0(eslint@9.11.1)
eslint-plugin-react-hooks:
specifier: ^4.6.2
version: 4.6.2(eslint@9.11.1)
@@ -4696,8 +4696,8 @@ packages:
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
eslint-plugin-react@7.36.1:
resolution: {integrity: sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==}
eslint-plugin-react@7.37.0:
resolution: {integrity: sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA==}
engines: {node: '>=4'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
@@ -11197,7 +11197,7 @@ snapshots:
dependencies:
eslint: 9.11.1
eslint-plugin-react@7.36.1(eslint@9.11.1):
eslint-plugin-react@7.37.0(eslint@9.11.1):
dependencies:
array-includes: 3.1.8
array.prototype.findlast: 1.2.5

View File

@@ -21,7 +21,7 @@
"eslint-config-turbo": "^2.1.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript-eslint": "^8.7.0"
},