From 8f355be14c2a511464a264c072a679f70dda50b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:41:08 +0000 Subject: [PATCH] chore(deps-dev): bump react-native from 0.65.3 to 0.85.2 Bumps [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) from 0.65.3 to 0.85.2. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.6x.md) - [Commits](https://github.com/facebook/react-native/commits/v0.85.2/packages/react-native) --- updated-dependencies: - dependency-name: react-native dependency-version: 0.85.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccc1c82..294d45e 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ }, "devDependencies": { "react": "^17.0.0", - "react-native": "^0.65.0" + "react-native": "^0.85.2" } }