Skip to content

Commit affd3c7

Browse files
authored
fix: check-pr and next-release GH actions are broken after bottomsheet upgrade (#1764)
* chire: revert the change to building native package in check-pr * chore: try to update all yarn locks * Revert "chore: try to update all yarn locks" This reverts commit 6aa1751. * chore: downgrade bottom sheet package * chore: experiment with cleaning up lock file manually
1 parent ad25f20 commit affd3c7

File tree

8 files changed

+3643
-262
lines changed

8 files changed

+3643
-262
lines changed

.github/workflows/check-pr.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,16 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
with:
17-
# Disabling shallow clone is recommended for improving relevancy of reporting
18-
fetch-depth: 0
17+
# Disabling shallow clone is recommended for improving relevancy of reporting
18+
fetch-depth: 0
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v2
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- name: Installation & Build Package
24-
run: |
25-
cd package
26-
yarn
27-
cd native-package
28-
yarn
29-
cd ../../examples/SampleApp
30-
yarn
24+
# installation already takes care of calling prepare which calls build
25+
# for the sdk package
26+
run: yarn --frozen-lockfile && yarn bootstrap-ci
3127
- name: Lint
3228
run: yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
3329
- name: Test

examples/ExpoMessaging/yarn.lock

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,31 +2384,14 @@
23842384
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
23852385
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
23862386

2387-
"@gorhom/bottom-sheet@^4.1.6":
2388-
version "4.4.2"
2389-
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.2.tgz#16e4a1271574c13c0b6ab970256767262c1cd35f"
2390-
integrity sha512-KpHWP/DYMGk3T+i6NshrPWpe9M/WzBlNk34Hadvw9+7MZPOkKJVDYcmuSfUzCG2kRNaPnGGbJJFO8dhwtOYbig==
2391-
dependencies:
2392-
"@gorhom/portal" "1.0.13"
2393-
invariant "^2.2.4"
2394-
nanoid "^3.3.3"
2395-
react-native-redash "^16.1.1"
2396-
2397-
"@gorhom/bottom-sheet@^4.4.5":
2387+
23982388
version "4.4.5"
23992389
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.5.tgz#b9041b01ce1af9a936e7c0fc1d78f026d759eebe"
24002390
integrity sha512-Z5Z20wshLUB8lIdtMKoJaRnjd64wBR/q8EeVPThrg+skrcBwBPHfUwZJ2srB0rEszA/01ejSJy/ixyd7Ra7vUA==
24012391
dependencies:
24022392
"@gorhom/portal" "1.0.14"
24032393
invariant "^2.2.4"
24042394

2405-
2406-
version "1.0.13"
2407-
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-1.0.13.tgz#da3af4d427e1fa68d264107de4b3072a4adf35ce"
2408-
integrity sha512-ViClKPkyGnj8HVMW45OGQSnGbWBVh8i3tgMOkGqpm6Cv0WVcDfUL7SER6zyGQy8Wdoj3GUDpAJFMqVOxpmRpzw==
2409-
dependencies:
2410-
nanoid "^3.3.1"
2411-
24122395
24132396
version "1.0.14"
24142397
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-1.0.14.tgz#1953edb76aaba80fb24021dc774550194a18e111"
@@ -2944,11 +2927,6 @@ abort-controller@^3.0.0:
29442927
dependencies:
29452928
event-target-shim "^5.0.0"
29462929

2947-
abs-svg-path@^0.1.1:
2948-
version "0.1.1"
2949-
resolved "https://registry.yarnpkg.com/abs-svg-path/-/abs-svg-path-0.1.1.tgz#df601c8e8d2ba10d4a76d625e236a9a39c2723bf"
2950-
integrity sha1-32Acjo0roQ1KdtYl4japo5wnI78=
2951-
29522930
absolute-path@^0.0.0:
29532931
version "0.0.0"
29542932
resolved "https://registry.yarnpkg.com/absolute-path/-/absolute-path-0.0.0.tgz#a78762fbdadfb5297be99b15d35a785b2f095bf7"
@@ -6546,7 +6524,7 @@ nanoid@^3.1.15:
65466524
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
65476525
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
65486526

6549-
nanoid@^3.3.1, nanoid@^3.3.3:
6527+
nanoid@^3.3.1:
65506528
version "3.3.4"
65516529
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
65526530
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
@@ -6667,13 +6645,6 @@ normalize-path@^3.0.0:
66676645
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
66686646
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
66696647

6670-
normalize-svg-path@^1.0.1:
6671-
version "1.1.0"
6672-
resolved "https://registry.yarnpkg.com/normalize-svg-path/-/normalize-svg-path-1.1.0.tgz#0e614eca23c39f0cffe821d6be6cd17e569a766c"
6673-
integrity sha512-r9KHKG2UUeB5LoTouwDzBy2VxXlHsiM6fyLQvnJa0S5hrhzqElH/CH7TUGhT1fVvIYBIKf3OpY4YJ4CK+iaqHg==
6674-
dependencies:
6675-
svg-arc-to-cubic-bezier "^3.0.0"
6676-
66776648
npm-package-arg@^7.0.0:
66786649
version "7.0.0"
66796650
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-7.0.0.tgz#52cdf08b491c0c59df687c4c925a89102ef794a5"
@@ -6919,11 +6890,6 @@ parse-png@^2.1.0:
69196890
dependencies:
69206891
pngjs "^3.3.0"
69216892

6922-
parse-svg-path@^0.1.2:
6923-
version "0.1.2"
6924-
resolved "https://registry.yarnpkg.com/parse-svg-path/-/parse-svg-path-0.1.2.tgz#7a7ec0d1eb06fa5325c7d3e009b859a09b5d49eb"
6925-
integrity sha1-en7A0esG+lMlx9PgCbhZoJtdSes=
6926-
69276893
parseurl@~1.3.3:
69286894
version "1.3.3"
69296895
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
@@ -7315,15 +7281,6 @@ react-native-reanimated@~2.9.1:
73157281
setimmediate "^1.0.5"
73167282
string-hash-64 "^1.0.3"
73177283

7318-
react-native-redash@^16.1.1:
7319-
version "16.2.3"
7320-
resolved "https://registry.yarnpkg.com/react-native-redash/-/react-native-redash-16.2.3.tgz#ee63e100c60f83275116e57d4e8bc79f26349db9"
7321-
integrity sha512-vSjHA6/mBY3IpDYPish3DlG06PKNLkb/b89hw7nsDM3yxAJ7Db+yMnEL3pp2YsoYblDc3s+0+wBRlvxay4X4vQ==
7322-
dependencies:
7323-
abs-svg-path "^0.1.1"
7324-
normalize-svg-path "^1.0.1"
7325-
parse-svg-path "^0.1.2"
7326-
73277284
73287285
version "4.3.1"
73297286
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.3.1.tgz#5cf97b25b395e0d09bc1f828920cd7da0d792ade"
@@ -8285,11 +8242,6 @@ supports-preserve-symlinks-flag@^1.0.0:
82858242
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
82868243
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
82878244

8288-
svg-arc-to-cubic-bezier@^3.0.0:
8289-
version "3.2.0"
8290-
resolved "https://registry.yarnpkg.com/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.2.0.tgz#390c450035ae1c4a0104d90650304c3bc814abe6"
8291-
integrity sha512-djbJ/vZKZO+gPoSDThGNpKDO+o+bAeA4XQKovvkNCqnIS2t+S4qnLAGQhyyrulhCFRl1WWzAp0wUDV8PpTVU3g==
8292-
82938245
tar@^6.0.2, tar@^6.0.5:
82948246
version "6.1.11"
82958247
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"

examples/SampleApp/yarn.lock

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,31 +1299,14 @@
12991299
resolved "https://registry.yarnpkg.com/@expo/sdk-runtime-versions/-/sdk-runtime-versions-1.0.0.tgz#d7ebd21b19f1c6b0395e50d78da4416941c57f7c"
13001300
integrity sha512-Doz2bfiPndXYFPMRwPyGa1k5QaKDVpY806UJj570epIiMzWaYyCtobasyfC++qfIXVb5Ocy7r3tP9d62hAQ7IQ==
13011301

1302-
"@gorhom/bottom-sheet@^4.1.6":
1303-
version "4.4.2"
1304-
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.2.tgz#16e4a1271574c13c0b6ab970256767262c1cd35f"
1305-
integrity sha512-KpHWP/DYMGk3T+i6NshrPWpe9M/WzBlNk34Hadvw9+7MZPOkKJVDYcmuSfUzCG2kRNaPnGGbJJFO8dhwtOYbig==
1306-
dependencies:
1307-
"@gorhom/portal" "1.0.13"
1308-
invariant "^2.2.4"
1309-
nanoid "^3.3.3"
1310-
react-native-redash "^16.1.1"
1311-
1312-
"@gorhom/bottom-sheet@^4.4.5":
1302+
13131303
version "4.4.5"
13141304
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.5.tgz#b9041b01ce1af9a936e7c0fc1d78f026d759eebe"
13151305
integrity sha512-Z5Z20wshLUB8lIdtMKoJaRnjd64wBR/q8EeVPThrg+skrcBwBPHfUwZJ2srB0rEszA/01ejSJy/ixyd7Ra7vUA==
13161306
dependencies:
13171307
"@gorhom/portal" "1.0.14"
13181308
invariant "^2.2.4"
13191309

1320-
1321-
version "1.0.13"
1322-
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-1.0.13.tgz#da3af4d427e1fa68d264107de4b3072a4adf35ce"
1323-
integrity sha512-ViClKPkyGnj8HVMW45OGQSnGbWBVh8i3tgMOkGqpm6Cv0WVcDfUL7SER6zyGQy8Wdoj3GUDpAJFMqVOxpmRpzw==
1324-
dependencies:
1325-
nanoid "^3.3.1"
1326-
13271310
13281311
version "1.0.14"
13291312
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-1.0.14.tgz#1953edb76aaba80fb24021dc774550194a18e111"
@@ -2354,11 +2337,6 @@ abort-controller@^3.0.0:
23542337
dependencies:
23552338
event-target-shim "^5.0.0"
23562339

2357-
abs-svg-path@^0.1.1:
2358-
version "0.1.1"
2359-
resolved "https://registry.yarnpkg.com/abs-svg-path/-/abs-svg-path-0.1.1.tgz#df601c8e8d2ba10d4a76d625e236a9a39c2723bf"
2360-
integrity sha1-32Acjo0roQ1KdtYl4japo5wnI78=
2361-
23622340
absolute-path@^0.0.0:
23632341
version "0.0.0"
23642342
resolved "https://registry.yarnpkg.com/absolute-path/-/absolute-path-0.0.0.tgz#a78762fbdadfb5297be99b15d35a785b2f095bf7"
@@ -6514,7 +6492,7 @@ nanoid@^3.1.15:
65146492
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
65156493
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
65166494

6517-
nanoid@^3.3.1, nanoid@^3.3.3:
6495+
nanoid@^3.3.1:
65186496
version "3.3.4"
65196497
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
65206498
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
@@ -6639,13 +6617,6 @@ normalize-path@^3.0.0:
66396617
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
66406618
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
66416619

6642-
normalize-svg-path@^1.0.1:
6643-
version "1.1.0"
6644-
resolved "https://registry.yarnpkg.com/normalize-svg-path/-/normalize-svg-path-1.1.0.tgz#0e614eca23c39f0cffe821d6be6cd17e569a766c"
6645-
integrity sha512-r9KHKG2UUeB5LoTouwDzBy2VxXlHsiM6fyLQvnJa0S5hrhzqElH/CH7TUGhT1fVvIYBIKf3OpY4YJ4CK+iaqHg==
6646-
dependencies:
6647-
svg-arc-to-cubic-bezier "^3.0.0"
6648-
66496620
npm-run-path@^2.0.0:
66506621
version "2.0.2"
66516622
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
@@ -6947,11 +6918,6 @@ parse-json@^5.0.0:
69476918
json-parse-even-better-errors "^2.3.0"
69486919
lines-and-columns "^1.1.6"
69496920

6950-
parse-svg-path@^0.1.2:
6951-
version "0.1.2"
6952-
resolved "https://registry.yarnpkg.com/parse-svg-path/-/parse-svg-path-0.1.2.tgz#7a7ec0d1eb06fa5325c7d3e009b859a09b5d49eb"
6953-
integrity sha1-en7A0esG+lMlx9PgCbhZoJtdSes=
6954-
69556921
69566922
version "6.0.1"
69576923
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
@@ -7330,15 +7296,6 @@ react-native-reanimated@^2.10.0:
73307296
setimmediate "^1.0.5"
73317297
string-hash-64 "^1.0.3"
73327298

7333-
react-native-redash@^16.1.1:
7334-
version "16.2.3"
7335-
resolved "https://registry.yarnpkg.com/react-native-redash/-/react-native-redash-16.2.3.tgz#ee63e100c60f83275116e57d4e8bc79f26349db9"
7336-
integrity sha512-vSjHA6/mBY3IpDYPish3DlG06PKNLkb/b89hw7nsDM3yxAJ7Db+yMnEL3pp2YsoYblDc3s+0+wBRlvxay4X4vQ==
7337-
dependencies:
7338-
abs-svg-path "^0.1.1"
7339-
normalize-svg-path "^1.0.1"
7340-
parse-svg-path "^0.1.2"
7341-
73427299
73437300
version "3.2.0"
73447301
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.2.0.tgz#06113c6b208f982d68ab5c3cebd199ca93db6941"
@@ -8342,11 +8299,6 @@ supports-preserve-symlinks-flag@^1.0.0:
83428299
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
83438300
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
83448301

8345-
svg-arc-to-cubic-bezier@^3.0.0:
8346-
version "3.2.0"
8347-
resolved "https://registry.yarnpkg.com/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.2.0.tgz#390c450035ae1c4a0104d90650304c3bc814abe6"
8348-
integrity sha512-djbJ/vZKZO+gPoSDThGNpKDO+o+bAeA4XQKovvkNCqnIS2t+S4qnLAGQhyyrulhCFRl1WWzAp0wUDV8PpTVU3g==
8349-
83508302
symbol-tree@^3.2.4:
83518303
version "3.2.4"
83528304
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"

examples/TypeScriptMessaging/yarn.lock

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -809,31 +809,14 @@
809809
minimatch "^3.0.4"
810810
strip-json-comments "^3.1.1"
811811

812-
"@gorhom/bottom-sheet@^4.1.6":
813-
version "4.4.3"
814-
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.3.tgz#4c31f214342faa0ba9cd453a98f8c1e0e780c428"
815-
integrity sha512-ZEbCLbvLaEVNa9c+om/o9Le0q7o9GkEM7smhuoFkqj9CIjv3XbpZof7uEKV86yyta+ONAInNYrCdVSpYQ1Rjkg==
816-
dependencies:
817-
"@gorhom/portal" "1.0.13"
818-
invariant "^2.2.4"
819-
nanoid "^3.3.3"
820-
react-native-redash "^16.1.1"
821-
822-
"@gorhom/bottom-sheet@^4.4.5":
812+
823813
version "4.4.5"
824814
resolved "https://registry.yarnpkg.com/@gorhom/bottom-sheet/-/bottom-sheet-4.4.5.tgz#b9041b01ce1af9a936e7c0fc1d78f026d759eebe"
825815
integrity sha512-Z5Z20wshLUB8lIdtMKoJaRnjd64wBR/q8EeVPThrg+skrcBwBPHfUwZJ2srB0rEszA/01ejSJy/ixyd7Ra7vUA==
826816
dependencies:
827817
"@gorhom/portal" "1.0.14"
828818
invariant "^2.2.4"
829819

830-
831-
version "1.0.13"
832-
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-1.0.13.tgz#da3af4d427e1fa68d264107de4b3072a4adf35ce"
833-
integrity sha512-ViClKPkyGnj8HVMW45OGQSnGbWBVh8i3tgMOkGqpm6Cv0WVcDfUL7SER6zyGQy8Wdoj3GUDpAJFMqVOxpmRpzw==
834-
dependencies:
835-
nanoid "^3.3.1"
836-
837820
838821
version "1.0.14"
839822
resolved "https://registry.yarnpkg.com/@gorhom/portal/-/portal-1.0.14.tgz#1953edb76aaba80fb24021dc774550194a18e111"
@@ -1748,11 +1731,6 @@ abort-controller@^3.0.0:
17481731
dependencies:
17491732
event-target-shim "^5.0.0"
17501733

1751-
abs-svg-path@^0.1.1:
1752-
version "0.1.1"
1753-
resolved "https://registry.yarnpkg.com/abs-svg-path/-/abs-svg-path-0.1.1.tgz#df601c8e8d2ba10d4a76d625e236a9a39c2723bf"
1754-
integrity sha512-d8XPSGjfyzlXC3Xx891DJRyZfqk5JU0BJrDQcsWomFIV1/BIzPW5HDH5iDdWpqWaav0YVIEzT1RHTwWr0FFshA==
1755-
17561734
absolute-path@^0.0.0:
17571735
version "0.0.0"
17581736
resolved "https://registry.yarnpkg.com/absolute-path/-/absolute-path-0.0.0.tgz#a78762fbdadfb5297be99b15d35a785b2f095bf7"
@@ -5659,7 +5637,7 @@ [email protected], ms@^2.1.1:
56595637
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
56605638
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
56615639

5662-
nanoid@^3.1.23, nanoid@^3.3.1, nanoid@^3.3.3:
5640+
nanoid@^3.1.23, nanoid@^3.3.1:
56635641
version "3.3.4"
56645642
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
56655643
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
@@ -5774,13 +5752,6 @@ normalize-path@^3.0.0:
57745752
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
57755753
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
57765754

5777-
normalize-svg-path@^1.0.1:
5778-
version "1.1.0"
5779-
resolved "https://registry.yarnpkg.com/normalize-svg-path/-/normalize-svg-path-1.1.0.tgz#0e614eca23c39f0cffe821d6be6cd17e569a766c"
5780-
integrity sha512-r9KHKG2UUeB5LoTouwDzBy2VxXlHsiM6fyLQvnJa0S5hrhzqElH/CH7TUGhT1fVvIYBIKf3OpY4YJ4CK+iaqHg==
5781-
dependencies:
5782-
svg-arc-to-cubic-bezier "^3.0.0"
5783-
57845755
npm-run-path@^2.0.0:
57855756
version "2.0.2"
57865757
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
@@ -6064,11 +6035,6 @@ parse-json@^5.0.0:
60646035
json-parse-even-better-errors "^2.3.0"
60656036
lines-and-columns "^1.1.6"
60666037

6067-
parse-svg-path@^0.1.2:
6068-
version "0.1.2"
6069-
resolved "https://registry.yarnpkg.com/parse-svg-path/-/parse-svg-path-0.1.2.tgz#7a7ec0d1eb06fa5325c7d3e009b859a09b5d49eb"
6070-
integrity sha512-JyPSBnkTJ0AI8GGJLfMXvKq42cj5c006fnLz6fXy6zfoVjJizi8BNTpu8on8ziI1cKy9d9DGNuY17Ce7wuejpQ==
6071-
60726038
60736039
version "6.0.1"
60746040
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
@@ -6407,15 +6373,6 @@ react-native-reanimated@^2.10.0:
64076373
setimmediate "^1.0.5"
64086374
string-hash-64 "^1.0.3"
64096375

6410-
react-native-redash@^16.1.1:
6411-
version "16.3.0"
6412-
resolved "https://registry.yarnpkg.com/react-native-redash/-/react-native-redash-16.3.0.tgz#a9112ff1b0e0b506a2e2ae50967597e73b69d343"
6413-
integrity sha512-dhmeYbQ/usGzxZSGZmzmRuIFF2LrtJUKqgseKgf9Jdj0JQ7VM20m/LqTg60+wjxeiyAh2D/vKsQ2U7rMkuoplQ==
6414-
dependencies:
6415-
abs-svg-path "^0.1.1"
6416-
normalize-svg-path "^1.0.1"
6417-
parse-svg-path "^0.1.2"
6418-
64196376
react-native-safe-area-context@^4.3.1:
64206377
version "4.3.3"
64216378
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.3.3.tgz#a0f1e3116ded39efc1b78a46a6d89c71169827e4"
@@ -7383,11 +7340,6 @@ supports-preserve-symlinks-flag@^1.0.0:
73837340
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
73847341
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
73857342

7386-
svg-arc-to-cubic-bezier@^3.0.0:
7387-
version "3.2.0"
7388-
resolved "https://registry.yarnpkg.com/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.2.0.tgz#390c450035ae1c4a0104d90650304c3bc814abe6"
7389-
integrity sha512-djbJ/vZKZO+gPoSDThGNpKDO+o+bAeA4XQKovvkNCqnIS2t+S4qnLAGQhyyrulhCFRl1WWzAp0wUDV8PpTVU3g==
7390-
73917343
symbol-tree@^3.2.4:
73927344
version "3.2.4"
73937345
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"

0 commit comments

Comments
 (0)