Skip to content

Commit

Permalink
package.json: Pin down eslint-plugin-react to avoid 7.14.0
Browse files Browse the repository at this point in the history
7.14.0 has a grave bug which breaks our build:
jsx-eslint/eslint-plugin-react#2319

Until the fix is released, pin down to the previous version.

Closes #12136
  • Loading branch information
martinpitt committed Jun 24, 2019
1 parent e3e0849 commit 25063a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-standard": "^4.0.0",
"exports-loader": "~0.6.3",
"extend": "~3.0.0",
Expand Down

0 comments on commit 25063a8

Please sign in to comment.