Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit 9fc32c1

Browse files
committed
chore(deps): update dependency eslint-plugin-jsx-a11y to v6.1.2
1 parent c9643c5 commit 9fc32c1

File tree

2 files changed

+27
-20
lines changed

2 files changed

+27
-20
lines changed

basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"eslint-config-airbnb": "16.1.0",
88
"eslint-config-airbnb-base": "12.1.0",
99
"eslint-plugin-import": "2.9.0",
10-
"eslint-plugin-jsx-a11y": "6.0.3",
10+
"eslint-plugin-jsx-a11y": "6.1.2",
1111
"eslint-plugin-react": "7.7.0",
1212
"eslint-plugin-react-native": "3.2.1",
1313
"jest-expo": "25.1.0",

basic/yarn.lock

+26-19
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,9 @@ argsarray@^0.0.1:
340340
version "0.0.1"
341341
resolved "https://registry.yarnpkg.com/argsarray/-/argsarray-0.0.1.tgz#6e7207b4ecdb39b0af88303fa5ae22bda8df61cb"
342342

343-
aria-query@^0.7.0:
344-
version "0.7.1"
345-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.7.1.tgz#26cbb5aff64144b0a825be1846e0b16cfa00b11e"
343+
aria-query@^3.0.0:
344+
version "3.0.0"
345+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
346346
dependencies:
347347
ast-types-flow "0.0.7"
348348
commander "^2.11.0"
@@ -426,7 +426,7 @@ assert-plus@^0.2.0:
426426
version "0.2.0"
427427
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234"
428428

429-
429+
[email protected], ast-types-flow@^0.0.7:
430430
version "0.0.7"
431431
resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
432432

@@ -503,9 +503,9 @@ axios@^0.16.1:
503503
follow-redirects "^1.2.3"
504504
is-buffer "^1.1.5"
505505

506-
axobject-query@^0.1.0:
507-
version "0.1.0"
508-
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-0.1.0.tgz#62f59dbc59c9f9242759ca349960e7a2fe3c36c0"
506+
axobject-query@^2.0.1:
507+
version "2.0.1"
508+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.1.tgz#05dfa705ada8ad9db993fa6896f22d395b0b0a07"
509509
dependencies:
510510
ast-types-flow "0.0.7"
511511

@@ -1817,7 +1817,7 @@ csurf@~1.8.3:
18171817
csrf "~3.0.0"
18181818
http-errors "~1.3.1"
18191819

1820-
damerau-levenshtein@^1.0.0:
1820+
damerau-levenshtein@^1.0.4:
18211821
version "1.0.4"
18221822
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514"
18231823

@@ -2030,7 +2030,7 @@ [email protected]:
20302030
version "1.1.1"
20312031
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
20322032

2033-
emoji-regex@^6.1.0:
2033+
emoji-regex@^6.5.1:
20342034
version "6.5.1"
20352035
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.5.1.tgz#9baea929b155565c11ea41c6626eaa65cef992c2"
20362036

@@ -2163,17 +2163,18 @@ [email protected]:
21632163
minimatch "^3.0.3"
21642164
read-pkg-up "^2.0.0"
21652165

2166-
eslint-plugin-jsx-a11y@6.0.3:
2167-
version "6.0.3"
2168-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.0.3.tgz#54583d1ae442483162e040e13cc31865465100e5"
2166+
eslint-plugin-jsx-a11y@6.1.2:
2167+
version "6.1.2"
2168+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.2.tgz#69bca4890b36dcf0fe16dd2129d2d88b98f33f88"
21692169
dependencies:
2170-
aria-query "^0.7.0"
2170+
aria-query "^3.0.0"
21712171
array-includes "^3.0.3"
2172-
ast-types-flow "0.0.7"
2173-
axobject-query "^0.1.0"
2174-
damerau-levenshtein "^1.0.0"
2175-
emoji-regex "^6.1.0"
2176-
jsx-ast-utils "^2.0.0"
2172+
ast-types-flow "^0.0.7"
2173+
axobject-query "^2.0.1"
2174+
damerau-levenshtein "^1.0.4"
2175+
emoji-regex "^6.5.1"
2176+
has "^1.0.3"
2177+
jsx-ast-utils "^2.0.1"
21772178

21782179
eslint-plugin-react-native-globals@^0.1.1:
21792180
version "0.1.2"
@@ -3023,6 +3024,12 @@ has@^1.0.1:
30233024
dependencies:
30243025
function-bind "^1.0.2"
30253026

3027+
has@^1.0.3:
3028+
version "1.0.3"
3029+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3030+
dependencies:
3031+
function-bind "^1.1.1"
3032+
30263033
hasbin@^1.2.3:
30273034
version "1.2.3"
30283035
resolved "https://registry.yarnpkg.com/hasbin/-/hasbin-1.2.3.tgz#78c5926893c80215c2b568ae1fd3fcab7a2696b0"
@@ -3917,7 +3924,7 @@ jsprim@^1.2.2:
39173924
json-schema "0.2.3"
39183925
verror "1.10.0"
39193926

3920-
jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1:
3927+
jsx-ast-utils@^2.0.1:
39213928
version "2.0.1"
39223929
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f"
39233930
dependencies:

0 commit comments

Comments
 (0)