Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit c8bad8f

Browse files
authored
Update eslint-plugin-jsx-a11y to the latest version 🚀 (#111)
* chore(package): update eslint-plugin-jsx-a11y to version 6.2.2 * chore(package): update lockfile yarn.lock
1 parent 827d4f3 commit c8bad8f

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-config-airbnb": "17.1.0",
2222
"eslint-plugin-import": "2.17.3",
2323
"eslint-plugin-jest": "22.5.1",
24-
"eslint-plugin-jsx-a11y": "6.2.1",
24+
"eslint-plugin-jsx-a11y": "6.2.2",
2525
"eslint-plugin-react": "7.12.4",
2626
"react-scripts": "2.1.8"
2727
},

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3671,10 +3671,10 @@ eslint-plugin-jsx-a11y@6.1.2:
36713671
has "^1.0.3"
36723672
jsx-ast-utils "^2.0.1"
36733673

3674-
eslint-plugin-jsx-a11y@6.2.1:
3675-
version "6.2.1"
3676-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.1.tgz#4ebba9f339b600ff415ae4166e3e2e008831cf0c"
3677-
integrity sha512-cjN2ObWrRz0TTw7vEcGQrx+YltMvZoOEx4hWU8eEERDnBIU00OTq7Vr+jA7DFKxiwLNv4tTh5Pq2GUNEa8b6+w==
3674+
eslint-plugin-jsx-a11y@6.2.2:
3675+
version "6.2.2"
3676+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.2.tgz#485a71cd90e8e811ec1dd8294ace47a4b7a073b5"
3677+
integrity sha512-ut8SE5Run3X5sTHOANlVu5zJPHVPzluWVB/vfQgbgXcIl/DUJ0tO/SV67SzTTMp6PZGH1vojvUNYItCH2+S21w==
36783678
dependencies:
36793679
aria-query "^3.0.0"
36803680
array-includes "^3.0.3"
@@ -3683,7 +3683,7 @@ eslint-plugin-jsx-a11y@6.2.1:
36833683
damerau-levenshtein "^1.0.4"
36843684
emoji-regex "^7.0.2"
36853685
has "^1.0.3"
3686-
jsx-ast-utils "^2.0.1"
3686+
jsx-ast-utils "^2.2.1"
36873687

36883688
eslint-plugin-react@7.12.4:
36893689
version "7.12.4"
@@ -6077,6 +6077,14 @@ jsx-ast-utils@^2.0.1:
60776077
dependencies:
60786078
array-includes "^3.0.3"
60796079

6080+
jsx-ast-utils@^2.2.1:
6081+
version "2.2.1"
6082+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.2.1.tgz#4d4973ebf8b9d2837ee91a8208cc66f3a2776cfb"
6083+
integrity sha512-v3FxCcAf20DayI+uxnCuw795+oOIkVu6EnJ1+kSzhqqTZHNkTZ7B66ZgLp4oLJ/gbA64cI0B7WRoHZMSRdyVRQ==
6084+
dependencies:
6085+
array-includes "^3.0.3"
6086+
object.assign "^4.1.0"
6087+
60806088
killable@^1.0.0:
60816089
version "1.0.1"
60826090
resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"

0 commit comments

Comments
 (0)