diff --git a/package-lock.json b/package-lock.json index 010993bcde9b..7362d0d35ad6 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:Expensify/react-native-onyx#93d716fefb0775985fa72c857d11049392631ef6", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0", @@ -36222,9 +36222,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/Expensify/react-native-onyx.git#93d716fefb0775985fa72c857d11049392631ef6", + "integrity": "sha512-C7L6bwV5DQZTJIiYCp/Wn+9U89xL+wpBwqpgqT1d2hiFVcwqn7tsNWCEjwPqfx1vlO/IX27BIn2NSs0mOMnp7A==", "license": "MIT", "dependencies": { "ascii-table": "0.0.9", diff --git a/package.json b/package.json index af0c2ed877b2..e6d726d8bd0e 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:Expensify/react-native-onyx#93d716fefb0775985fa72c857d11049392631ef6", "react-native-pager-view": "8.0.0", "react-native-pdf": "7.0.2", "react-native-permissions": "^5.4.0",