Skip to content

Commit 844a654

Browse files
chore(deps): update dependency @rnx-kit/tools-react-native to v2.0.2 (#2325)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent de3c5df commit 844a654

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

android/autolink.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22
import { getCurrentState } from "@rnx-kit/tools-react-native/cache";
3-
import { loadContextAsync } from "@rnx-kit/tools-react-native";
3+
import { loadContextAsync } from "@rnx-kit/tools-react-native/context";
44
import * as fs from "node:fs";
55
import * as path from "node:path";
66
import {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"dependencies": {
9191
"@rnx-kit/react-native-host": "^0.5.0",
92-
"@rnx-kit/tools-react-native": "^2.0.1",
92+
"@rnx-kit/tools-react-native": "^2.0.2",
9393
"ajv": "^8.0.0",
9494
"cliui": "^8.0.0",
9595
"fast-xml-parser": "^4.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3184,12 +3184,12 @@ __metadata:
31843184
languageName: node
31853185
linkType: hard
31863186

3187-
"@rnx-kit/tools-react-native@npm:^2.0.0, @rnx-kit/tools-react-native@npm:^2.0.1":
3188-
version: 2.0.1
3189-
resolution: "@rnx-kit/tools-react-native@npm:2.0.1"
3187+
"@rnx-kit/tools-react-native@npm:^2.0.0, @rnx-kit/tools-react-native@npm:^2.0.2":
3188+
version: 2.0.2
3189+
resolution: "@rnx-kit/tools-react-native@npm:2.0.2"
31903190
dependencies:
31913191
"@rnx-kit/tools-node": "npm:^3.0.0"
3192-
checksum: 10c0/55ec8ea8c279b994da7d4411e216d0d7ed643d817f4f87271606a8f11fb4eebfa596c17dc2effb188a94769b754bc590d3ed1e48724edf9f7d1e5d24c7e06379
3192+
checksum: 10c0/3743bbb9ca0c7da29d515a5f954d54d705dcc463712f2f0850645bab86bf1853f301036476fd6f761c401b2fdce8d3e10e60a5c3357317779b5ffd3355152564
31933193
languageName: node
31943194
linkType: hard
31953195

@@ -11955,7 +11955,7 @@ __metadata:
1195511955
"@react-native-community/template": "npm:^0.75.0"
1195611956
"@rnx-kit/eslint-plugin": "npm:^0.8.0"
1195711957
"@rnx-kit/react-native-host": "npm:^0.5.0"
11958-
"@rnx-kit/tools-react-native": "npm:^2.0.1"
11958+
"@rnx-kit/tools-react-native": "npm:^2.0.2"
1195911959
"@rnx-kit/tsconfig": "npm:^2.0.0"
1196011960
"@types/js-yaml": "npm:^4.0.5"
1196111961
"@types/mustache": "npm:^4.0.0"

0 commit comments

Comments
 (0)