Skip to content

Commit 7ae43c5

Browse files
fix: support Bun's text-based lockfile (#2404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <[email protected]>
1 parent be509f9 commit 7ae43c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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.4",
92-
"@rnx-kit/tools-react-native": "^2.0.2",
92+
"@rnx-kit/tools-react-native": "^2.1.0",
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
@@ -3291,12 +3291,12 @@ __metadata:
32913291
languageName: node
32923292
linkType: hard
32933293

3294-
"@rnx-kit/tools-react-native@npm:^2.0.0, @rnx-kit/tools-react-native@npm:^2.0.2":
3295-
version: 2.0.4
3296-
resolution: "@rnx-kit/tools-react-native@npm:2.0.4"
3294+
"@rnx-kit/tools-react-native@npm:^2.0.0, @rnx-kit/tools-react-native@npm:^2.1.0":
3295+
version: 2.1.0
3296+
resolution: "@rnx-kit/tools-react-native@npm:2.1.0"
32973297
dependencies:
32983298
"@rnx-kit/tools-node": "npm:^3.0.0"
3299-
checksum: 10c0/f10304a80e2e5f07c6c03e1656989e7aa5b9bceb468df14ce25fb97623dcb510c32a2358e08c248c231e70fa34364ce224f1ea66b559b3e4c3a3685c8664b9d7
3299+
checksum: 10c0/ac7bcaaf870463fe51cbd3f2aac631c41c085e00dd1809706ad33f498f1feba31cde611662d5ec55bd25b48ac367c8e5c4eead8749b6e6989b380b4cb6b9a161
33003300
languageName: node
33013301
linkType: hard
33023302

@@ -11947,7 +11947,7 @@ __metadata:
1194711947
"@react-native-community/template": "npm:^0.77.0"
1194811948
"@rnx-kit/eslint-plugin": "npm:^0.8.0"
1194911949
"@rnx-kit/react-native-host": "npm:^0.5.4"
11950-
"@rnx-kit/tools-react-native": "npm:^2.0.2"
11950+
"@rnx-kit/tools-react-native": "npm:^2.1.0"
1195111951
"@rnx-kit/tsconfig": "npm:^2.0.0"
1195211952
"@types/js-yaml": "npm:^4.0.5"
1195311953
"@types/mustache": "npm:^4.0.0"

0 commit comments

Comments
 (0)