From 440da4ec3f8634ba68218f71803d98836126a5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Henriques?= Date: Mon, 3 Aug 2026 14:43:26 +0100 Subject: [PATCH] fix: prevent Onyx.merge from clobbering concurrent Onyx.update writes --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 544cc766b724..bc6bdeb79bc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,7 +124,7 @@ "react-native-nitro-fetch": "1.5.4", "react-native-nitro-modules": "0.36.3", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "3.0.90", + "react-native-onyx": "git+https://github.com/Expensify/react-native-onyx.git#8f9a5d046b6eba2ce8e2164e84b398c88fabfa9c", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0", @@ -36046,9 +36046,9 @@ } }, "node_modules/react-native-onyx": { - "version": "3.0.90", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.90.tgz", - "integrity": "sha512-rbmmCJzzwt17NS/vfXQFmiljTI5rmYFnX1tWV3q4ZkwzX/gtB7HXTd9b7mS2m2dNBoWJxWz0eLHwUiPd9bLiCQ==", + "version": "3.0.94", + "resolved": "git+ssh://git@github.com/Expensify/react-native-onyx.git#8f9a5d046b6eba2ce8e2164e84b398c88fabfa9c", + "integrity": "sha512-NVNHVfidxoOn/x/avI9CPPFsbY5FjG4v+aZ/13WbXvHwKtsUBtK/GJtw1tUGpw+fFxKIReSIb4oEhZYqXxx5/g==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index 3e363bf3fa51..be9556ca55ba 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "react-native-nitro-fetch": "1.5.4", "react-native-nitro-modules": "0.36.3", "react-native-nitro-sqlite": "9.6.0", - "react-native-onyx": "3.0.90", + "react-native-onyx": "git+https://github.com/Expensify/react-native-onyx.git#8f9a5d046b6eba2ce8e2164e84b398c88fabfa9c", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0",