Skip to content

Commit d5fda8c

Browse files
bondzgaearon
authored andcommitted
Bump jsx-a11y version (facebook#1542)
* Bump jsx-a11y version * Update package dependecy for jsx-a11y * Bump version in react-scripts
1 parent 58ee137 commit d5fda8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-loader": "1.6.3",
4343
"eslint-plugin-flowtype": "2.21.0",
4444
"eslint-plugin-import": "2.0.1",
45-
"eslint-plugin-jsx-a11y": "2.2.3",
45+
"eslint-plugin-jsx-a11y": "4.0.0",
4646
"eslint-plugin-react": "6.4.1",
4747
"extract-text-webpack-plugin": "2.0.0",
4848
"file-loader": "0.10.0",

Diff for: template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Then add this block to the `package.json` file of your project:
245245
Finally, you will need to install some packages *globally*:
246246

247247
```sh
248-
248+
249249
```
250250

251251
We recognize that this is suboptimal, but it is currently required due to the way we hide the ESLint dependency. The ESLint team is already [working on a solution to this](https://github.com/eslint/eslint/issues/3458) so this may become unnecessary in a couple of months.

0 commit comments

Comments
 (0)