mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Update dependency eslint-plugin-jsx-a11y to v6.10.0
This commit is contained in:
parent
6340419c47
commit
10f22f07c7
|
@ -266,7 +266,7 @@ importers:
|
|||
version: 7.34.0(eslint@9.9.1)
|
||||
eslint-plugin-jsx-a11y:
|
||||
specifier: ^6.9.0
|
||||
version: 6.9.0(eslint@9.9.1)
|
||||
version: 6.10.0(eslint@9.9.1)
|
||||
eslint-plugin-prettier:
|
||||
specifier: ^5.2.1
|
||||
version: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@9.9.1))(eslint@9.9.1)(prettier@3.3.3)
|
||||
|
@ -1620,8 +1620,9 @@ packages:
|
|||
resolution: {integrity: sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
axobject-query@3.1.1:
|
||||
resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==}
|
||||
axobject-query@4.1.0:
|
||||
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
babel-loader@9.1.3:
|
||||
resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==}
|
||||
|
@ -2177,11 +2178,11 @@ packages:
|
|||
peerDependencies:
|
||||
eslint: ^6 || ^7 || ^8
|
||||
|
||||
eslint-plugin-jsx-a11y@6.9.0:
|
||||
resolution: {integrity: sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==}
|
||||
eslint-plugin-jsx-a11y@6.10.0:
|
||||
resolution: {integrity: sha512-ySOHvXX8eSN6zz8Bywacm7CvGNhUtdjvqfQDVe6020TUK34Cywkw7m0KsCCk1Qtm9G1FayfTN1/7mMYnYO2Bhg==}
|
||||
engines: {node: '>=4.0'}
|
||||
peerDependencies:
|
||||
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
||||
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9
|
||||
|
||||
eslint-plugin-prettier@5.2.1:
|
||||
resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==}
|
||||
|
@ -6253,9 +6254,7 @@ snapshots:
|
|||
|
||||
axe-core@4.10.0: {}
|
||||
|
||||
axobject-query@3.1.1:
|
||||
dependencies:
|
||||
deep-equal: 2.2.3
|
||||
axobject-query@4.1.0: {}
|
||||
|
||||
babel-loader@9.1.3(@babel/core@7.25.2)(webpack@5.94.0(webpack-cli@5.1.4)):
|
||||
dependencies:
|
||||
|
@ -6886,14 +6885,14 @@ snapshots:
|
|||
resolve: 2.0.0-next.5
|
||||
semver: 7.6.3
|
||||
|
||||
eslint-plugin-jsx-a11y@6.9.0(eslint@9.9.1):
|
||||
eslint-plugin-jsx-a11y@6.10.0(eslint@9.9.1):
|
||||
dependencies:
|
||||
aria-query: 5.1.3
|
||||
array-includes: 3.1.8
|
||||
array.prototype.flatmap: 1.3.2
|
||||
ast-types-flow: 0.0.8
|
||||
axe-core: 4.10.0
|
||||
axobject-query: 3.1.1
|
||||
axobject-query: 4.1.0
|
||||
damerau-levenshtein: 1.0.8
|
||||
emoji-regex: 9.2.2
|
||||
es-iterator-helpers: 1.0.19
|
||||
|
|
Loading…
Reference in a new issue