From 97dc07bdaf91d0006492ccf78adb8daae5620ec2 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 05:26:17 +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 2e0144c5fc..dccf870a05 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@react-native-community/eslint-config": "0.0.7", - "babel-eslint": "10.0.3", + "@babel/eslint-parser": "7.11.0", "eslint": "6.8.0", "react": "^16.12.0", "react-dom": "^16.12.0",