Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-jsx-a11y to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 6, 2018
1 parent 274f5e3 commit 61d0542
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eslint-config-react-app": "2.1.0",
"eslint-plugin-flowtype": "2.49.3",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-jsx-a11y": "6.1.0",
"eslint-plugin-react": "7.10.0",
"jwt-decode": "2.2.0",
"prettier-eslint-cli": "4.7.1",
Expand Down
32 changes: 29 additions & 3 deletions advanced/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,13 @@ aria-query@^0.7.0:
ast-types-flow "0.0.7"
commander "^2.11.0"

aria-query@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-3.0.0.tgz#65b3fcc1ca1155a8c9ae64d6eee297f15d5133cc"
dependencies:
ast-types-flow "0.0.7"
commander "^2.11.0"

arr-diff@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
Expand Down Expand Up @@ -413,7 +420,7 @@ assert@^1.1.1:
dependencies:
util "0.10.3"

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

Expand Down Expand Up @@ -475,6 +482,12 @@ axobject-query@^0.1.0:
dependencies:
ast-types-flow "0.0.7"

axobject-query@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.0.1.tgz#05dfa705ada8ad9db993fa6896f22d395b0b0a07"
dependencies:
ast-types-flow "0.0.7"

[email protected]:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
Expand Down Expand Up @@ -1926,7 +1939,7 @@ d@1:
dependencies:
es5-ext "^0.10.9"

damerau-levenshtein@^1.0.0:
damerau-levenshtein@^1.0.0, damerau-levenshtein@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514"

Expand Down Expand Up @@ -2200,7 +2213,7 @@ elliptic@^6.0.0:
minimalistic-assert "^1.0.0"
minimalistic-crypto-utils "^1.0.0"

emoji-regex@^6.1.0:
emoji-regex@^6.1.0, emoji-regex@^6.5.1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.5.1.tgz#9baea929b155565c11ea41c6626eaa65cef992c2"

Expand Down Expand Up @@ -2444,6 +2457,19 @@ [email protected]:
emoji-regex "^6.1.0"
jsx-ast-utils "^1.4.0"

[email protected]:
version "6.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.1.0.tgz#569f6f2d29546cab82cedaa077ec829693b0c42d"
dependencies:
aria-query "^3.0.0"
array-includes "^3.0.3"
ast-types-flow "^0.0.7"
axobject-query "^2.0.1"
damerau-levenshtein "^1.0.4"
emoji-regex "^6.5.1"
has "^1.0.3"
jsx-ast-utils "^2.0.1"

[email protected]:
version "2.6.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.6.2.tgz#71998c60aedfa2141f7bfcbf9d1c459bf98b4fad"
Expand Down

0 comments on commit 61d0542

Please sign in to comment.