Skip to content

Commit 337b6be

Browse files
fix(deps): update dependency @rnx-kit/react-native-host to v0.5.7 (#2461)
- 6880afa: Fixed `SurfaceRegistryBinding::startSurface` failing on 0.75 (and older) - fa2feb4: Fixed invalid application of sizeof to an incomplete type `facebook::react::JSExecutorFactory` - c2e4303: Backport fix for shadow node state not updating Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent 383b7e2 commit 337b6be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"test:rb": "bundle exec ruby -Ilib:test -e \"Dir.glob('./test/test_*.rb').each { |file| require(file) }\""
8989
},
9090
"dependencies": {
91-
"@rnx-kit/react-native-host": "^0.5.5",
91+
"@rnx-kit/react-native-host": "^0.5.7",
9292
"@rnx-kit/tools-react-native": "^2.1.0",
9393
"ajv": "^8.0.0",
9494
"cliui": "^8.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3576,12 +3576,12 @@ __metadata:
35763576
languageName: node
35773577
linkType: hard
35783578

3579-
"@rnx-kit/react-native-host@npm:^0.5.5":
3580-
version: 0.5.5
3581-
resolution: "@rnx-kit/react-native-host@npm:0.5.5"
3579+
"@rnx-kit/react-native-host@npm:^0.5.7":
3580+
version: 0.5.7
3581+
resolution: "@rnx-kit/react-native-host@npm:0.5.7"
35823582
peerDependencies:
35833583
react-native: ">=0.66"
3584-
checksum: 10c0/08d06212a7472074e48dbcbfaeea32a6d04b5d676d266b09a4004360da67516b7bf2fa1b101e535ef3349083a30d5b0db08037f10bbd0f64777fbeca70a2a660
3584+
checksum: 10c0/7c0736a1e5fbda4d0bd48f58304b22528cdb0f8b3fd77fa4e58b625077f201c689ed07712b6f3e10994b6223f49bf35925754a659154b3b1da780d27462242b6
35853585
languageName: node
35863586
linkType: hard
35873587

@@ -12186,7 +12186,7 @@ __metadata:
1218612186
"@react-native-community/cli": "npm:^15.0.1"
1218712187
"@react-native-community/template": "npm:^0.78.0"
1218812188
"@rnx-kit/eslint-plugin": "npm:^0.8.0"
12189-
"@rnx-kit/react-native-host": "npm:^0.5.5"
12189+
"@rnx-kit/react-native-host": "npm:^0.5.7"
1219012190
"@rnx-kit/tools-react-native": "npm:^2.1.0"
1219112191
"@rnx-kit/tsconfig": "npm:^2.0.0"
1219212192
"@types/js-yaml": "npm:^4.0.5"

0 commit comments

Comments
 (0)