Skip to content
  • Sponsor facebook/create-react-app

  • Notifications You must be signed in to change notification settings
  • Fork 27k

Commit 0d2989b

Browse files
iainbeestongaearon
authored andcommittedMay 24, 2017
Resolve flow errors in eslint JSX a11y (#2346)
* Upgraded eslint-plugin-jsx-a11y to 5.0.3 to take advantage of d70ac7d7975819e7a52b85465ec67a0d93eb962a
1 parent a29808a commit 0d2989b

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed
 

‎packages/eslint-config-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint": "^3.19.0",
1616
"eslint-plugin-flowtype": "^2.33.0",
1717
"eslint-plugin-import": "^2.2.0",
18-
"eslint-plugin-jsx-a11y": "^5.0.1",
18+
"eslint-plugin-jsx-a11y": "^5.0.3",
1919
"eslint-plugin-react": "^7.0.1"
2020
}
2121
}

‎packages/react-error-overlay/.flowconfig

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[ignore]
2-
<PROJECT_ROOT>/node_modules/eslint-plugin-jsx-a11y/.*
32

43
[include]
54
src/**/*.js

‎packages/react-error-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-config-react-app": "^1.0.3",
4848
"eslint-plugin-flowtype": "2.33.0",
4949
"eslint-plugin-import": "2.2.0",
50-
"eslint-plugin-jsx-a11y": "5.0.1",
50+
"eslint-plugin-jsx-a11y": "5.0.3",
5151
"eslint-plugin-react": "7.0.1",
5252
"flow-bin": "0.46.0",
5353
"jest": "20.0.1",

‎packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-loader": "1.7.1",
3838
"eslint-plugin-flowtype": "2.33.0",
3939
"eslint-plugin-import": "2.2.0",
40-
"eslint-plugin-jsx-a11y": "5.0.1",
40+
"eslint-plugin-jsx-a11y": "5.0.3",
4141
"eslint-plugin-react": "7.0.1",
4242
"extract-text-webpack-plugin": "2.1.0",
4343
"file-loader": "0.11.1",

0 commit comments

Comments
 (0)
Please sign in to comment.