From 93115d3bbd18262dc9265ea1d1b031e5da29a57a Mon Sep 17 00:00:00 2001 From: David NRB <4661784+retyui@users.noreply.github.com> Date: Mon, 18 Oct 2021 15:43:05 +0300 Subject: [PATCH] Replace babel-eslint with @babel/eslint-parser > `babel-eslint` is now `@babel/eslint-parser`. This package will no longer receive updates. --- packages/eslint-config-react-native-community/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-react-native-community/package.json b/packages/eslint-config-react-native-community/package.json index bf80d296770f..c0ad780c271e 100644 --- a/packages/eslint-config-react-native-community/package.json +++ b/packages/eslint-config-react-native-community/package.json @@ -14,7 +14,7 @@ "@react-native-community/eslint-plugin": "^1.1.0", "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.22.1", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.15.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-eslint-comments": "^3.1.2", "eslint-plugin-flowtype": "2.50.3",