From 647d8e5bff58c8eafbc6d6169f3903833df37f7b Mon Sep 17 00:00:00 2001 From: Florent Vilmart <364568+flovilmart@users.noreply.github.com> Date: Tue, 20 Feb 2018 08:26:43 -0500 Subject: [PATCH] chore(package): update babel-eslint to version 8.2.2 (#4579) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e174254..e050066e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "devDependencies": { "babel-cli": "6.26.0", "babel-core": "6.26.0", - "babel-eslint": "^8.0.0", + "babel-eslint": "^8.2.2", "babel-plugin-transform-flow-strip-types": "6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "1.6.1",