Skip to content

Commit 442f6bb

Browse files
chore(deps): update dependency react-native-builder-bob to v0.40.8
1 parent 3425de3 commit 442f6bb

2 files changed

Lines changed: 93 additions & 101 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"postinstall-postinstall": "2.1.0",
7070
"react": "19.1.0",
7171
"react-native": "0.78.2",
72-
"react-native-builder-bob": "0.39.1",
72+
"react-native-builder-bob": "0.40.8",
7373
"react-native-svg": "15.11.2",
7474
"reassure": "1.4.0",
7575
"release-it": "19.0.1",

yarn.lock

Lines changed: 92 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13+
14+
version "0.46.0"
15+
resolved "https://registry.yarnpkg.com/@ark/schema/-/schema-0.46.0.tgz#81a1a0dc1ff0f2faa098cba05de505a174bdc64e"
16+
integrity sha512-c2UQdKgP2eqqDArfBqQIJppxJHvNNXuQPeuSPlDML4rjw+f1cu0qAlzOG4b8ujgm9ctIDWwhpyw6gjG5ledIVQ==
17+
dependencies:
18+
"@ark/util" "0.46.0"
19+
20+
21+
version "0.46.0"
22+
resolved "https://registry.yarnpkg.com/@ark/util/-/util-0.46.0.tgz#aee240bdaf413793e5ca4c4e8e3707aa965f4be3"
23+
integrity sha512-JPy/NGWn/lvf1WmGCPw2VGpBg5utZraE84I7wli18EDF3p3zc/e9WolT35tINeZO3l7C77SjqRJeAUoT0CvMRg==
24+
1325
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6":
1426
version "7.18.6"
1527
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
@@ -654,6 +666,11 @@
654666
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
655667
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
656668

669+
"@babel/helper-plugin-utils@^7.27.1":
670+
version "7.27.1"
671+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
672+
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
673+
657674
"@babel/helper-remap-async-to-generator@^7.24.7", "@babel/helper-remap-async-to-generator@^7.25.0":
658675
version "7.25.0"
659676
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz#d2f0fbba059a42d68e5e378feaf181ef6055365e"
@@ -1164,6 +1181,13 @@
11641181
dependencies:
11651182
"@babel/helper-plugin-utils" "^7.25.9"
11661183

1184+
"@babel/plugin-syntax-flow@^7.27.1":
1185+
version "7.27.1"
1186+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.27.1.tgz#6c83cf0d7d635b716827284b7ecd5aead9237662"
1187+
integrity sha512-p9OkPbZ5G7UT1MofwYFigGebnrzGJacoBSQM0/6bi/PUMVE+qlWDD/OalvQKbwgQzU6dl0xAv6r4X7Jme0RYxA==
1188+
dependencies:
1189+
"@babel/helper-plugin-utils" "^7.27.1"
1190+
11671191
"@babel/plugin-syntax-import-assertions@^7.24.7":
11681192
version "7.24.7"
11691193
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz#2a0b406b5871a20a841240586b1300ce2088a778"
@@ -1585,6 +1609,14 @@
15851609
"@babel/helper-plugin-utils" "^7.26.5"
15861610
"@babel/plugin-syntax-flow" "^7.26.0"
15871611

1612+
"@babel/plugin-transform-flow-strip-types@^7.26.5":
1613+
version "7.27.1"
1614+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.27.1.tgz#5def3e1e7730f008d683144fb79b724f92c5cdf9"
1615+
integrity sha512-G5eDKsu50udECw7DL2AcsysXiQyB7Nfg521t2OAJ4tbfTJ27doHLeF/vlI1NZGlLdbb/v+ibvtL1YBQqYOwJGg==
1616+
dependencies:
1617+
"@babel/helper-plugin-utils" "^7.27.1"
1618+
"@babel/plugin-syntax-flow" "^7.27.1"
1619+
15881620
"@babel/plugin-transform-for-of@^7.24.7":
15891621
version "7.24.7"
15901622
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz#f25b33f72df1d8be76399e1b8f3f9d366eb5bc70"
@@ -4289,6 +4321,14 @@ argparse@^2.0.1:
42894321
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
42904322
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
42914323

4324+
arktype@^2.1.15:
4325+
version "2.1.20"
4326+
resolved "https://registry.yarnpkg.com/arktype/-/arktype-2.1.20.tgz#dd46726b0faf23c2753369876c77bb037e7089d9"
4327+
integrity sha512-IZCEEXaJ8g+Ijd59WtSYwtjnqXiwM8sWQ5EjGamcto7+HVN9eK0C4p0zDlCuAwWhpqr6fIBkxPuYDl4/Mcj/+Q==
4328+
dependencies:
4329+
"@ark/schema" "0.46.0"
4330+
"@ark/util" "0.46.0"
4331+
42924332
array-ify@^1.0.0:
42934333
version "1.0.0"
42944334
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
@@ -4376,17 +4416,6 @@ babel-plugin-jest-hoist@^29.6.3:
43764416
"@types/babel__core" "^7.1.14"
43774417
"@types/babel__traverse" "^7.0.6"
43784418

