From 635198b9838fd6de4db00f5e809ef7628a42ea04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 21:53:04 +0000 Subject: [PATCH] chore(deps): replace dependency babel-eslint with @babel/eslint-parser --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e42d35d..89a6ad0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@commitlint/cli": "7.2.1", "@commitlint/config-conventional": "7.1.2", "@commitlint/travis-cli": "7.2.1", - "babel-eslint": "8.2.2", + "@babel/eslint-parser": "7.11.0", "benchmark": "^2.1.1", "cz-conventional-changelog": "^2.1.0", "eslint": "^4.19.1",