Skip to content

Commit 4bf859b

Browse files
author
Chris Hulton
authored
Revert jsx-a11y upgrade to 5.0.0 (#273)
5.0.0 version is incompatible with `eslint-config-airbnb` and `eslint-config-react-app`. We need to wait on this upgrade until they support 5.0.0.
1 parent 631a102 commit 4bf859b

File tree

2 files changed

+12
-24
lines changed

2 files changed

+12
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-jquery": "^1.1.1",
4747
"eslint-plugin-jsdoc": "^3.0.0",
4848
"eslint-plugin-json": "^1.2.0",
49-
"eslint-plugin-jsx-a11y": "^5.0.0",
49+
"eslint-plugin-jsx-a11y": "^4.0.0",
5050
"eslint-plugin-lodash": "^2.3.5",
5151
"eslint-plugin-lodash-fp": "^2.1.3",
5252
"eslint-plugin-meteor": "^4.0.1",

yarn.lock

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ argparse@^1.0.7:
5757
dependencies:
5858
sprintf-js "~1.0.2"
5959

60-
aria-query@^0.5.0:
61-
version "0.5.0"
62-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.5.0.tgz#85e3152cd8cc5bab18dbed61cd9c4fce54fa79c3"
60+
aria-query@^0.3.0:
61+
version "0.3.0"
62+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.3.0.tgz#cb8a9984e2862711c83c80ade5b8f5ca0de2b467"
6363
dependencies:
6464
ast-types-flow "0.0.7"
6565

@@ -96,12 +96,6 @@ [email protected]:
9696
version "0.9.8"
9797
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.9.8.tgz#6cb6a40beba31f49f20928e28439fc14a3dab078"
9898

99-
axobject-query@^0.1.0:
100-
version "0.1.0"
101-
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-0.1.0.tgz#62f59dbc59c9f9242759ca349960e7a2fe3c36c0"
102-
dependencies:
103-
ast-types-flow "0.0.7"
104-
10599
[email protected], babel-code-frame@^6.16.0, babel-code-frame@^6.20.0, babel-code-frame@^6.22.0:
106100
version "6.22.0"
107101
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4"
@@ -759,13 +753,7 @@ eslint-plugin-hapi@^4.0.0:
759753
hapi-scope-start "2.x.x"
760754
no-arrowception "1.x.x"
761755

762-
eslint-plugin-html@^2.0.0:
763-
version "2.0.1"
764-
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-2.0.1.tgz#3a829510e82522f1e2e44d55d7661a176121fce1"
765-
dependencies:
766-
htmlparser2 "^3.8.2"
767-
768-
eslint-plugin-html@^2.0.3:
756+
eslint-plugin-html@^2.0.0, eslint-plugin-html@^2.0.3:
769757
version "2.0.3"
770758
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-2.0.3.tgz#7c89883ab0c85fa5d28b666a14a4e906aa90b897"
771759
dependencies:
@@ -833,16 +821,16 @@ eslint-plugin-json@^1.2.0:
833821
dependencies:
834822
jshint "^2.8.0"
835823

836-
eslint-plugin-jsx-a11y@^5.0.0:
837-
version "5.0.0"
838-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.0.0.tgz#88c1d26b2d145ef077ab3d130be15243ac06a877"
824+
eslint-plugin-jsx-a11y@^4.0.0:
825+
version "4.0.0"
826+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-4.0.0.tgz#779bb0fe7b08da564a422624911de10061e048ee"
839827
dependencies:
840-
aria-query "^0.5.0"
828+
aria-query "^0.3.0"
841829
ast-types-flow "0.0.7"
842-
axobject-query "^0.1.0"
843830
damerau-levenshtein "^1.0.0"
844831
emoji-regex "^6.1.0"
845-
jsx-ast-utils "^1.4.0"
832+
jsx-ast-utils "^1.0.0"
833+
object-assign "^4.0.1"
846834

847835
eslint-plugin-lodash-fp@^2.1.3:
848836
version "2.1.3"
@@ -1386,7 +1374,7 @@ jsonpointer@^4.0.0:
13861374
version "4.0.0"
13871375
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.0.tgz#6661e161d2fc445f19f98430231343722e1fcbd5"
13881376

1389-
jsx-ast-utils@^1.3.4, jsx-ast-utils@^1.4.0:
1377+
jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.4, jsx-ast-utils@^1.4.0:
13901378
version "1.4.0"
13911379
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.0.tgz#5afe38868f56bc8cc7aeaef0100ba8c75bd12591"
13921380
dependencies:

0 commit comments

Comments
 (0)