Skip to content

Commit 9fcc213

Browse files
committed
chore: fix ci
1 parent 7fa2353 commit 9fcc213

File tree

3 files changed

+49
-78
lines changed

3 files changed

+49
-78
lines changed

bun.lockb

-1.76 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"prettier": "^2.0.5",
7373
"react": "19.1.1",
7474
"react-native": "0.72.3",
75-
"react-native-builder-bob": "^0.40.13",
75+
"react-native-builder-bob": "^0.20.0",
7676
"release-it": "^15.0.0",
7777
"typescript": "^5.0.2",
7878
"react-native-svg": ">=13.4.0"

yarn.lock

Lines changed: 48 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,6 @@
1515
"@jridgewell/gen-mapping" "^0.3.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
19-
version "0.49.0"
20-
resolved "https://registry.yarnpkg.com/@ark/schema/-/schema-0.49.0.tgz#ac40f10f30ac2a213e1e25c6db2b2157465d282b"
21-
integrity sha512-GphZBLpW72iS0v4YkeUtV3YIno35Gimd7+ezbPO9GwEi9kzdUrPVjvf6aXSBAfHikaFc/9pqZOpv3pOXnC71tw==
22-
dependencies:
23-
"@ark/util" "0.49.0"
24-
25-
26-
version "0.49.0"
27-
resolved "https://registry.yarnpkg.com/@ark/util/-/util-0.49.0.tgz#86c7b3d12c10aa2471c1574e4f7e3254d9da5e3f"
28-
integrity sha512-/BtnX7oCjNkxi2vi6y1399b+9xd1jnCrDYhZ61f0a+3X8x8DxlK52VgEEzyuC2UQMPACIfYrmHkhD3lGt2GaMA==
29-
3018
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.10", "@babel/code-frame@^7.22.5":
3119
version "7.22.10"
3220
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3"
@@ -75,7 +63,7 @@
7563
json5 "^2.2.2"
7664
semver "^6.3.1"
7765

78-
"@babel/core@^7.13.16", "@babel/core@^7.20.0", "@babel/core@^7.25.2":
66+
"@babel/core@^7.13.16", "@babel/core@^7.18.5", "@babel/core@^7.20.0":
7967
version "7.28.4"
8068
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
8169
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
@@ -462,7 +450,7 @@
462450
"@babel/helper-remap-async-to-generator" "^7.18.9"
463451
"@babel/plugin-syntax-async-generators" "^7.8.4"
464452

465-
"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.18.0":
453+
"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.17.12", "@babel/plugin-proposal-class-properties@^7.18.0":
466454
version "7.18.6"
467455
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
468456
integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
@@ -809,7 +797,7 @@
809797
dependencies:
810798
"@babel/helper-plugin-utils" "^7.27.1"
811799

812-
"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.20.0", "@babel/plugin-transform-flow-strip-types@^7.26.5", "@babel/plugin-transform-flow-strip-types@^7.27.1":
800+
"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.20.0", "@babel/plugin-transform-flow-strip-types@^7.27.1":
813801
version "7.27.1"
814802
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.27.1.tgz#5def3e1e7730f008d683144fb79b724f92c5cdf9"
815803
integrity sha512-G5eDKsu50udECw7DL2AcsysXiQyB7Nfg521t2OAJ4tbfTJ27doHLeF/vlI1NZGlLdbb/v+ibvtL1YBQqYOwJGg==
@@ -1093,13 +1081,6 @@
10931081
dependencies:
10941082
"@babel/helper-plugin-utils" "^7.27.1"
10951083

