From d6de835aed7a94eb67735f0b3d50b1e263ddc728 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Mar 2026 07:54:59 +0000 Subject: [PATCH 1/2] Initial plan From 78c3717661923b43f1762fa7728c75e803938fb7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Mar 2026 07:57:45 +0000 Subject: [PATCH 2/2] fix(mobile): update expo-localization version from ~16.0.6 to ~16.1.0 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- mobile/package-lock.json | 20 ++++++++++++++++++++ mobile/package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/mobile/package-lock.json b/mobile/package-lock.json index 1073f1ff..d353d775 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -27,6 +27,7 @@ "expo-image-manipulator": "~14.0.8", "expo-image-picker": "~17.0.10", "expo-linking": "~8.0.11", + "expo-localization": "~16.1.0", "expo-notifications": "~0.32.16", "expo-router": "~6.0.23", "expo-secure-store": "~15.0.8", @@ -7078,6 +7079,19 @@ "react-native": "*" } }, + "node_modules/expo-localization": { + "version": "16.1.6", + "resolved": "https://registry.npmjs.org/expo-localization/-/expo-localization-16.1.6.tgz", + "integrity": "sha512-v4HwNzs8QvyKHwl40MvETNEKr77v1o9/eVC8WCBY++DIlBAvonHyJe2R9CfqpZbC4Tlpl7XV+07nLXc8O5PQsA==", + "license": "MIT", + "dependencies": { + "rtl-detect": "^1.0.2" + }, + "peerDependencies": { + "expo": "*", + "react": "*" + } + }, "node_modules/expo-manifests": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/expo-manifests/-/expo-manifests-1.0.10.tgz", @@ -11532,6 +11546,12 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/rtl-detect": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/rtl-detect/-/rtl-detect-1.1.2.tgz", + "integrity": "sha512-PGMBq03+TTG/p/cRB7HCLKJ1MgDIi07+QU1faSjiYRfmY5UsAttV9Hs08jDAHVwcOwmVLcSJkpwyfXszVjWfIQ==", + "license": "BSD-3-Clause" + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", diff --git a/mobile/package.json b/mobile/package.json index 9b487af2..4064adf0 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -36,7 +36,7 @@ "expo-image-manipulator": "~14.0.8", "expo-image-picker": "~17.0.10", "expo-linking": "~8.0.11", - "expo-localization": "~16.0.6", + "expo-localization": "~16.1.0", "expo-notifications": "~0.32.16", "expo-router": "~6.0.23", "expo-secure-store": "~15.0.8",