fix(deps): update dependency eslint-plugin-react to ^7.35.2 (#1062)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-09-03 19:35:26 +00:00
committed by GitHub
parent 0f34bf85a8
commit 1249fb9612
2 changed files with 7 additions and 14 deletions

19
pnpm-lock.yaml generated
View File

@@ -1463,8 +1463,8 @@ importers:
specifier: ^6.9.0
version: 6.9.0(eslint@9.9.1)
eslint-plugin-react:
specifier: ^7.35.1
version: 7.35.1(eslint@9.9.1)
specifier: ^7.35.2
version: 7.35.2(eslint@9.9.1)
eslint-plugin-react-hooks:
specifier: ^4.6.2
version: 4.6.2(eslint@9.9.1)
@@ -4357,8 +4357,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.35.1:
resolution: {integrity: sha512-B5ok2JgbaaWn/zXbKCGgKDNL2tsID3Pd/c/yvjcpsd9HQDwyYc/TQv3AZMmOvrJgCs3AnYNUHRCQEMMQAYJ7Yg==}
eslint-plugin-react@7.35.2:
resolution: {integrity: sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==}
engines: {node: '>=4'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
@@ -4934,9 +4934,6 @@ packages:
resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==}
hasBin: true
is-core-module@2.13.1:
resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
is-core-module@2.15.1:
resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==}
engines: {node: '>= 0.4'}
@@ -10742,7 +10739,7 @@ snapshots:
dependencies:
eslint: 9.9.1
eslint-plugin-react@7.35.1(eslint@9.9.1):
eslint-plugin-react@7.35.2(eslint@9.9.1):
dependencies:
array-includes: 3.1.8
array.prototype.findlast: 1.2.5
@@ -11409,10 +11406,6 @@ snapshots:
dependencies:
ci-info: 2.0.0
is-core-module@2.13.1:
dependencies:
hasown: 2.0.2
is-core-module@2.15.1:
dependencies:
hasown: 2.0.2
@@ -12846,7 +12839,7 @@ snapshots:
resolve@2.0.0-next.5:
dependencies:
is-core-module: 2.13.1
is-core-module: 2.15.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0

View File

@@ -21,7 +21,7 @@
"eslint-config-turbo": "^2.1.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript-eslint": "^8.4.0"
},