Skip to content

Commit 89edabf

Browse files
committed
fix: add react-native-worklets dependency
1 parent 17fbaed commit 89edabf

3 files changed

Lines changed: 153 additions & 13 deletions

File tree

apps/mobile/babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = function (api) {
22
api.cache(true);
33
const plugins = [];
44

5+
plugins.push('react-native-worklets/plugin');
56
plugins.push('react-native-reanimated/plugin');
67

78
return {

apps/mobile/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"react-native-user-inactivity": "^1.2.0",
8787
"react-native-web": "~0.19.13",
8888
"react-native-webview": "13.12.5",
89+
"react-native-worklets": "^0.7.2",
8990
"react-native-zoom-toolkit": "^4.0.0",
9091
"rn-emoji-picker": "^1.1.6",
9192
"sonner-native": "^0.17.0",

yarn.lock

Lines changed: 151 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
js-tokens "^4.0.0"
3838
picocolors "^1.1.1"
3939

40+
"@babel/code-frame@^7.28.6":
41+
version "7.28.6"
42+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.28.6.tgz#72499312ec58b1e2245ba4a4f550c132be4982f7"
43+
integrity sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==
44+
dependencies:
45+
"@babel/helper-validator-identifier" "^7.28.5"
46+
js-tokens "^4.0.0"
47+
picocolors "^1.1.1"
48+
4049
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
4150
version "7.28.5"
4251
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
@@ -74,6 +83,17 @@
7483
"@jridgewell/trace-mapping" "^0.3.28"
7584
jsesc "^3.0.2"
7685

86+
"@babel/generator@^7.28.6":
87+
version "7.28.6"
88+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.6.tgz#48dcc65d98fcc8626a48f72b62e263d25fc3c3f1"
89+
integrity sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==
90+
dependencies:
91+
"@babel/parser" "^7.28.6"
92+
"@babel/types" "^7.28.6"
93+
"@jridgewell/gen-mapping" "^0.3.12"
94+
"@jridgewell/trace-mapping" "^0.3.28"
95+
jsesc "^3.0.2"
96+
7797
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
7898
version "7.27.3"
7999
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -105,6 +125,19 @@
105125
"@babel/traverse" "^7.28.5"
106126
semver "^6.3.1"
107127

128+
"@babel/helper-create-class-features-plugin@^7.28.6":
129+
version "7.28.6"
130+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz#611ff5482da9ef0db6291bcd24303400bca170fb"
131+
integrity sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==
132+
dependencies:
133+
"@babel/helper-annotate-as-pure" "^7.27.3"
134+
"@babel/helper-member-expression-to-functions" "^7.28.5"
135+
"@babel/helper-optimise-call-expression" "^7.27.1"
136+
"@babel/helper-replace-supers" "^7.28.6"
137+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
138+
"@babel/traverse" "^7.28.6"
139+
semver "^6.3.1"
140+
108141
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.27.1":
109142
version "7.28.5"
110143
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz#7c1ddd64b2065c7f78034b25b43346a7e19ed997"
@@ -167,6 +200,11 @@
167200
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
168201
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
169202

203+
"@babel/helper-plugin-utils@^7.28.6":
204+
version "7.28.6"
205+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
206+
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
207+
170208
"@babel/helper-remap-async-to-generator@^7.27.1":
171209
version "7.27.1"
172210
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6"
@@ -185,6 +223,15 @@
185223
"@babel/helper-optimise-call-expression" "^7.27.1"
186224
"@babel/traverse" "^7.27.1"
187225

226+
"@babel/helper-replace-supers@^7.28.6":
227+
version "7.28.6"
228+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz#94aa9a1d7423a00aead3f204f78834ce7d53fe44"
229+
integrity sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==
230+
dependencies:
231+
"@babel/helper-member-expression-to-functions" "^7.28.5"
232+
"@babel/helper-optimise-call-expression" "^7.27.1"
233+
"@babel/traverse" "^7.28.6"
234+
188235
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.27.1":
189236
version "7.27.1"
190237
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56"
@@ -242,6 +289,13 @@
242289
dependencies:
243290
"@babel/types" "^7.28.5"
244291

292+
"@babel/parser@^7.28.6":
293+
version "7.28.6"
294+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.6.tgz#f01a8885b7fa1e56dd8a155130226cd698ef13fd"
295+
integrity sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==
296+
dependencies:
297+
"@babel/types" "^7.28.6"
298+
245299
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
246300
version "7.28.5"
247301
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421"
@@ -481,6 +535,13 @@
481535
dependencies:
482536
"@babel/helper-plugin-utils" "^7.27.1"
483537

538+
"@babel/plugin-syntax-typescript@^7.28.6":
539+
version "7.28.6"
540+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz#c7b2ddf1d0a811145b1de800d1abd146af92e3a2"
541+
integrity sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==
542+
dependencies:
543+
"@babel/helper-plugin-utils" "^7.28.6"
544+
484545
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
485546
version "7.18.6"
486547
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
@@ -489,7 +550,7 @@
489550
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
490551
"@babel/helper-plugin-utils" "^7.18.6"
491552

492-
"@babel/plugin-transform-arrow-functions@^7.0.0-0", "@babel/plugin-transform-arrow-functions@^7.24.7", "@babel/plugin-transform-arrow-functions@^7.27.1":
553+
"@babel/plugin-transform-arrow-functions@7.27.1", "@babel/plugin-transform-arrow-functions@^7.0.0-0", "@babel/plugin-transform-arrow-functions@^7.24.7", "@babel/plugin-transform-arrow-functions@^7.27.1":
493554
version "7.27.1"
494555
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz#6e2061067ba3ab0266d834a9f94811196f2aba9a"
495556
integrity sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==
@@ -528,7 +589,7 @@
528589
dependencies:
529590
"@babel/helper-plugin-utils" "^7.27.1"
530591

531-
"@babel/plugin-transform-class-properties@^7.0.0-0", "@babel/plugin-transform-class-properties@^7.25.4", "@babel/plugin-transform-class-properties@^7.27.1":
592+
"@babel/plugin-transform-class-properties@7.27.1", "@babel/plugin-transform-class-properties@^7.0.0-0", "@babel/plugin-transform-class-properties@^7.25.4", "@babel/plugin-transform-class-properties@^7.27.1":
532593
version "7.27.1"
533594
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz#dd40a6a370dfd49d32362ae206ddaf2bb082a925"
534595
integrity sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==
@@ -544,7 +605,7 @@
544605
"@babel/helper-create-class-features-plugin" "^7.28.3"
545606
"@babel/helper-plugin-utils" "^7.27.1"
546607

547-
"@babel/plugin-transform-classes@^7.0.0-0", "@babel/plugin-transform-classes@^7.25.4", "@babel/plugin-transform-classes@^7.28.4":
608+
"@babel/plugin-transform-classes@7.28.4", "@babel/plugin-transform-classes@^7.0.0-0", "@babel/plugin-transform-classes@^7.25.4", "@babel/plugin-transform-classes@^7.28.4":
548609
version "7.28.4"
549610
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c"
550611
integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==
@@ -726,7 +787,7 @@
726787
dependencies:
727788
"@babel/helper-plugin-utils" "^7.27.1"
728789

729-
"@babel/plugin-transform-nullish-coalescing-operator@^7.0.0-0", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.7", "@babel/plugin-transform-nullish-coalescing-operator@^7.27.1":
790+
"@babel/plugin-transform-nullish-coalescing-operator@7.27.1", "@babel/plugin-transform-nullish-coalescing-operator@^7.0.0-0", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.7", "@babel/plugin-transform-nullish-coalescing-operator@^7.27.1":
730791
version "7.27.1"
731792
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.27.1.tgz#4f9d3153bf6782d73dd42785a9d22d03197bc91d"
732793
integrity sha512-aGZh6xMo6q9vq1JGcw58lZ1Z0+i0xB2x0XaauNIUXd6O1xXc3RwoWEBlsTQrY4KQ9Jf0s5rgD6SiNkaUdJegTA==
@@ -766,6 +827,14 @@
766827
dependencies:
767828
"@babel/helper-plugin-utils" "^7.27.1"
768829

830+
"@babel/plugin-transform-optional-chaining@7.27.1":
831+
version "7.27.1"
832+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.27.1.tgz#874ce3c4f06b7780592e946026eb76a32830454f"
833+
integrity sha512-BQmKPPIuc8EkZgNKsv0X4bPmOoayeu4F1YCwx2/CfmDSXDbp7GnzlUH+/ul5VGfRg1AoFPsrIThlEBj2xb4CAg==
834+
dependencies:
835+
"@babel/helper-plugin-utils" "^7.27.1"
836+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
837+
769838
"@babel/plugin-transform-optional-chaining@^7.0.0-0", "@babel/plugin-transform-optional-chaining@^7.24.8", "@babel/plugin-transform-optional-chaining@^7.27.1", "@babel/plugin-transform-optional-chaining@^7.28.5":
770839
version "7.28.5"
771840
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26"
@@ -886,7 +955,7 @@
886955
babel-plugin-polyfill-regenerator "^0.6.5"
887956
semver "^6.3.1"
888957

889-
"@babel/plugin-transform-shorthand-properties@^7.0.0-0", "@babel/plugin-transform-shorthand-properties@^7.24.7", "@babel/plugin-transform-shorthand-properties@^7.27.1":
958+
"@babel/plugin-transform-shorthand-properties@7.27.1", "@babel/plugin-transform-shorthand-properties@^7.0.0-0", "@babel/plugin-transform-shorthand-properties@^7.24.7", "@babel/plugin-transform-shorthand-properties@^7.27.1":
890959
version "7.27.1"
891960
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz#532abdacdec87bfee1e0ef8e2fcdee543fe32b90"
892961
integrity sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==
@@ -908,7 +977,7 @@
908977
dependencies:
909978
"@babel/helper-plugin-utils" "^7.27.1"
910979

911-
"@babel/plugin-transform-template-literals@^7.0.0-0", "@babel/plugin-transform-template-literals@^7.27.1":
980+
"@babel/plugin-transform-template-literals@7.27.1", "@babel/plugin-transform-template-literals@^7.0.0-0", "@babel/plugin-transform-template-literals@^7.27.1":
912981
version "7.27.1"
913982
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz#1a0eb35d8bb3e6efc06c9fd40eb0bcef548328b8"
914983
integrity sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==
@@ -933,6 +1002,17 @@
9331002
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
9341003
"@babel/plugin-syntax-typescript" "^7.27.1"
9351004

1005+
"@babel/plugin-transform-typescript@^7.27.1":
1006+
version "7.28.6"
1007+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz#1e93d96da8adbefdfdade1d4956f73afa201a158"
1008+
integrity sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==
1009+
dependencies:
1010+
"@babel/helper-annotate-as-pure" "^7.27.3"
1011+
"@babel/helper-create-class-features-plugin" "^7.28.6"
1012+
"@babel/helper-plugin-utils" "^7.28.6"
1013+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
1014+
"@babel/plugin-syntax-typescript" "^7.28.6"
1015+
9361016
"@babel/plugin-transform-unicode-escapes@^7.27.1":
9371017
version "7.27.1"
9381018
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz#3e3143f8438aef842de28816ece58780190cf806"
@@ -948,7 +1028,7 @@
9481028
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
9491029
"@babel/helper-plugin-utils" "^7.27.1"
9501030

951-
"@babel/plugin-transform-unicode-regex@^7.0.0-0", "@babel/plugin-transform-unicode-regex@^7.24.7", "@babel/plugin-transform-unicode-regex@^7.27.1":
1031+
"@babel/plugin-transform-unicode-regex@7.27.1", "@babel/plugin-transform-unicode-regex@^7.0.0-0", "@babel/plugin-transform-unicode-regex@^7.24.7", "@babel/plugin-transform-unicode-regex@^7.27.1":
9521032
version "7.27.1"
9531033
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz#25948f5c395db15f609028e370667ed8bae9af97"
9541034
integrity sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==
@@ -1070,6 +1150,17 @@
10701150
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
10711151
"@babel/plugin-transform-react-pure-annotations" "^7.27.1"
10721152

1153+
"@babel/preset-typescript@7.27.1":
1154+
version "7.27.1"
1155+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz#190742a6428d282306648a55b0529b561484f912"
1156+
integrity sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==
1157+
dependencies:
1158+
"@babel/helper-plugin-utils" "^7.27.1"
1159+
"@babel/helper-validator-option" "^7.27.1"
1160+
"@babel/plugin-syntax-jsx" "^7.27.1"
1161+
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1162+
"@babel/plugin-transform-typescript" "^7.27.1"
1163+
10731164
"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.16.7", "@babel/preset-typescript@^7.23.0":
10741165
version "7.28.5"
10751166
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz#540359efa3028236958466342967522fd8f2a60c"
@@ -1106,6 +1197,15 @@
11061197
"@babel/parser" "^7.27.2"
11071198
"@babel/types" "^7.27.1"
11081199

1200+
"@babel/template@^7.28.6":
1201+
version "7.28.6"
1202+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
1203+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
1204+
dependencies:
1205+
"@babel/code-frame" "^7.28.6"
1206+
"@babel/parser" "^7.28.6"
1207+
"@babel/types" "^7.28.6"
1208+
11091209
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
11101210
version "7.28.5"
11111211
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
@@ -1132,6 +1232,19 @@
11321232
"@babel/types" "^7.28.5"
11331233
debug "^4.3.1"
11341234

1235+
"@babel/traverse@^7.28.6":
1236+
version "7.28.6"
1237+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.6.tgz#871ddc79a80599a5030c53b1cc48cbe3a5583c2e"
1238+
integrity sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==
1239+
dependencies:
1240+
"@babel/code-frame" "^7.28.6"
1241+
"@babel/generator" "^7.28.6"
1242+
"@babel/helper-globals" "^7.28.0"
1243+
"@babel/parser" "^7.28.6"
1244+
"@babel/template" "^7.28.6"
1245+
"@babel/types" "^7.28.6"
1246+
debug "^4.3.1"
1247+
11351248
"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.23.0", "@babel/types@^7.25.2", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
11361249
version "7.28.5"
11371250
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
@@ -1140,6 +1253,14 @@
11401253
"@babel/helper-string-parser" "^7.27.1"
11411254
"@babel/helper-validator-identifier" "^7.28.5"
11421255

1256+
"@babel/types@^7.28.6":
1257+
version "7.28.6"
1258+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df"
1259+
integrity sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==
1260+
dependencies:
1261+
"@babel/helper-string-parser" "^7.27.1"
1262+
"@babel/helper-validator-identifier" "^7.28.5"
1263+
11431264
"@dominicstop/ts-event-emitter@^1.1.0":
11441265
version "1.1.0"
11451266
resolved "https://registry.yarnpkg.com/@dominicstop/ts-event-emitter/-/ts-event-emitter-1.1.0.tgz#1f3d3fa878a1ccab686931280757954719cf88e4"
@@ -5570,7 +5691,7 @@ connect@^3.6.5, connect@^3.7.0:
55705691
parseurl "~1.3.3"
55715692
utils-merge "1.0.1"
55725693

5573-
convert-source-map@^2.0.0:
5694+
convert-source-map@2.0.0, convert-source-map@^2.0.0:
55745695
version "2.0.0"
55755696
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
55765697
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
@@ -9874,6 +9995,23 @@ react-native-webview@13.12.5:
98749995
escape-string-regexp "^4.0.0"
98759996
invariant "2.2.4"
98769997

9998+
react-native-worklets@^0.7.2:
9999+
version "0.7.2"
10000+
resolved "https://registry.yarnpkg.com/react-native-worklets/-/react-native-worklets-0.7.2.tgz#acfbfe4f8c7f3b2889e7f394e4fbd7e78e167134"
10001+
integrity sha512-DuLu1kMV/Uyl9pQHp3hehAlThoLw7Yk2FwRTpzASOmI+cd4845FWn3m2bk9MnjUw8FBRIyhwLqYm2AJaXDXsog==
10002+
dependencies:
10003+
"@babel/plugin-transform-arrow-functions" "7.27.1"
10004+
"@babel/plugin-transform-class-properties" "7.27.1"
10005+
"@babel/plugin-transform-classes" "7.28.4"
10006+
"@babel/plugin-transform-nullish-coalescing-operator" "7.27.1"
10007+
"@babel/plugin-transform-optional-chaining" "7.27.1"
10008+
"@babel/plugin-transform-shorthand-properties" "7.27.1"
10009+
"@babel/plugin-transform-template-literals" "7.27.1"
10010+
"@babel/plugin-transform-unicode-regex" "7.27.1"
10011+
"@babel/preset-typescript" "7.27.1"
10012+
convert-source-map "2.0.0"
10013+
semver "7.7.3"
10014+
987710015
react-native-zoom-toolkit@^4.0.0:
987810016
version "4.0.2"
987910017
resolved "https://registry.yarnpkg.com/react-native-zoom-toolkit/-/react-native-zoom-toolkit-4.0.2.tgz#7de6382686589287b2b8cc9fe817642e490ce0ef"
@@ -10327,6 +10465,11 @@ selfsigned@^2.4.1:
1032710465
"@types/node-forge" "^1.3.0"
1032810466
node-forge "^1"
1032910467

10468+
semver@7.7.3, semver@^7.1.3, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
10469+
version "7.7.3"
10470+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
10471+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
10472+
1033010473
semver@^5.5.0, semver@^5.6.0:
1033110474
version "5.7.2"
1033210475
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
@@ -10337,11 +10480,6 @@ semver@^6.3.0, semver@^6.3.1:
1033710480
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
1033810481
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
1033910482

10340-
semver@^7.1.3, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
10341-
version "7.7.3"
10342-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
10343-
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
10344-
1034510483
semver@~7.6.3:
1034610484
version "7.6.3"
1034710485
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"

0 commit comments

Comments
 (0)