Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/app/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ PODS:
- React-utils (= 0.85.1)
- ReactNativeDependencies
- ReactNativeDependencies (0.85.1)
- ReactNativeHost (0.5.17):
- ReactNativeHost (0.5.19):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -2189,7 +2189,7 @@ SPEC CHECKSUMS:
ReactCodegen: 1663f3db0221878329f993847de1c422d6af5e3c
ReactCommon: 66763e5bd1b778828ff6cb82d771b7162a5215c2
ReactNativeDependencies: 8cbd0fbc0255c3949672a00a81fc8d60a29dcfd9
ReactNativeHost: bfc03f71af9ea8533b3f77493ca49d6c40093397
ReactNativeHost: f5cd5ffbfb7c6eda04b5b40d3de4e09ccec2c108
ReactTestApp-DevSupport: aeb3fe7bc1b2916413ac41309a70a0df7475f8a5
ReactTestApp-Resources: 1bd9ff10e4c24f2ad87101a32023721ae923bccf
RNWWebStorage: e01ec77abc9866d80b0c1b0d57914cce11ab747b
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"dependencies": {
"@isaacs/cliui": "^9.0.0",
"@rnx-kit/react-native-host": "^0.5.17",
"@rnx-kit/react-native-host": "^0.5.19",
"@rnx-kit/tools-react-native": "^2.1.0",
"ajv": "^8.0.0",
"fast-xml-builder": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/example-macos/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,7 @@ PODS:
- React-perflogger (= 0.81.5)
- React-utils (= 0.81.5)
- SocketRocket
- ReactNativeHost (0.5.17):
- ReactNativeHost (0.5.19):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2638,7 +2638,7 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: dddd83e92ff2e76331e033a983785f1f242e0485
ReactCodegen: b71171467ffb01846451b0fa0ac5b207741f1a96
ReactCommon: 2024e8fc1841d1e289c5bc5b26aaf0e6ced45142
ReactNativeHost: 66a23d7106b451f1a1087f565a45c839abef1e73
ReactNativeHost: 8680b5bbc3afdbfeccc206ed0f3230d7c3df691b
ReactTestApp-DevSupport: 4d0b86847c5f7fffa0f09479443be7a2420d19a4
ReactTestApp-Resources: 71a3155bca10819738469de1f161410f43528209
RNWWebStorage: 8ec03f8288c1e212518f662f44ec223603bbe74c
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4468,12 +4468,12 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/react-native-host@npm:^0.5.17":
version: 0.5.17
resolution: "@rnx-kit/react-native-host@npm:0.5.17"
"@rnx-kit/react-native-host@npm:^0.5.19":
version: 0.5.19
resolution: "@rnx-kit/react-native-host@npm:0.5.19"
peerDependencies:
react-native: ">=0.66"
checksum: 10c0/e9ab5c489758274def1d910c1f6855aeb04b8b8c4e17d71ea195f252dc1416f7dc29e743797532f80ab65dd6f4c8c596fbccc29df820c093c658b104b8d52a1c
checksum: 10c0/6dbf12788c7ebff0813288343dcaa4b7c18b4a2fa048a6bdcb65019c92234beabbe8b9a52701dc7cd6845f9c621e93969fe58db3409093c7443053aa8646cc21
languageName: node
linkType: hard

Expand Down Expand Up @@ -12966,7 +12966,7 @@ __metadata:
"@react-native-community/cli": "npm:^20.1.0"
"@react-native-community/cli-types": "npm:^20.1.0"
"@react-native-community/template": "npm:^0.85.0"
"@rnx-kit/react-native-host": "npm:^0.5.17"
"@rnx-kit/react-native-host": "npm:^0.5.19"
"@rnx-kit/tools-react-native": "npm:^2.1.0"
"@rnx-kit/tsconfig": "npm:^3.0.1"
"@types/js-yaml": "npm:^4.0.5"
Expand Down
Loading