From 801b95514637c303acd43de78867342f15592da3 Mon Sep 17 00:00:00 2001 From: Brian Ng <bng412@gmail.com> Date: Sun, 11 Dec 2016 02:47:39 -0600 Subject: [PATCH] Bump babel-eslint version (#1214) --- packages/react-scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 542117c79..c366e74c7 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -25,7 +25,7 @@ "dependencies": { "autoprefixer": "6.5.1", "babel-core": "6.17.0", - "babel-eslint": "7.0.0", + "babel-eslint": "7.1.1", "babel-jest": "17.0.2", "babel-loader": "6.2.7", "babel-preset-react-app": "^2.0.1", -- GitLab