diff --git a/package-lock.json b/package-lock.json index 3539dd0183a9..7e5cf3b6a685 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.94", + "react-native-onyx": "github:callstack-internal/react-native-onyx#33dd460b3042556198e4b7731d7ee8118366ebf7", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0", @@ -36071,9 +36071,9 @@ } }, "node_modules/react-native-onyx": { - "version": "3.0.94", - "resolved": "https://registry.npmjs.org/react-native-onyx/-/react-native-onyx-3.0.94.tgz", - "integrity": "sha512-ciuFQuRxZC8Bt42NtzZdVEj/hLEiADrnnNmWiYuPv0rhrEJ2+ec2IBYqXvl4EtNY/VtrSLc8lqP0y7Mg38wLaA==", + "version": "3.0.98", + "resolved": "git+ssh://git@github.com/callstack-internal/react-native-onyx.git#33dd460b3042556198e4b7731d7ee8118366ebf7", + "integrity": "sha512-XKpsPsOayrgYXJmoNyAXyV+QhGNIVrVEAVh7xqTCes0kegjq8DxEaFa8+S+ckCEmC3by1KW/vn6zmkhK54YLkw==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index e53ebdec1c36..7373cbd45460 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.94", + "react-native-onyx": "github:callstack-internal/react-native-onyx#33dd460b3042556198e4b7731d7ee8118366ebf7", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0",