Skip to content

Commit 92db730

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6
1 parent 33d6531 commit 92db730

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"eslint-config-react-app": "2.1.0",
99
"eslint-plugin-flowtype": "2.50.3",
1010
"eslint-plugin-import": "2.14.0",
11-
"eslint-plugin-jsx-a11y": "5.1.1",
11+
"eslint-plugin-jsx-a11y": "6.1.2",
1212
"eslint-plugin-react": "7.11.1",
1313
"jwt-decode": "2.2.0",
1414
"prettier-eslint-cli": "4.7.1",

advanced/yarn.lock

+32-3
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,14 @@ aria-query@^0.7.0:
403403
ast-types-flow "0.0.7"
404404
commander "^2.11.0"
405405

406+
aria-query@^3.0.0:
407+
version "3.0.0"
408+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
409+
integrity sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=
410+
dependencies:
411+
ast-types-flow "0.0.7"
412+
commander "^2.11.0"
413+
406414
arr-diff@^2.0.0:
407415
version "2.0.0"
408416
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
@@ -536,7 +544,7 @@ assign-symbols@^1.0.0:
536544
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
537545
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
538546

539-
547+
[email protected], ast-types-flow@^0.0.7:
540548
version "0.0.7"
541549
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
542550
integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0=
@@ -614,6 +622,13 @@ axobject-query@^0.1.0:
614622
dependencies:
615623
ast-types-flow "0.0.7"
616624

625+
axobject-query@^2.0.1:
626+
version "2.0.1"
627+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.1.tgz#05dfa705ada8ad9db993fa6896f22d395b0b0a07"
628+
integrity sha1-Bd+nBa2orZ25k/polvItOVsLCgc=
629+
dependencies:
630+
ast-types-flow "0.0.7"
631+
617632
618633
version "6.26.0"
619634
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
@@ -2370,7 +2385,7 @@ d@1:
23702385
dependencies:
23712386
es5-ext "^0.10.9"
23722387

2373-
damerau-levenshtein@^1.0.0:
2388+
damerau-levenshtein@^1.0.0, damerau-levenshtein@^1.0.4:
23742389
version "1.0.4"
23752390
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514"
23762391
integrity sha1-AxkcQyy27qFou3fzpV/9zLiXhRQ=
@@ -2726,7 +2741,7 @@ elliptic@^6.0.0:
27262741
minimalistic-assert "^1.0.0"
27272742
minimalistic-crypto-utils "^1.0.0"
27282743

2729-
emoji-regex@^6.1.0:
2744+
emoji-regex@^6.1.0, emoji-regex@^6.5.1:
27302745
version "6.5.1"
27312746
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.5.1.tgz#9baea929b155565c11ea41c6626eaa65cef992c2"
27322747
integrity sha512-PAHp6TxrCy7MGMFidro8uikr+zlJJKJ/Q6mm2ExZ7HwkyR9lSVFfE3kt36qcwa24BQL7y0G9axycGjK1A/0uNQ==
@@ -3003,6 +3018,20 @@ [email protected]:
30033018
emoji-regex "^6.1.0"
30043019
jsx-ast-utils "^1.4.0"
30053020

3021+
3022+
version "6.1.2"
3023+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2.tgz#69bca4890b36dcf0fe16dd2129d2d88b98f33f88"
3024+
integrity sha512-7gSSmwb3A+fQwtw0arguwMdOdzmKUgnUcbSNlo+GjKLAQFuC2EZxWqG9XHRI8VscBJD5a8raz3RuxQNFW+XJbw==
3025+
dependencies:
3026+
aria-query "^3.0.0"
3027+
array-includes "^3.0.3"
3028+
ast-types-flow "^0.0.7"
3029+
axobject-query "^2.0.1"
3030+
damerau-levenshtein "^1.0.4"
3031+
emoji-regex "^6.5.1"
3032+
has "^1.0.3"
3033+
jsx-ast-utils "^2.0.1"
3034+
30063035
30073036
version "2.7.0"
30083037
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904"

0 commit comments

Comments
 (0)