From cf173140defe8debc4bf67ef32798099aa16424c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 May 2021 10:18:36 +0000 Subject: [PATCH] Bump babel-eslint from 6.1.2 to 10.1.0 Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 6.1.2 to 10.1.0. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](https://github.com/babel/babel-eslint/compare/v6.1.2...v10.1.0) 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 34a31be..5c61e27 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "devDependencies": { "autoprefixer": "^6.3.1", "babel-core": "^6.4.5", - "babel-eslint": "^6.0.1", + "babel-eslint": "^10.1.0", "babel-loader": "^6.2.1", "babel-plugin-react-transform": "^2.0.0", "babel-plugin-syntax-jsx": "^6.5.0",