1096-
"@babel/plugin-transform-strict-mode@^7.24.7":
1097-
version "7.27.1"
1098-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-strict-mode/-/plugin-transform-strict-mode-7.27.1.tgz#6273e02e054ec9e29c2e1a79354744f3582a5ec5"
1099-
integrity sha512-cdA1TyX9NfOaV8PILyNSrzJxXnjk4UeAgSwSLDCepfOg9AlxCg5al0KWsFh0ZJRzp6k5gwpSlJ4auWT+gx46ig==
1100-
dependencies:
1101-
"@babel/helper-plugin-utils" "^7.27.1"
1102-
11031084
"@babel/plugin-transform-template-literals@^7.0.0", "@babel/plugin-transform-template-literals@^7.27.1":
11041085
version "7.27.1"
11051086
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz#1a0eb35d8bb3e6efc06c9fd40eb0bcef548328b8"
@@ -1156,7 +1137,7 @@
11561137
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
11571138
"@babel/helper-plugin-utils" "^7.27.1"
11581139

1159-
"@babel/preset-env@^7.25.2":
1140+
"@babel/preset-env@^7.18.2":
11601141
version "7.28.3"
11611142
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
11621143
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
@@ -1232,7 +1213,7 @@
12321213
core-js-compat "^3.43.0"
12331214
semver "^6.3.1"
12341215

1235-
"@babel/preset-flow@^7.13.13":
1216+
"@babel/preset-flow@^7.13.13", "@babel/preset-flow@^7.17.12":
12361217
version "7.27.1"
12371218
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.27.1.tgz#3050ed7c619e8c4bfd0e0eeee87a2fa86a4bb1c6"
12381219
integrity sha512-ez3a2it5Fn6P54W8QkbfIyyIbxlXvcxyWHHvno1Wg0Ej5eiJY5hBb8ExttoIOJJk7V2dZE6prP7iby5q2aQ0Lg==
@@ -1250,7 +1231,7 @@
12501231
"@babel/types" "^7.4.4"
12511232
esutils "^2.0.2"
12521233

1253-
"@babel/preset-react@^7.24.7":
1234+
"@babel/preset-react@^7.17.12":
12541235
version "7.27.1"
12551236
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.27.1.tgz#86ea0a5ca3984663f744be2fd26cb6747c3fd0ec"
12561237
integrity sha512-oJHWh2gLhU9dW9HHr42q0cI0/iHHXTLGe39qvpAZZzagHy0MzYLCnCVV0symeRvzmjHyVU7mw2K06E6u/JwbhA==
@@ -1262,7 +1243,7 @@
12621243
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
12631244
"@babel/plugin-transform-react-pure-annotations" "^7.27.1"
12641245

1265-
"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.24.7":
1246+
"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.17.12":
12661247
version "7.27.1"
12671248
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz#190742a6428d282306648a55b0529b561484f912"
12681249
integrity sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==
@@ -2565,6 +2546,11 @@
25652546
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
25662547
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
25672548

2549+
"@types/parse-json@^4.0.0":
2550+
version "4.0.2"
2551+
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
2552+
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
2553+
25682554
"@types/prettier@^2.1.5":
25692555
version "2.7.3"
25702556
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f"
@@ -2904,14 +2890,6 @@ aria-query@^5.1.3:
29042890
dependencies:
29052891
dequal "^2.0.3"
29062892

2907-
arktype@^2.1.15:
2908-
version "2.1.22"
2909-
resolved "https://registry.yarnpkg.com/arktype/-/arktype-2.1.22.tgz#2e230467d9721ed123f7733df2703ca3cfb66ec3"
2910-
integrity sha512-xdzl6WcAhrdahvRRnXaNwsipCgHuNoLobRqhiP8RjnfL9Gp947abGlo68GAIyLtxbD+MLzNyH2YR4kEqioMmYQ==
2911-
dependencies:
2912-
"@ark/schema" "0.49.0"
2913-
"@ark/util" "0.49.0"
2914-
29152893
array-buffer-byte-length@^1.0.0:
29162894
version "1.0.0"
29172895
resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz#fabe8bc193fea865f317fe7807085ee0dee5aead"
@@ -3174,13 +3152,6 @@ babel-plugin-polyfill-regenerator@^0.6.5:
31743152
dependencies:
31753153
"@babel/helper-define-polyfill-provider" "^0.6.5"
31763154

