From fc3791dcd4f022c83b682f1c627c97f63e3b9e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:55:54 +0000 Subject: [PATCH] Bump react-native from 0.79.6 to 0.84.0 in /npm-api-maker Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.79.6 to 0.84.0. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.7x.md) - [Commits](https://github.com/facebook/react-native/commits/v0.84.0/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.84.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- npm-api-maker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-api-maker/package.json b/npm-api-maker/package.json index bd77ee269..44c7d4dd6 100644 --- a/npm-api-maker/package.json +++ b/npm-api-maker/package.json @@ -86,7 +86,7 @@ "expo-module-scripts": "^5.0.8", "jest": "~29.7.0", "react": "19.0.0", - "react-native": "0.79.6", + "react-native": "0.84.0", "typescript": "~5.8.3", "velocious": "^1.0.175" },