Skip to content

Commit

Permalink
Bump babel-eslint peerDependency in eslint-config-react-app (#6662)
Browse files Browse the repository at this point in the history
Sync the `babel-eslint` version between react-scripts and eslint-config-react-app
  • Loading branch information
dalcib authored and ianschmitz committed Mar 16, 2019
1 parent 7864ba3 commit 5861d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "1.x",
"@typescript-eslint/parser": "1.x",
"babel-eslint": "9.x",
"babel-eslint": "10.x",
"eslint": "5.x",
"eslint-plugin-flowtype": "2.x",
"eslint-plugin-import": "2.x",
Expand Down

0 comments on commit 5861d6e

Please sign in to comment.