3177-
babel-plugin-syntax-hermes-parser@^0.28.0:
3178-
version "0.28.1"
3179-
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
3180-
integrity sha512-meT17DOuUElMNsL5LZN56d+KBp22hb0EfxWfuPUeoSi54e40v1W4C2V36P75FpsH9fVEfDKpw5Nnkahc8haSsQ==
3181-
dependencies:
3182-
hermes-parser "0.28.1"
3183-
31843155
babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0:
31853156
version "7.0.0-beta.0"
31863157
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf"
@@ -4042,6 +4013,17 @@ cosmiconfig@^5.0.5, cosmiconfig@^5.1.0:
40424013
js-yaml "^3.13.1"
40434014
parse-json "^4.0.0"
40444015

4016+
cosmiconfig@^7.0.1:
4017+
version "7.1.0"
4018+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6"
4019+
integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
4020+
dependencies:
4021+
"@types/parse-json" "^4.0.0"
4022+
import-fresh "^3.2.1"
4023+
parse-json "^5.0.0"
4024+
path-type "^4.0.0"
4025+
yaml "^1.10.0"
4026+
40454027
cosmiconfig@^8.0.0:
40464028
version "8.2.0"
40474029
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.2.0.tgz#f7d17c56a590856cd1e7cee98734dca272b0d8fd"
@@ -5176,7 +5158,7 @@ fast-diff@^1.1.2:
51765158
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
51775159
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
51785160

5179-
fast-glob@^3.2.11, fast-glob@^3.3.3:
5161+
fast-glob@^3.2.11:
51805162
version "3.3.3"
51815163
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
51825164
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -5860,25 +5842,13 @@ [email protected]:
58605842
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.12.0.tgz#8a289f9aee854854422345e6995a48613bac2ca8"
58615843
integrity sha512-+e8xR6SCen0wyAKrMT3UD0ZCCLymKhRgjEB5sS28rKiFir/fXgLoeRilRUssFCILmGHb+OvHDUlhxs0+IEyvQw==
58625844

5863-
5864-
version "0.28.1"
5865-
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
5866-
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
5867-
58685845
58695846
version "0.12.0"
58705847
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.12.0.tgz#114dc26697cfb41a6302c215b859b74224383773"
58715848
integrity sha512-d4PHnwq6SnDLhYl3LHNHvOg7nQ6rcI7QVil418REYksv0Mh3cEkHDcuhGxNQ3vgnLSLl4QSvDrFCwQNYdpWlzw==
58725849
dependencies:
58735850
hermes-estree "0.12.0"
58745851

5875-
5876-
version "0.28.1"
5877-
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.28.1.tgz#17b9e6377f334b6870a1f6da2e123fdcd0b605ac"
5878-
integrity sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==
5879-
dependencies:
5880-
hermes-estree "0.28.1"
5881-
58825852
hermes-profile-transformer@^0.0.6:
58835853
version "0.0.6"
58845854
resolved "https://registry.yarnpkg.com/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz#bd0f5ecceda80dd0ddaae443469ab26fb38fc27b"
@@ -7175,6 +7145,11 @@ jest@^28.1.1:
71757145
import-local "^3.0.2"
71767146
jest-cli "^28.1.3"
71777147

7148+
jetifier@^2.0.0:
7149+
version "2.0.0"
7150+
resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-2.0.0.tgz#699391367ca1fe7bc4da5f8bf691eb117758e4cb"
7151+
integrity sha512-J4Au9KuT74te+PCCCHKgAjyLlEa+2VyIAEPNCdE5aNkAJ6FAJcAqcdzEkSnzNksIa9NkGmC4tPiClk2e7tCJuQ==
7152+
71787153
joi@^17.2.1:
71797154
version "17.13.3"
71807155
resolved "https://registry.yarnpkg.com/joi/-/joi-17.13.3.tgz#0f5cc1169c999b30d344366d384b12d92558bcec"
@@ -8935,41 +8910,32 @@ react-is@^18.0.0:
89358910
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
89368911
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
89378912

