From 17be9360af6e3fe4c49093d7d4d7dda9993edf18 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 28 Sep 2017 14:25:43 -0400 Subject: [PATCH] =?UTF-8?q?Update=20babel-eslint=20to=20the=20latest=20ver?= =?UTF-8?q?sion=20=F0=9F=9A=80=20(#738)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update babel-eslint to version 8.0.1 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b3d22eee45..0e638e9176 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "ava": "^0.22.0", "babel-core": "7.0.0-alpha.18", - "babel-eslint": "8.0.0", + "babel-eslint": "8.0.1", "babel-helper-fixtures": "7.0.0-alpha.18", "babel-plugin-external-helpers": "7.0.0-alpha.18", "babel-plugin-istanbul": "^4.1.4", diff --git a/yarn.lock b/yarn.lock index f91eddee7b..b5ea794096 100644 --- a/yarn.lock +++ b/yarn.lock @@ -407,9 +407,9 @@ babel-core@^6.17.0, babel-core@^6.26.0: slash "^1.0.0" source-map "^0.5.6" -babel-eslint@8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.0.tgz#ce06f385bdfb5b6d7e603f06222f891abd14c240" +babel-eslint@8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.1.tgz#5d718be7a328625d006022eb293ed3008cbd6346" dependencies: babel-code-frame "7.0.0-beta.0" babel-traverse "7.0.0-beta.0"