fix(deps): update dependency eslint-plugin-jsx-a11y to ^6.10.2 (#1374)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2024-10-26 05:11:06 +00:00
committed by GitHub
parent 0c41241bbd
commit 3127182f5c
2 changed files with 6 additions and 7 deletions

11
pnpm-lock.yaml generated
View File

@@ -1661,8 +1661,8 @@ importers:
specifier: ^2.31.0
version: 2.31.0(@typescript-eslint/parser@8.11.0(eslint@9.13.0)(typescript@5.6.3))(eslint@9.13.0)
eslint-plugin-jsx-a11y:
specifier: ^6.10.1
version: 6.10.1(eslint@9.13.0)
specifier: ^6.10.2
version: 6.10.2(eslint@9.13.0)
eslint-plugin-react:
specifier: ^7.37.2
version: 7.37.2(eslint@9.13.0)
@@ -4938,8 +4938,8 @@ packages:
'@typescript-eslint/parser':
optional: true
eslint-plugin-jsx-a11y@6.10.1:
resolution: {integrity: sha512-zHByM9WTUMnfsDTafGXRiqxp6lFtNoSOWBY6FonVRn3A+BUwN1L/tdBXT40BcBJi0cZjOGTXZ0eD/rTG9fEJ0g==}
eslint-plugin-jsx-a11y@6.10.2:
resolution: {integrity: sha512-scB3nz4WmG75pV8+3eRUQOHZlNSUhFNq37xnpgRkCCELU3XMvXAxLk1eqWWyE22Ki4Q01Fnsw9BA3cJHDPgn2Q==}
engines: {node: '>=4.0'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
@@ -11554,7 +11554,7 @@ snapshots:
- eslint-import-resolver-webpack
- supports-color
eslint-plugin-jsx-a11y@6.10.1(eslint@9.13.0):
eslint-plugin-jsx-a11y@6.10.2(eslint@9.13.0):
dependencies:
aria-query: 5.3.2
array-includes: 3.1.8
@@ -11564,7 +11564,6 @@ snapshots:
axobject-query: 4.1.0
damerau-levenshtein: 1.0.8
emoji-regex: 9.2.2
es-iterator-helpers: 1.1.0
eslint: 9.13.0
hasown: 2.0.2
jsx-ast-utils: 3.3.5

View File

@@ -20,7 +20,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.2.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"typescript-eslint": "^8.11.0"