4379-
babel-plugin-module-resolver@^5.0.2:
4380-
version "5.0.2"
4381-
resolved "https://registry.yarnpkg.com/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.2.tgz#cdeac5d4aaa3b08dd1ac23ddbf516660ed2d293e"
4382-
integrity sha512-9KtaCazHee2xc0ibfqsDeamwDps6FZNo5S0Q81dUqEuFzVwPhcT4J5jOqIVvgCA3Q/wO9hKYxN/Ds3tIsp5ygg==
4383-
dependencies:
4384-
find-babel-config "^2.1.1"
4385-
glob "^9.3.3"
4386-
pkg-up "^3.1.0"
4387-
reselect "^4.1.7"
4388-
resolve "^1.22.8"
4389-
43904419
babel-plugin-polyfill-corejs2@^0.4.10:
43914420
version "0.4.10"
43924421
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz#276f41710b03a64f6467433cab72cbc2653c38b1"
@@ -4426,6 +4455,13 @@ [email protected]:
44264455
dependencies:
44274456
hermes-parser "0.25.1"
44284457

4458+
babel-plugin-syntax-hermes-parser@^0.28.0:
4459+
version "0.28.1"
4460+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
4461+
integrity sha512-meT17DOuUElMNsL5LZN56d+KBp22hb0EfxWfuPUeoSi54e40v1W4C2V36P75FpsH9fVEfDKpw5Nnkahc8haSsQ==
4462+
dependencies:
4463+
hermes-parser "0.28.1"
4464+
44294465
babel-plugin-transform-flow-enums@^0.0.2:
44304466
version "0.0.2"
44314467
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25"
@@ -5602,6 +5638,11 @@ escape-string-regexp@^4.0.0:
56025638
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
56035639
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
56045640

5641+
escape-string-regexp@^5.0.0:
5642+
version "5.0.0"
5643+
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
5644+
integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
5645+
56055646
escodegen@^2.0.0:
56065647
version "2.0.0"
56075648
resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd"
@@ -5781,6 +5822,17 @@ fast-glob@^3.2.9:
57815822
merge2 "^1.3.0"
57825823
micromatch "^4.0.4"
57835824

5825+
fast-glob@^3.3.3:
5826+
version "3.3.3"
5827+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
5828+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
5829+
dependencies:
5830+
"@nodelib/fs.stat" "^2.0.2"
5831+
"@nodelib/fs.walk" "^1.2.3"
5832+
glob-parent "^5.1.2"
5833+
merge2 "^1.3.0"
5834+
micromatch "^4.0.8"
5835+
57845836
fast-json-patch@^3.0.0-1:
57855837
version "3.1.1"
57865838
resolved "https://registry.yarnpkg.com/fast-json-patch/-/fast-json-patch-3.1.1.tgz#85064ea1b1ebf97a3f7ad01e23f9337e72c66947"
@@ -5835,13 +5887,6 @@ [email protected]:
58355887
statuses "~1.5.0"
58365888
unpipe "~1.0.0"
58375889

5838-
find-babel-config@^2.1.1:
5839-
version "2.1.2"
5840-
resolved "https://registry.yarnpkg.com/find-babel-config/-/find-babel-config-2.1.2.tgz#2841b1bfbbbcdb971e1e39df8cbc43dafa901716"
5841-
integrity sha512-ZfZp1rQyp4gyuxqt1ZqjFGVeVBvmpURMqdIWXbPRfB97Bf6BzdK/xSIbylEINzQ0kB5tlDQfn9HkNXXWsqTqLg==
5842-
dependencies:
5843-
json5 "^2.2.3"
5844-
58455890
find-cache-dir@^2.0.0:
58465891
version "2.1.0"
58475892
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7"
@@ -6120,16 +6165,6 @@ glob@^8.0.3:
61206165
minimatch "^5.0.1"
61216166
once "^1.3.0"
61226167

