From 75336b846aeb93e0d19025600472763ce83eb46e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 12:45:51 +0000 Subject: [PATCH] chore(deps): bump expo Bumps the npm_and_yarn group with 1 update in the /example directory: [expo](https://github.com/expo/expo/tree/HEAD/packages/expo). Updates `expo` from 47.0.14 to 56.0.9 - [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo) --- updated-dependencies: - dependency-name: expo dependency-version: 56.0.9 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index f5a89de..c8a7021 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "npm": "---------- ONLY USE YARN ----------" }, "dependencies": { - "expo": "~47.0.9", + "expo": "~56.0.9", "expo-status-bar": "~1.4.2", "react": "18.1.0", "react-dom": "18.1.0",