From dd3683bcee2a5d3067b3d3f5c42283baf18cbb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:11:11 +0000 Subject: [PATCH] build(deps-dev): bump @react-native-community/cli Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 15.0.0-alpha.2 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abdc722..7c3cc45 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@eslint/eslintrc": "^3.3.0", "@eslint/js": "^9.22.0", "@evilmartians/lefthook": "^1.5.0", - "@react-native-community/cli": "15.0.0-alpha.2", + "@react-native-community/cli": "20.0.0", "@react-native/babel-preset": "0.81.4", "@react-native/eslint-config": "^0.78.0", "@release-it/conventional-changelog": "^9.0.2",