6123-
glob@^9.3.3:
6124-
version "9.3.5"
6125-
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
6126-
integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
6127-
dependencies:
6128-
fs.realpath "^1.0.0"
6129-
minimatch "^8.0.2"
6130-
minipass "^4.2.4"
6131-
path-scurry "^1.6.1"
6132-
61336168
global-directory@^4.0.1:
61346169
version "4.0.1"
61356170
resolved "https://registry.yarnpkg.com/global-directory/-/global-directory-4.0.1.tgz#4d7ac7cfd2cb73f304c53b8810891748df5e361e"
@@ -6224,13 +6259,6 @@ hasown@^2.0.0:
62246259
dependencies:
62256260
function-bind "^1.1.2"
62266261

6227-
hasown@^2.0.2:
6228-
version "2.0.2"
6229-
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
6230-
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
6231-
dependencies:
6232-
function-bind "^1.1.2"
6233-
62346262
62356263
version "0.23.1"
62366264
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.23.1.tgz#d0bac369a030188120ee7024926aabe5a9f84fdb"
@@ -6241,6 +6269,11 @@ [email protected]:
62416269
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
62426270
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
62436271

6272+
6273+
version "0.28.1"
6274+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
6275+
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
6276+
62446277
62456278
version "0.23.1"
62466279
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.23.1.tgz#e5de648e664f3b3d84d01b48fc7ab164f4b68205"
@@ -6255,6 +6288,13 @@ [email protected]:
62556288
dependencies:
62566289
hermes-estree "0.25.1"
62576290

6291+
6292+
version "0.28.1"
6293+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.28.1.tgz#17b9e6377f334b6870a1f6da2e123fdcd0b605ac"
6294+
integrity sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==
6295+
dependencies:
6296+
hermes-estree "0.28.1"
6297+
62586298
homedir-polyfill@^1.0.0, homedir-polyfill@^1.0.1:
62596299
version "1.0.3"
62606300
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
@@ -6505,13 +6545,6 @@ is-arrayish@^0.2.1:
65056545
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
65066546
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
65076547

6508-
is-core-module@^2.13.0:
6509-
version "2.15.1"
6510-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37"
6511-
integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==
6512-
dependencies:
6513-
hasown "^2.0.2"
6514-
65156548
is-core-module@^2.8.1:
65166549
version "2.13.0"
65176550
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
@@ -7585,11 +7618,6 @@ lru-cache@^10.0.1:
75857618
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a"
75867619
integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==
75877620

7588-
lru-cache@^10.2.0:
7589-
version "10.4.3"
7590-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
7591-
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
7592-
75937621
lru-cache@^5.1.1:
75947622
version "5.1.1"
75957623
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -8088,7 +8116,7 @@ [email protected], metro@^0.81.3:
80888116
ws "^7.5.10"
80898117
yargs "^17.6.2"
80908118

8091-
micromatch@^4.0.4, micromatch@^4.0.7:
8119+
micromatch@^4.0.4, micromatch@^4.0.7, micromatch@^4.0.8:
80928120
version "4.0.8"
80938121
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
80948122
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -8159,13 +8187,6 @@ minimatch@^5.0.1:
81598187
dependencies:
81608188
brace-expansion "^2.0.1"
81618189

8162-
minimatch@^8.0.2:
8163-
version "8.0.4"
8164-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
8165-
integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
8166-
dependencies:
8167-
brace-expansion "^2.0.1"
8168-
81698190
minimist@^1.2.0, minimist@^1.2.5:
81708191
version "1.2.6"
81718192
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
@@ -8176,16 +8197,6 @@ minimist@^1.2.8:
81768197
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
81778198
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
81788199

8179-
minipass@^4.2.4:
8180-
version "4.2.8"
8181-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a"
8182-
integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==
8183-
8184-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
8185-
version "7.1.2"
8186-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
8187-
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
8188-
81898200
mkdirp@^1.0.4:
81908201
version "1.0.4"
81918202
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
@@ -8679,14 +8690,6 @@ path-parse@^1.0.7:
86798690
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
86808691
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
86818692

8682-
path-scurry@^1.6.1:
8683-
version "1.11.1"
8684-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
8685-
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
8686-
dependencies:
8687-
lru-cache "^10.2.0"
8688-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
8689-
86908693
path-type@^4.0.0:
86918694
version "4.0.0"
86928695
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -8770,13 +8773,6 @@ pkg-types@^2.0.0, pkg-types@^2.1.0:
87708773
exsolve "^1.0.1"
87718774
pathe "^2.0.3"
87728775

