From ef761a26259e9d3e5440cff9cac924ac071f1f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 08:11:02 +0000 Subject: [PATCH] Bump @react-native-community/cli-platform-ios in /sample Bumps [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-platform-ios) from 12.3.7 to 18.0.0. - [Release notes](https://github.com/react-native-community/cli/releases) - [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-platform-ios/CHANGELOG.md) - [Commits](https://github.com/react-native-community/cli/commits/v18.0.0/packages/cli-platform-ios) --- updated-dependencies: - dependency-name: "@react-native-community/cli-platform-ios" dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index 0729f30c..8d95b7b5 100644 --- a/sample/package.json +++ b/sample/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@apollo/client": "^3.8.9", - "@react-native-community/cli-platform-ios": "^12.3.0", + "@react-native-community/cli-platform-ios": "^18.0.0", "@react-navigation/bottom-tabs": "^6.5.11", "@react-navigation/native": "^6.1.10", "@react-navigation/native-stack": "^6.9.17",