Skip to content

Commit 4ac8987

Browse files
committed
fix: add missing dependency for bob
1 parent 54590dc commit 4ac8987

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/react-native-builder-bob/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"kleur": "^4.1.4",
6161
"metro-config": "^0.80.9",
6262
"prompts": "^2.4.2",
63+
"react-native-monorepo-config": "^0.1.7",
6364
"which": "^2.0.2",
6465
"yargs": "^17.5.1"
6566
},

yarn.lock

+12-1
Original file line numberDiff line numberDiff line change
@@ -7335,7 +7335,7 @@ __metadata:
73357335
languageName: node
73367336
linkType: hard
73377337

7338-
"fast-glob@npm:^3.3.2":
7338+
"fast-glob@npm:^3.3.2, fast-glob@npm:^3.3.3":
73397339
version: 3.3.3
73407340
resolution: "fast-glob@npm:3.3.3"
73417341
dependencies:
@@ -12353,6 +12353,7 @@ __metadata:
1235312353
mock-fs: ^5.2.0
1235412354
mock-stdin: ^1.0.0
1235512355
prompts: ^2.4.2
12356+
react-native-monorepo-config: ^0.1.7
1235612357
vitest: ^3.1.1
1235712358
which: ^2.0.2
1235812359
yargs: ^17.5.1
@@ -12361,6 +12362,16 @@ __metadata:
1236112362
languageName: unknown
1236212363
linkType: soft
1236312364

12365+
"react-native-monorepo-config@npm:^0.1.7":
12366+
version: 0.1.7
12367+
resolution: "react-native-monorepo-config@npm:0.1.7"
12368+
dependencies:
12369+
escape-string-regexp: ^5.0.0
12370+
fast-glob: ^3.3.3
12371+
checksum: 828b8132c0121f23993b34a4a979971b80061ff8810ff1275fc26e76a264d44bad14d219990013a0f4b705ac8e64a270549fbd906bfd4217d468f6aa08ec7712
12372+
languageName: node
12373+
linkType: hard
12374+
1236412375
"react@npm:^18.2.0":
1236512376
version: 18.2.0
1236612377
resolution: "react@npm:18.2.0"

0 commit comments

Comments
 (0)