Skip to content

Commit

Permalink
fix(apple): prevent unintentional autolinking of `@rnx-kit/react-nati…
Browse files Browse the repository at this point in the history
…ve-host` (#2011)

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 committed May 2, 2024
1 parent 99c4601 commit 1c80536
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 @@ -88,7 +88,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.6",
"@rnx-kit/react-native-host": "^0.4.8",
"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 @@ -3384,12 +3384,12 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/react-native-host@npm:^0.4.6":
version: 0.4.7
resolution: "@rnx-kit/react-native-host@npm:0.4.7"
"@rnx-kit/react-native-host@npm:^0.4.8":
version: 0.4.8
resolution: "@rnx-kit/react-native-host@npm:0.4.8"
peerDependencies:
react-native: ">=0.66"
checksum: 10c0/c162abde5595e14b580e1d5bfe7500f777a8b26988873f4376a6e2f98d051ff2a0dc9fae17172813e2aecfcc3a7adf03ac16f396ee12342d46a50895b66f6cd3
checksum: 10c0/43bbd652b9c06b5015c79c8240e11dbb00564261ac1441b8ff08b86f07c74701b541ad4b3d30bbeb5ba964bae5fe2baea8459907ef76332128e38fff9facadf7
languageName: node
linkType: hard

Expand Down Expand Up @@ -12172,7 +12172,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.6"
"@rnx-kit/react-native-host": "npm:^0.4.8"
"@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 1c80536

Please sign in to comment.