From b69d600e2c3e09ddf69b51683b6c094f6e39f4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Tue, 20 Aug 2024 13:27:28 +0200 Subject: [PATCH] Pinning @rnx-kit/react-native-host --- .../environments/react-native-test-app/ios/Podfile.lock | 4 ++-- .../environments/react-native-test-app/package.json | 1 + package-lock.json | 8 ++++---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/integration-tests/environments/react-native-test-app/ios/Podfile.lock b/integration-tests/environments/react-native-test-app/ios/Podfile.lock index eba24e5da6a..3023e9cb6ac 100644 --- a/integration-tests/environments/react-native-test-app/ios/Podfile.lock +++ b/integration-tests/environments/react-native-test-app/ios/Podfile.lock @@ -1499,7 +1499,7 @@ PODS: - React-logger (= 0.75.1) - React-perflogger (= 0.75.1) - React-utils (= 0.75.1) - - ReactNativeHost (0.4.11): + - ReactNativeHost (0.4.12): - DoubleConversion - glog - hermes-engine @@ -1811,7 +1811,7 @@ SPEC CHECKSUMS: React-utils: 0ae17a2fe87b43a939826410d2fcbb28d44f1bfc ReactCodegen: 3c2edf5e0e699c6d45543284930ab0ffb1605056 ReactCommon: 3ae48fa4cfa7052a270c2150ececfc94e541fb8a - ReactNativeHost: a2b2a1369ca06fee98c4dcbf93ce2fc9548d04f1 + ReactNativeHost: 33fce1da9779a269fd588a9c3c8d6feea957c07e ReactTestApp-DevSupport: cbe23c1d1999516afa35e9758ef400b6bd3f7046 ReactTestApp-Resources: d200e68756fa45c648f369210bd7ee0c14759f5a RealmJS: a8c77aa700951e22403015390b33135f7ad4ace9 diff --git a/integration-tests/environments/react-native-test-app/package.json b/integration-tests/environments/react-native-test-app/package.json index 87aaf94dda5..4583397c198 100644 --- a/integration-tests/environments/react-native-test-app/package.json +++ b/integration-tests/environments/react-native-test-app/package.json @@ -132,6 +132,7 @@ } }, "dependencies": { + "@rnx-kit/react-native-host": "0.4.12", "base-64": "^1.0.0", "mocha-remote-react-native": "^1.12.3", "path-browserify": "^1.0.1", diff --git a/package-lock.json b/package-lock.json index 9d0656f9c7a..e157332c2c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -133,6 +133,7 @@ "name": "@realm/react-native-test-app-tests", "version": "0.1.0", "dependencies": { + "@rnx-kit/react-native-host": "0.4.12", "base-64": "^1.0.0", "mocha-remote-react-native": "^1.12.3", "path-browserify": "^1.0.1", @@ -5484,10 +5485,9 @@ } }, "node_modules/@rnx-kit/react-native-host": { - "version": "0.4.11", - "resolved": "https://registry.npmjs.org/@rnx-kit/react-native-host/-/react-native-host-0.4.11.tgz", - "integrity": "sha512-eqURBNQnF0AKGjAZmMhUF6LER5pp1DbdgG8RgQZ4VfCWPyjZYoi9WCvi4SqSkliDWZ1TuzAcEQRbYlWcaPV6/g==", - "dev": true, + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/@rnx-kit/react-native-host/-/react-native-host-0.4.12.tgz", + "integrity": "sha512-LVOoF6/+s8JnkCn5hjZTzdyjkL54LOh1vHAimeKeGc427SPEAmHLpOohDNiMhq0kR/jY3qn8TkX8X7C8gXNWKQ==", "license": "MIT", "peerDependencies": { "react-native": ">=0.66"