From f7f465beb502a215486d2a9aa9cc22468dd38a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:29:02 +0000 Subject: [PATCH] build(deps): bump react-native from 0.81.5 to 0.84.1 in /apps/speech Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.81.5 to 0.84.1. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.84.1/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.84.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/speech/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/speech/package.json b/apps/speech/package.json index 3639464b7..aa42ff0a6 100644 --- a/apps/speech/package.json +++ b/apps/speech/package.json @@ -19,7 +19,7 @@ "expo-status-bar": "~3.0.9", "metro-config": "^0.81.5", "react": "19.1.0", - "react-native": "0.81.5", + "react-native": "0.84.1", "react-native-audio-api": "0.11.5", "react-native-device-info": "^15.0.2", "react-native-executorch": "workspace:*",