diff --git a/bun.lockb b/bun.lockb index ac9f6903..56b3cdfc 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index b9203971..f6a3a00d 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -7,7 +7,7 @@ PODS: - hermes-engine (0.74.5): - hermes-engine/Pre-built (= 0.74.5) - hermes-engine/Pre-built (0.74.5) - - NitroModules (0.4.1): + - NitroModules (0.4.0): - DoubleConversion - glog - hermes-engine @@ -1564,7 +1564,7 @@ SPEC CHECKSUMS: fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f hermes-engine: 8c1577f3fdb849cbe7729c2e7b5abc4b845e88f8 - NitroModules: 24157e177bd9008389655c9fdfe6b850c1c22410 + NitroModules: da051fe7d5765063eb128f5fa920e0e3aa5b09b6 OpenSSL-Universal: f8a9c4fdab7e21cb70bda471c269e86e9212439c QuickCrypto: 66251dc3bae056eaf0bb5313cc078b94853d4da8 RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47 diff --git a/example/package.json b/example/package.json index ba17cc6f..c8856f29 100644 --- a/example/package.json +++ b/example/package.json @@ -29,7 +29,7 @@ "react": "^18.3.1", "react-native": "^0.74.5", "react-native-bouncy-checkbox": "4.0.1", - "react-native-nitro-modules": "0.4.1", + "react-native-nitro-modules": "0.4.0", "react-native-quick-base64": "2.1.2", "react-native-quick-crypto": "workspace:^", "react-native-safe-area-context": "4.10.8", diff --git a/packages/react-native-quick-crypto/package.json b/packages/react-native-quick-crypto/package.json index 176349a5..c47bb79b 100644 --- a/packages/react-native-quick-crypto/package.json +++ b/packages/react-native-quick-crypto/package.json @@ -68,7 +68,7 @@ "dependencies": { "@craftzdog/react-native-buffer": "6.0.5", "events": "3.3.0", - "react-native-nitro-modules": "0.4.1", + "react-native-nitro-modules": "0.4.0", "react-native-quick-base64": "2.1.2", "readable-stream": "4.5.2", "string_decoder": "1.3.0", @@ -86,7 +86,7 @@ "eslint": "9.9.0", "eslint-plugin-react-native": "^4.1.0", "jest": "29.7.0", - "nitro-codegen": "0.4.1", + "nitro-codegen": "0.4.0", "prettier": "3.2.5", "react": "18.3.1", "react-native": "0.74.5",