Skip to content

Commit eed080d

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6
1 parent 16b8e1f commit eed080d

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
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.15.0",
11-
"eslint-plugin-jsx-a11y": "5.1.1",
11+
"eslint-plugin-jsx-a11y": "6.1.2",
1212
"eslint-plugin-react": "7.12.4",
1313
"jwt-decode": "2.2.0",
1414
"prettier-eslint-cli": "4.7.1",

advanced/yarn.lock

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,14 @@ aria-query@^0.7.0:
400400
ast-types-flow "0.0.7"
401401
commander "^2.11.0"
402402

403+
aria-query@^3.0.0:
404+
version "3.0.0"
405+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
406+
integrity sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=
407+
dependencies:
408+
ast-types-flow "0.0.7"
409+
commander "^2.11.0"
410+
403411
arr-diff@^2.0.0:
404412
version "2.0.0"
405413
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
@@ -533,7 +541,7 @@ assign-symbols@^1.0.0:
533541
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
534542
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
535543

536-
544+
[email protected], ast-types-flow@^0.0.7:
537545
version "0.0.7"
538546
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
539547
integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0=
@@ -611,6 +619,13 @@ axobject-query@^0.1.0:
611619
dependencies:
612620
ast-types-flow "0.0.7"
613621

622+
axobject-query@^2.0.1:
623+
version "2.0.2"
624+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.2.tgz#ea187abe5b9002b377f925d8bf7d1c561adf38f9"
625+
integrity sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==
626+
dependencies:
627+
ast-types-flow "0.0.7"
628+
614629
615630
version "6.26.0"
616631
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
@@ -2367,7 +2382,7 @@ d@1:
23672382
dependencies:
23682383
es5-ext "^0.10.9"
23692384

2370-
damerau-levenshtein@^1.0.0:
2385+
damerau-levenshtein@^1.0.0, damerau-levenshtein@^1.0.4:
23712386
version "1.0.4"
23722387
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514"
23732388
integrity sha1-AxkcQyy27qFou3fzpV/9zLiXhRQ=
@@ -2723,7 +2738,7 @@ elliptic@^6.0.0:
27232738
minimalistic-assert "^1.0.0"
27242739
minimalistic-crypto-utils "^1.0.0"
27252740

2726-
emoji-regex@^6.1.0:
2741+
emoji-regex@^6.1.0, emoji-regex@^6.5.1:
27272742
version "6.5.1"
27282743
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.5.1.tgz#9baea929b155565c11ea41c6626eaa65cef992c2"
27292744
integrity sha512-PAHp6TxrCy7MGMFidro8uikr+zlJJKJ/Q6mm2ExZ7HwkyR9lSVFfE3kt36qcwa24BQL7y0G9axycGjK1A/0uNQ==
@@ -3011,6 +3026,20 @@ [email protected]:
30113026
emoji-regex "^6.1.0"
30123027
jsx-ast-utils "^1.4.0"
30133028

3029+
3030+
version "6.1.2"
3031+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2.tgz#69bca4890b36dcf0fe16dd2129d2d88b98f33f88"
3032+
integrity sha512-7gSSmwb3A+fQwtw0arguwMdOdzmKUgnUcbSNlo+GjKLAQFuC2EZxWqG9XHRI8VscBJD5a8raz3RuxQNFW+XJbw==
3033+
dependencies:
3034+
aria-query "^3.0.0"
3035+
array-includes "^3.0.3"
3036+
ast-types-flow "^0.0.7"
3037+
axobject-query "^2.0.1"
3038+
damerau-levenshtein "^1.0.4"
3039+
emoji-regex "^6.5.1"
3040+
has "^1.0.3"
3041+
jsx-ast-utils "^2.0.1"
3042+
30143043
30153044
version "2.7.0"
30163045
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.7.0.tgz#b4312dcf2c1d965379d7f9d5b5f8aaadc6a45904"

0 commit comments

Comments
 (0)