From 2adc1226f134489cd707d1ff7faaebb763761181 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 18 Jun 2019 13:02:55 +0000 Subject: [PATCH] chore(deps-dev): update babel-eslint requirement from ^8.1.2 to ^10.0.2 Updates the requirements on [babel-eslint](https://github.com/babel/babel-eslint) to permit the latest version. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](https://github.com/babel/babel-eslint/compare/v8.1.2...v10.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab5b6ac..7643741 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "homepage": "https://github.com/decaffeinate/bulk-decaffeinate#readme", "devDependencies": { "babel-cli": "^6.16.0", - "babel-eslint": "^8.1.2", + "babel-eslint": "^10.0.2", "babel-plugin-external-helpers": "^6.8.0", "babel-plugin-syntax-async-functions": "^6.13.0", "babel-plugin-transform-regenerator": "^6.11.4",