Skip to content

Commit 2ebffd4

Browse files
krzysiek1507wilson
authored andcommitted
Update eslint-plugin-jsx-a11y (6.0.3) (#394)
1 parent a7c5788 commit 2ebffd4

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-plugin-jasmine": "^2.8.4",
4848
"eslint-plugin-jest": "^21.1.0",
4949
"eslint-plugin-jsdoc": "^3.1.2",
50-
"eslint-plugin-jsx-a11y": "^5.1.1",
50+
"eslint-plugin-jsx-a11y": "^6.0.3",
5151
"eslint-plugin-lodash": "^2.4.5",
5252
"eslint-plugin-meteor": "^4.1.4",
5353
"eslint-plugin-mocha": "^4.11.0",

yarn.lock

+22-5
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,11 @@ argparse@^1.0.7:
142142
sprintf-js "~1.0.2"
143143

144144
aria-query@^0.7.0:
145-
version "0.7.0"
146-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.7.0.tgz#4af10a1e61573ddea0cf3b99b51c52c05b424d24"
145+
version "0.7.1"
146+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.7.1.tgz#26cbb5aff64144b0a825be1846e0b16cfa00b11e"
147147
dependencies:
148148
ast-types-flow "0.0.7"
149+
commander "^2.11.0"
149150

150151
array-find@^1.0.0:
151152
version "1.0.0"
@@ -549,6 +550,10 @@ commander@2.9.0:
549550
dependencies:
550551
graceful-readlink ">= 1.0.0"
551552

553+
commander@^2.11.0:
554+
version "2.15.1"
555+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
556+
552557
comment-parser@^0.4.0:
553558
version "0.4.2"
554559
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-0.4.2.tgz#fa5a3f78013070114866dc7b8e9cf317a9635f74"
@@ -838,8 +843,8 @@ error-ex@^1.2.0:
838843
is-arrayish "^0.2.1"
839844

840845
es-abstract@^1.7.0:
841-
version "1.9.0"
842-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.9.0.tgz#690829a07cae36b222e7fd9b75c0d0573eb25227"
846+
version "1.11.0"
847+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.11.0.tgz#cce87d518f0496893b1a30cd8461835535480681"
843848
dependencies:
844849
es-to-primitive "^1.1.1"
845850
function-bind "^1.1.1"
@@ -1226,7 +1231,7 @@ eslint-plugin-jsdoc@^3.1.2:
12261231
comment-parser "^0.4.0"
12271232
lodash "^4.5.1"
12281233

1229-
eslint-plugin-jsx-a11y@5.1.1, eslint-plugin-jsx-a11y@^5.1.1:
1234+
eslint-plugin-jsx-a11y@5.1.1:
12301235
version "5.1.1"
12311236
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.1.1.tgz#5c96bb5186ca14e94db1095ff59b3e2bd94069b1"
12321237
dependencies:
@@ -1250,6 +1255,18 @@ eslint-plugin-jsx-a11y@^6.0.2:
12501255
emoji-regex "^6.1.0"
12511256
jsx-ast-utils "^1.4.0"
12521257

1258+
eslint-plugin-jsx-a11y@^6.0.3:
1259+
version "6.0.3"
1260+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.0.3.tgz#54583d1ae442483162e040e13cc31865465100e5"
1261+
dependencies:
1262+
aria-query "^0.7.0"
1263+
array-includes "^3.0.3"
1264+
ast-types-flow "0.0.7"
1265+
axobject-query "^0.1.0"
1266+
damerau-levenshtein "^1.0.0"
1267+
emoji-regex "^6.1.0"
1268+
jsx-ast-utils "^2.0.0"
1269+
12531270
eslint-plugin-lodash@^2.4.5:
12541271
version "2.5.0"
12551272
resolved "https://registry.yarnpkg.com/eslint-plugin-lodash/-/eslint-plugin-lodash-2.5.0.tgz#be23eb0c0b7b15c1fc3a46bf702b4be757446b45"

0 commit comments

Comments
 (0)