From 661fc472ac1d2f5d2f6c4770df44aac7d8c36c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:22:27 +0000 Subject: [PATCH] chore(deps-dev): bump @react-native-community/cli Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 19.1.1 to 20.0.0. - [Release notes](https://github.com/react-native-community/cli/releases) - [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/react-native-community/cli/commits/v20.0.0/packages/cli) --- updated-dependencies: - dependency-name: "@react-native-community/cli" dependency-version: 20.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- samples/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-native/package.json b/samples/react-native/package.json index c79ae7fec4..247cc2cc25 100644 --- a/samples/react-native/package.json +++ b/samples/react-native/package.json @@ -51,7 +51,7 @@ "@babel/core": "^7.26.7", "@babel/preset-env": "^7.26.7", "@babel/runtime": "^7.26.7", - "@react-native-community/cli": "19.1.1", + "@react-native-community/cli": "20.0.0", "@react-native-community/cli-platform-android": "19.1.1", "@react-native-community/cli-platform-ios": "19.1.1", "@react-native/babel-preset": "0.80.2",