8938-
react-native-builder-bob@^0.40.13:
8939-
version "0.40.13"
8940-
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.40.13.tgz#a0382827ec771204123c8adc326e0bfb422734ba"
8941-
integrity sha512-CtucAJ5PMLH3GPNlg3TB5rb3UPot6VjkD9T8Uhz/AAWit/DmWll0zG33ZZeka69E2569saAjShDz3IKAoYGFtA==
8942-
dependencies:
8943-
"@babel/core" "^7.25.2"
8944-
"@babel/plugin-transform-flow-strip-types" "^7.26.5"
8945-
"@babel/plugin-transform-strict-mode" "^7.24.7"
8946-
"@babel/preset-env" "^7.25.2"
8947-
"@babel/preset-react" "^7.24.7"
8948-
"@babel/preset-typescript" "^7.24.7"
8949-
arktype "^2.1.15"
8950-
babel-plugin-syntax-hermes-parser "^0.28.0"
8913+
react-native-builder-bob@^0.20.0:
8914+
version "0.20.4"
8915+
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.20.4.tgz#02df01b8dc02f1bb2d566f820e33c5d42bfb9c99"
8916+
integrity sha512-3ZmYP8H7Fg2D8/JAPvxT78I4VWzf5DNMUf69cxWPw7Pukt+hHp1PSQ303af63uv1QXxWMJtrQ11+nuUfVqQf0Q==
8917+
dependencies:
8918+
"@babel/core" "^7.18.5"
8919+
"@babel/plugin-proposal-class-properties" "^7.17.12"
8920+
"@babel/preset-env" "^7.18.2"
8921+
"@babel/preset-flow" "^7.17.12"
8922+
"@babel/preset-react" "^7.17.12"
8923+
"@babel/preset-typescript" "^7.17.12"
89518924
browserslist "^4.20.4"
8925+
cosmiconfig "^7.0.1"
89528926
cross-spawn "^7.0.3"
89538927
dedent "^0.7.0"
89548928
del "^6.1.1"
8955-
escape-string-regexp "^4.0.0"
89568929
fs-extra "^10.1.0"
89578930
glob "^8.0.3"
89588931
is-git-dirty "^2.0.1"
89598932
json5 "^2.2.1"
89608933
kleur "^4.1.4"
89618934
prompts "^2.4.2"
8962-
react-native-monorepo-config "^0.1.8"
89638935
which "^2.0.2"
89648936
yargs "^17.5.1"
8965-
8966-
react-native-monorepo-config@^0.1.8:
8967-
version "0.1.9"
8968-
resolved "https://registry.yarnpkg.com/react-native-monorepo-config/-/react-native-monorepo-config-0.1.9.tgz#1caacc259a2b4ccf5162c14c6f5f457ae9adec40"
8969-
integrity sha512-GLFYMEEcbltxZw7oUbbh/p0oXqA52lSirXt7o/N1qD6CFTvku84OVL6teeQ1Ef92pq+bepq4x0Qz+d6lapVbuQ==
8970-
dependencies:
8971-
escape-string-regexp "^5.0.0"
8972-
fast-glob "^3.3.3"
8937+
optionalDependencies:
8938+
jetifier "^2.0.0"
89738939

89748940
react-native-svg@>=13.4.0:
89758941
version "13.11.0"
@@ -10953,6 +10919,11 @@ yallist@^4.0.0:
1095310919
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1095410920
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1095510921

10922+
yaml@^1.10.0:
10923+
version "1.10.2"
10924+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
10925+
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
10926+
1095610927
yaml@^2.2.1:
1095710928
version "2.8.1"
1095810929
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz#1870aa02b631f7e8328b93f8bc574fac5d6c4d79"

0 commit comments

Comments
 (0)