Skip to content

Commit 86a0699

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6
1 parent de5fc73 commit 86a0699

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-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.0",
1010
"eslint-plugin-import": "2.14.0",
11-
"eslint-plugin-jsx-a11y": "5.1.1",
11+
"eslint-plugin-jsx-a11y": "6.1.1",
1212
"eslint-plugin-react": "7.11.1",
1313
"jwt-decode": "2.2.0",
1414
"prettier-eslint-cli": "4.7.1",

advanced/yarn.lock

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,13 @@ aria-query@^0.7.0:
338338
ast-types-flow "0.0.7"
339339
commander "^2.11.0"
340340

341+
aria-query@^3.0.0:
342+
version "3.0.0"
343+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
344+
dependencies:
345+
ast-types-flow "0.0.7"
346+
commander "^2.11.0"
347+
341348
arr-diff@^2.0.0:
342349
version "2.0.0"
343350
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
@@ -447,7 +454,7 @@ assign-symbols@^1.0.0:
447454
version "1.0.0"
448455
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
449456

450-
457+
[email protected], ast-types-flow@^0.0.7:
451458
version "0.0.7"
452459
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
453460

@@ -513,6 +520,12 @@ axobject-query@^0.1.0:
513520
dependencies:
514521
ast-types-flow "0.0.7"
515522

523+
axobject-query@^2.0.1:
524+
version "2.0.1"
525+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.1.tgz#05dfa705ada8ad9db993fa6896f22d395b0b0a07"
526+
dependencies:
527+
ast-types-flow "0.0.7"
528+
516529
517530
version "6.26.0"
518531
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
@@ -2052,7 +2065,7 @@ d@1:
20522065
dependencies:
20532066
es5-ext "^0.10.9"
20542067

2055-
damerau-levenshtein@^1.0.0:
2068+
damerau-levenshtein@^1.0.0, damerau-levenshtein@^1.0.4:
20562069
version "1.0.4"
20572070
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514"
20582071

@@ -2353,7 +2366,7 @@ elliptic@^6.0.0:
23532366
minimalistic-assert "^1.0.0"
23542367
minimalistic-crypto-utils "^1.0.0"
23552368

2356-
emoji-regex@^6.1.0:
2369+
emoji-regex@^6.1.0, emoji-regex@^6.5.1:
23572370
version "6.5.1"
23582371
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.5.1.tgz#9baea929b155565c11ea41c6626eaa65cef992c2"
23592372

@@ -2597,6 +2610,19 @@ [email protected]:
25972610
emoji-regex "^6.1.0"
25982611
jsx-ast-utils "^1.4.0"
25992612

2613+
2614+
version "6.1.1"
2615+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.1.tgz#7bf56dbe7d47d811d14dbb3ddff644aa656ce8e1"
2616+
dependencies:
2617+
aria-query "^3.0.0"
2618+
array-includes "^3.0.3"
2619+
ast-types-flow "^0.0.7"
2620+
axobject-query "^2.0.1"
2621+
damerau-levenshtein "^1.0.4"
2622+
emoji-regex "^6.5.1"
2623+
has "^1.0.3"
2624+
jsx-ast-utils "^2.0.1"
2625+
26002626
26012627
version "2.6.2"
26022628
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.6.2.tgz#71998c60aedfa2141f7bfcbf9d1c459bf98b4fad"

0 commit comments

Comments
 (0)