8773-
pkg-up@^3.1.0:
8774-
version "3.1.0"
8775-
resolved "https://registry.yarnpkg.com/pkg-up/-/pkg-up-3.1.0.tgz#100ec235cc150e4fd42519412596a28512a0def5"
8776-
integrity sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==
8777-
dependencies:
8778-
find-up "^3.0.0"
8779-
87808776
87818777
version "0.3.7"
87828778
resolved "https://registry.yarnpkg.com/pod-install/-/pod-install-0.3.7.tgz#a29637880d433603289b21424341fea4547203bf"
@@ -8935,18 +8931,19 @@ [email protected], react-is@^18.0.0:
89358931
resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.1.0.tgz#805bce321546b7e14c084989c77022351bbdd11b"
89368932
integrity sha512-Oe56aUPnkHyyDxxkvqtd7KkdQP5uIUfHxd5XTb3wE9d/kRnZLmKbDB0GWk919tdQ+mxxPtG6EAs6RMT6i1qtHg==
89378933

8938-
react-native-builder-bob@0.39.1:
8939-
version "0.39.1"
8940-
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.39.1.tgz#45e02a4f188d3640eb76dbc1bdac3aaa48778aac"
8941-
integrity sha512-nEG9FB5a2Rxw0251dnlM9QtqvuM2os8avRhYDWDdvsZOnQJhQI4fGV5wF5FypAqHNWPQUNXmvhPUFrPSwiPnAQ==
8934+
react-native-builder-bob@0.40.8:
8935+
version "0.40.8"
8936+
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.40.8.tgz#b7512fc98b41c6064c6eb59bc8fcd526d26172bd"
8937+
integrity sha512-uoGBN8X3GXV5/iNSN44g5IReYABcJOV298abWsgxMI6jIrLnb5mwXHgjW2iht/BdLWUWrgY658imbPr+xWalxg==
89428938
dependencies:
89438939
"@babel/core" "^7.25.2"
8940+
"@babel/plugin-transform-flow-strip-types" "^7.26.5"
89448941
"@babel/plugin-transform-strict-mode" "^7.24.7"
89458942
"@babel/preset-env" "^7.25.2"
8946-
"@babel/preset-flow" "^7.24.7"
89478943
"@babel/preset-react" "^7.24.7"
89488944
"@babel/preset-typescript" "^7.24.7"
8949-
babel-plugin-module-resolver "^5.0.2"
8945+
arktype "^2.1.15"
8946+
babel-plugin-syntax-hermes-parser "^0.28.0"
89508947
browserslist "^4.20.4"
89518948
cross-spawn "^7.0.3"
89528949
dedent "^0.7.0"
@@ -8959,9 +8956,18 @@ [email protected]:
89598956
kleur "^4.1.4"
89608957
metro-config "^0.80.9"
89618958
prompts "^2.4.2"
8959+
react-native-monorepo-config "^0.1.7"
89628960
which "^2.0.2"
89638961
yargs "^17.5.1"
89648962

8963+
react-native-monorepo-config@^0.1.7:
8964+
version "0.1.7"
8965+
resolved "https://registry.yarnpkg.com/react-native-monorepo-config/-/react-native-monorepo-config-0.1.7.tgz#cef66949981b4bcbd2096f9878e3cc15999df236"
8966+
integrity sha512-CaAPp+CO0l8PfMgRu+GFAdsHV/DTTe+cgpCrvVTi4XFds/Ay2cIkzmj429wgwjiVtM+/GDipFJEn2JEu6yR0iw==
8967+
dependencies:
8968+
escape-string-regexp "^5.0.0"
8969+
fast-glob "^3.3.3"
8970+
89658971
89668972
version "0.0.2"
89678973
resolved "https://registry.yarnpkg.com/react-native-reanimated-table/-/react-native-reanimated-table-0.0.2.tgz#015392dbc12fb03fd872d5a7eea9bc84c4f3a685"
@@ -9269,11 +9275,6 @@ requires-port@^1.0.0:
92699275
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
92709276
integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
92719277

9272-
reselect@^4.1.7:
9273-
version "4.1.8"
9274-
resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.8.tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524"
9275-
integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==
9276-
92779278
resolve-cwd@^3.0.0:
92789279
version "3.0.0"
92799280
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
@@ -9310,15 +9311,6 @@ resolve@^1.14.2, resolve@^1.20.0:
93109311
path-parse "^1.0.7"
93119312
supports-preserve-symlinks-flag "^1.0.0"
93129313

9313-
resolve@^1.22.8:
9314-
version "1.22.8"
9315-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
9316-
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
9317-
dependencies:
9318-
is-core-module "^2.13.0"
9319-
path-parse "^1.0.7"
9320-
supports-preserve-symlinks-flag "^1.0.0"
9321-
93229314
restore-cursor@^5.0.0:
93239315
version "5.1.0"
93249316
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-5.1.0.tgz#0766d95699efacb14150993f55baf0953ea1ebe7"

0 commit comments

Comments
 (0)