From 0f1739167417c761389891a253ea39be2a691d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:25:34 +0000 Subject: [PATCH] Bump @react-native/eslint-config from 0.73.2 to 0.75.2 Bumps [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native) from 0.73.2 to 0.75.2. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.75.2/packages/eslint-config-react-native) --- updated-dependencies: - dependency-name: "@react-native/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08adabf..a861d38 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "registry": "https://registry.npmjs.org/" }, "devDependencies": { - "@react-native/eslint-config": "^0.73.1", + "@react-native/eslint-config": "^0.75.2", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", "del-cli": "^5.1.0",