Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion .yarn/plugins/clean.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
);
const stats = fs.lstatSync(rntaPath, { throwIfNoEntry: false });
if (stats?.isSymbolicLink()) {
fs.rmSync(rntaPath);
fs.rmSync(rntaPath, { force: true, recursive: true });
}
}

Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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.5.14",
"@rnx-kit/react-native-host": "^0.5.15",
"@rnx-kit/tools-react-native": "^2.1.0",
"ajv": "^8.0.0",
"cliui": "^8.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3926,12 +3926,12 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/react-native-host@npm:^0.5.14":
version: 0.5.14
resolution: "@rnx-kit/react-native-host@npm:0.5.14"
"@rnx-kit/react-native-host@npm:^0.5.15":
version: 0.5.15
resolution: "@rnx-kit/react-native-host@npm:0.5.15"
peerDependencies:
react-native: ">=0.66"
checksum: 10c0/0fafee2e3f2f0423b82a33338c2253c55847c3c1d29685df516c0366307b6c19674ee6ff529d2d10864e562cfa94c751053a3b437f20d63308aea975d24722aa
checksum: 10c0/e3d1fed8fe9d4c033ced89a067fffd19113cc5f39b7eb2bbb892e706df811884cba80249e3d0601158b6c8643979f54c83a44c0f349db3f015eb695add9ac242
languageName: node
linkType: hard

Expand Down Expand Up @@ -12362,7 +12362,7 @@ __metadata:
"@react-native-community/template": "npm:^0.79.0"
"@rnx-kit/eslint-plugin": "npm:^0.9.0"
"@rnx-kit/lint-lockfile": "npm:^0.1.0"
"@rnx-kit/react-native-host": "npm:^0.5.14"
"@rnx-kit/react-native-host": "npm:^0.5.15"
"@rnx-kit/tools-react-native": "npm:^2.1.0"
"@rnx-kit/tsconfig": "npm:^2.0.0"
"@swc-node/register": "npm:^1.10.0"
Expand Down
Loading