From f177f09e1091833c333c4b91adb882a776dac240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:58:21 +0000 Subject: [PATCH] Bump @react-native/eslint-config from 0.73.2 to 0.75.1 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.1. - [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.1/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..c8408f4 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.1", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", "del-cli": "^5.1.0",