Skip to content

Commit

Permalink
fix(apple): override feature flags for bridgeless mode (#2148)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
  • Loading branch information
renovate[bot] and tido64 authored Jul 23, 2024
1 parent b5cdd8a commit 1446c79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"test:rb": "bundle exec ruby -Ilib:test -e \"Dir.glob('./test/test_*.rb').each { |file| require(file) }\""
},
"dependencies": {
"@rnx-kit/react-native-host": "^0.4.9",
"@rnx-kit/react-native-host": "^0.4.11",
"ajv": "^8.0.0",
"cliui": "^8.0.0",
"fast-xml-parser": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3530,12 +3530,12 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/react-native-host@npm:^0.4.9":
version: 0.4.10
resolution: "@rnx-kit/react-native-host@npm:0.4.10"
"@rnx-kit/react-native-host@npm:^0.4.11":
version: 0.4.11
resolution: "@rnx-kit/react-native-host@npm:0.4.11"
peerDependencies:
react-native: ">=0.66"
checksum: 10c0/d4e2dee739757671f932e6ad5c8dc7da3f62b7c78761076857c425656bd8fbfe66c94d3b1211cf8e0b0fb1f48c058308913c2954ddfbb31d4e7e3bdb7adfcc49
checksum: 10c0/a5aef6f0e8efc69cc7b01315ad36bb9707182282fa70d74ac2ac4e33f1d61716cb1e396e48528081528f9798c434f797764fc3d46afbe16e53b59771a14cabaa
languageName: node
linkType: hard

Expand Down Expand Up @@ -12469,7 +12469,7 @@ __metadata:
"@microsoft/eslint-plugin-sdl": "npm:^0.2.0"
"@react-native-community/cli": "npm:^12.3.0"
"@rnx-kit/eslint-plugin": "npm:^0.7.0"
"@rnx-kit/react-native-host": "npm:^0.4.9"
"@rnx-kit/react-native-host": "npm:^0.4.11"
"@rnx-kit/tsconfig": "npm:^1.0.0"
"@types/js-yaml": "npm:^4.0.5"
"@types/mustache": "npm:^4.0.0"
Expand Down

0 comments on commit 1446c79

Please sign in to comment.