Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 android/autolink.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check
import { getCurrentState } from "@rnx-kit/tools-react-native/cache";
import { loadContextAsync } from "@rnx-kit/tools-react-native";
import { loadContextAsync } from "@rnx-kit/tools-react-native/context";
import * as fs from "node:fs";
import * as path from "node:path";
import {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"dependencies": {
"@rnx-kit/react-native-host": "^0.5.0",
"@rnx-kit/tools-react-native": "^2.0.1",
"@rnx-kit/tools-react-native": "^2.0.2",
"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 @@ -3184,12 +3184,12 @@ __metadata:
languageName: node
linkType: hard

"@rnx-kit/tools-react-native@npm:^2.0.0, @rnx-kit/tools-react-native@npm:^2.0.1":
version: 2.0.1
resolution: "@rnx-kit/tools-react-native@npm:2.0.1"
"@rnx-kit/tools-react-native@npm:^2.0.0, @rnx-kit/tools-react-native@npm:^2.0.2":
version: 2.0.2
resolution: "@rnx-kit/tools-react-native@npm:2.0.2"
dependencies:
"@rnx-kit/tools-node": "npm:^3.0.0"
checksum: 10c0/55ec8ea8c279b994da7d4411e216d0d7ed643d817f4f87271606a8f11fb4eebfa596c17dc2effb188a94769b754bc590d3ed1e48724edf9f7d1e5d24c7e06379
checksum: 10c0/3743bbb9ca0c7da29d515a5f954d54d705dcc463712f2f0850645bab86bf1853f301036476fd6f761c401b2fdce8d3e10e60a5c3357317779b5ffd3355152564
languageName: node
linkType: hard

Expand Down Expand Up @@ -11955,7 +11955,7 @@ __metadata:
"@react-native-community/template": "npm:^0.75.0"
"@rnx-kit/eslint-plugin": "npm:^0.8.0"
"@rnx-kit/react-native-host": "npm:^0.5.0"
"@rnx-kit/tools-react-native": "npm:^2.0.1"
"@rnx-kit/tools-react-native": "npm:^2.0.2"
"@rnx-kit/tsconfig": "npm:^2.0.0"
"@types/js-yaml": "npm:^4.0.5"
"@types/mustache": "npm:^4.0.0"
Expand Down
Loading