From 0cba03a24da95178a069014e939e16ecfcb52ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:30:12 +0000 Subject: [PATCH] Bump react-native from 0.79.6 to 0.83.1 in /npm-api-maker Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.79.6 to 0.83.1. - [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.83.1/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.83.1 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 4d79c9da1..28aadae8a 100644 --- a/npm-api-maker/package.json +++ b/npm-api-maker/package.json @@ -85,7 +85,7 @@ "expo-module-scripts": "^5.0.8", "jest": "~29.7.0", "react": "19.0.0", - "react-native": "0.79.6", + "react-native": "0.83.1", "typescript": "~5.8.3", "velocious": "^1.0.175" },