From 826c9323a309ca8c367374dd5e93a735674da732 Mon Sep 17 00:00:00 2001 From: Dalci de Jesus Bagolin Date: Sat, 16 Mar 2019 20:11:54 +0530 Subject: [PATCH] Bump babel-eslint in eslint-config-react-app Sync the `babel-eslint` version between react-scripts (version 3) and eslint-config-react-app ``` warning "react-scripts > eslint-config-react-app@4.0.0-next.b0cbf2ca" has incorrect peer dependency "babel-eslint@9.x". ``` --- packages/eslint-config-react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-react-app/package.json b/packages/eslint-config-react-app/package.json index 397afc075ae..d9d9c2b3481 100644 --- a/packages/eslint-config-react-app/package.json +++ b/packages/eslint-config-react-app/package.json @@ -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",