Skip to content

Commit 1446c79

Browse files
fix(apple): override feature flags for bridgeless mode (#2148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent b5cdd8a commit 1446c79

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
@@ -92,7 +92,7 @@
9292
"test:rb": "bundle exec ruby -Ilib:test -e \"Dir.glob('./test/test_*.rb').each { |file| require(file) }\""
9393
},
9494
"dependencies": {
95-
"@rnx-kit/react-native-host": "^0.4.9",
95+
"@rnx-kit/react-native-host": "^0.4.11",
9696
"ajv": "^8.0.0",
9797
"cliui": "^8.0.0",
9898
"fast-xml-parser": "^4.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3530,12 +3530,12 @@ __metadata:
35303530
languageName: node
35313531
linkType: hard
35323532

3533-
"@rnx-kit/react-native-host@npm:^0.4.9":
3534-
version: 0.4.10
3535-
resolution: "@rnx-kit/react-native-host@npm:0.4.10"
3533+
"@rnx-kit/react-native-host@npm:^0.4.11":
3534+
version: 0.4.11
3535+
resolution: "@rnx-kit/react-native-host@npm:0.4.11"
35363536
peerDependencies:
35373537
react-native: ">=0.66"
3538-
checksum: 10c0/d4e2dee739757671f932e6ad5c8dc7da3f62b7c78761076857c425656bd8fbfe66c94d3b1211cf8e0b0fb1f48c058308913c2954ddfbb31d4e7e3bdb7adfcc49
3538+
checksum: 10c0/a5aef6f0e8efc69cc7b01315ad36bb9707182282fa70d74ac2ac4e33f1d61716cb1e396e48528081528f9798c434f797764fc3d46afbe16e53b59771a14cabaa
35393539
languageName: node
35403540
linkType: hard
35413541

@@ -12469,7 +12469,7 @@ __metadata:
1246912469
"@microsoft/eslint-plugin-sdl": "npm:^0.2.0"
1247012470
"@react-native-community/cli": "npm:^12.3.0"
1247112471
"@rnx-kit/eslint-plugin": "npm:^0.7.0"
12472-
"@rnx-kit/react-native-host": "npm:^0.4.9"
12472+
"@rnx-kit/react-native-host": "npm:^0.4.11"
1247312473
"@rnx-kit/tsconfig": "npm:^1.0.0"
1247412474
"@types/js-yaml": "npm:^4.0.5"
1247512475
"@types/mustache": "npm:^4.0.0"

0 commit comments

Comments
 (0)