88 dependencies :
99 " @babel/highlight" " ^7.0.0"
1010
11+ " @babel/code-frame@^7.10.4" , "@babel/code-frame@^7.12.11":
12+ version "7.12.11"
13+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
14+ integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
15+ dependencies :
16+ " @babel/highlight" " ^7.10.4"
17+
1118" @babel/core@^7.0.0 " :
1219 version "7.5.4"
1320 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.4.tgz#4c32df7ad5a58e9ea27ad025c11276324e0b4ddd"
3744 source-map "^0.5.0"
3845 trim-right "^1.0.1"
3946
47+ " @babel/generator@^7.12.11 " :
48+ version "7.12.11"
49+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
50+ integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
51+ dependencies :
52+ " @babel/types" " ^7.12.11"
53+ jsesc "^2.5.1"
54+ source-map "^0.5.0"
55+
4056" @babel/helper-annotate-as-pure@^7.0.0 " :
4157 version "7.0.0"
4258 resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
6581 " @babel/traverse" " ^7.4.4"
6682 " @babel/types" " ^7.4.4"
6783
84+ " @babel/helper-create-class-features-plugin@^7.12.1 " :
85+ version "7.12.1"
86+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
87+ integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
88+ dependencies :
89+ " @babel/helper-function-name" " ^7.10.4"
90+ " @babel/helper-member-expression-to-functions" " ^7.12.1"
91+ " @babel/helper-optimise-call-expression" " ^7.10.4"
92+ " @babel/helper-replace-supers" " ^7.12.1"
93+ " @babel/helper-split-export-declaration" " ^7.10.4"
94+
6895" @babel/helper-create-class-features-plugin@^7.5.0 " :
6996 version "7.5.0"
7097 resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.0.tgz#02edb97f512d44ba23b3227f1bf2ed43454edac5"
99126 " @babel/template" " ^7.1.0"
100127 " @babel/types" " ^7.0.0"
101128
129+ " @babel/helper-function-name@^7.10.4" , "@babel/helper-function-name@^7.12.11":
130+ version "7.12.11"
131+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
132+ integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
133+ dependencies :
134+ " @babel/helper-get-function-arity" " ^7.12.10"
135+ " @babel/template" " ^7.12.7"
136+ " @babel/types" " ^7.12.11"
137+
102138" @babel/helper-get-function-arity@^7.0.0 " :
103139 version "7.0.0"
104140 resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
105141 dependencies :
106142 " @babel/types" " ^7.0.0"
107143
144+ " @babel/helper-get-function-arity@^7.12.10 " :
145+ version "7.12.10"
146+ resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
147+ integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
148+ dependencies :
149+ " @babel/types" " ^7.12.10"
150+
108151" @babel/helper-hoist-variables@^7.4.4 " :
109152 version "7.4.4"
110153 resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
117160 dependencies :
118161 " @babel/types" " ^7.0.0"
119162
163+ " @babel/helper-member-expression-to-functions@^7.12.1" , "@babel/helper-member-expression-to-functions@^7.12.7":
164+ version "7.12.7"
165+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
166+ integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
167+ dependencies :
168+ " @babel/types" " ^7.12.7"
169+
120170" @babel/helper-module-imports@^7.0.0 " :
121171 version "7.0.0"
122172 resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
140190 dependencies :
141191 " @babel/types" " ^7.0.0"
142192
193+ " @babel/helper-optimise-call-expression@^7.10.4" , "@babel/helper-optimise-call-expression@^7.12.10":
194+ version "7.12.10"
195+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d"
196+ integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ==
197+ dependencies :
198+ " @babel/types" " ^7.12.10"
199+
143200" @babel/helper-plugin-utils@^7.0.0 " :
144201 version "7.0.0"
145202 resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
146203
204+ " @babel/helper-plugin-utils@^7.10.4" , "@babel/helper-plugin-utils@^7.8.0":
205+ version "7.10.4"
206+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
207+ integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
208+
147209" @babel/helper-regex@^7.0.0" , "@babel/helper-regex@^7.4.4":
148210 version "7.4.4"
149211 resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.4.4.tgz#a47e02bc91fb259d2e6727c2a30013e3ac13c4a2"
169231 " @babel/traverse" " ^7.4.4"
170232 " @babel/types" " ^7.4.4"
171233
234+ " @babel/helper-replace-supers@^7.12.1 " :
235+ version "7.12.11"
236+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz#ea511658fc66c7908f923106dd88e08d1997d60d"
237+ integrity sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA==
238+ dependencies :
239+ " @babel/helper-member-expression-to-functions" " ^7.12.7"
240+ " @babel/helper-optimise-call-expression" " ^7.12.10"
241+ " @babel/traverse" " ^7.12.10"
242+ " @babel/types" " ^7.12.11"
243+
172244" @babel/helper-simple-access@^7.1.0 " :
173245 version "7.1.0"
174246 resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
175247 dependencies :
176248 " @babel/template" " ^7.1.0"
177249 " @babel/types" " ^7.0.0"
178250
251+ " @babel/helper-split-export-declaration@^7.10.4" , "@babel/helper-split-export-declaration@^7.12.11":
252+ version "7.12.11"
253+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
254+ integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
255+ dependencies :
256+ " @babel/types" " ^7.12.11"
257+
179258" @babel/helper-split-export-declaration@^7.4.4 " :
180259 version "7.4.4"
181260 resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
182261 dependencies :
183262 " @babel/types" " ^7.4.4"
184263
264+ " @babel/helper-validator-identifier@^7.10.4" , "@babel/helper-validator-identifier@^7.12.11":
265+ version "7.12.11"
266+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
267+ integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
268+
185269" @babel/helper-wrap-function@^7.1.0 " :
186270 version "7.2.0"
187271 resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
207291 esutils "^2.0.2"
208292 js-tokens "^4.0.0"
209293
294+ " @babel/highlight@^7.10.4 " :
295+ version "7.10.4"
296+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
297+ integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
298+ dependencies :
299+ " @babel/helper-validator-identifier" " ^7.10.4"
300+ chalk "^2.0.0"
301+ js-tokens "^4.0.0"
302+
210303" @babel/parser@^7.0.0" , "@babel/parser@^7.4.4", "@babel/parser@^7.5.0":
211304 version "7.5.0"
212305 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.0.tgz#3e0713dff89ad6ae37faec3b29dcfc5c979770b7"
213306
307+ " @babel/parser@^7.12.11" , "@babel/parser@^7.12.7":
308+ version "7.12.11"
309+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
310+ integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
311+
214312" @babel/plugin-external-helpers@^7.0.0 " :
215313 version "7.2.0"
216314 resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
289387 dependencies :
290388 " @babel/helper-plugin-utils" " ^7.0.0"
291389
390+ " @babel/plugin-syntax-nullish-coalescing-operator@^7.0.0 " :
391+ version "7.8.3"
392+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
393+ integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
394+ dependencies :
395+ " @babel/helper-plugin-utils" " ^7.8.0"
396+
292397" @babel/plugin-syntax-nullish-coalescing-operator@^7.2.0 " :
293398 version "7.2.0"
294399 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.2.0.tgz#f75083dfd5ade73e783db729bbd87e7b9efb7624"
307412 dependencies :
308413 " @babel/helper-plugin-utils" " ^7.0.0"
309414
415+ " @babel/plugin-syntax-optional-chaining@^7.0.0 " :
416+ version "7.8.3"
417+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
418+ integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
419+ dependencies :
420+ " @babel/helper-plugin-utils" " ^7.8.0"
421+
310422" @babel/plugin-syntax-optional-chaining@^7.2.0 " :
311423 version "7.2.0"
312424 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.2.0.tgz#a59d6ae8c167e7608eaa443fda9fa8fa6bf21dff"
313425 dependencies :
314426 " @babel/helper-plugin-utils" " ^7.0.0"
315427
428+ " @babel/plugin-syntax-typescript@^7.12.1 " :
429+ version "7.12.1"
430+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.1.tgz#460ba9d77077653803c3dd2e673f76d66b4029e5"
431+ integrity sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA==
432+ dependencies :
433+ " @babel/helper-plugin-utils" " ^7.10.4"
434+
316435" @babel/plugin-syntax-typescript@^7.2.0 " :
317436 version "7.3.3"
318437 resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.3.3.tgz#a7cc3f66119a9f7ebe2de5383cce193473d65991"
452571 dependencies :
453572 " @babel/helper-plugin-utils" " ^7.0.0"
454573
574+ " @babel/plugin-transform-react-jsx-self@^7.0.0 " :
575+ version "7.12.1"
576+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.12.1.tgz#ef43cbca2a14f1bd17807dbe4376ff89d714cf28"
577+ integrity sha512-FbpL0ieNWiiBB5tCldX17EtXgmzeEZjFrix72rQYeq9X6nUK38HCaxexzVQrZWXanxKJPKVVIU37gFjEQYkPkA==
578+ dependencies :
579+ " @babel/helper-plugin-utils" " ^7.10.4"
580+
455581" @babel/plugin-transform-react-jsx-source@^7.0.0 " :
456582 version "7.5.0"
457583 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.5.0.tgz#583b10c49cf057e237085bcbd8cc960bd83bd96b"
516642 " @babel/helper-plugin-utils" " ^7.0.0"
517643 " @babel/plugin-syntax-typescript" " ^7.2.0"
518644
645+ " @babel/plugin-transform-typescript@^7.5.0 " :
646+ version "7.12.1"
647+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.12.1.tgz#d92cc0af504d510e26a754a7dbc2e5c8cd9c7ab4"
648+ integrity sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw==
649+ dependencies :
650+ " @babel/helper-create-class-features-plugin" " ^7.12.1"
651+ " @babel/helper-plugin-utils" " ^7.10.4"
652+ " @babel/plugin-syntax-typescript" " ^7.12.1"
653+
519654" @babel/plugin-transform-unicode-regex@^7.0.0 " :
520655 version "7.4.4"
521656 resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
549684 " @babel/parser" " ^7.4.4"
550685 " @babel/types" " ^7.4.4"
551686
687+ " @babel/template@^7.12.7 " :
688+ version "7.12.7"
689+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
690+ integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
691+ dependencies :
692+ " @babel/code-frame" " ^7.10.4"
693+ " @babel/parser" " ^7.12.7"
694+ " @babel/types" " ^7.12.7"
695+
552696" @babel/traverse@^7.0.0" , "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.0":
553697 version "7.5.0"
554698 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.0.tgz#4216d6586854ef5c3c4592dab56ec7eb78485485"
563707 globals "^11.1.0"
564708 lodash "^4.17.11"
565709
710+ " @babel/traverse@^7.12.10 " :
711+ version "7.12.12"
712+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
713+ integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
714+ dependencies :
715+ " @babel/code-frame" " ^7.12.11"
716+ " @babel/generator" " ^7.12.11"
717+ " @babel/helper-function-name" " ^7.12.11"
718+ " @babel/helper-split-export-declaration" " ^7.12.11"
719+ " @babel/parser" " ^7.12.11"
720+ " @babel/types" " ^7.12.12"
721+ debug "^4.1.0"
722+ globals "^11.1.0"
723+ lodash "^4.17.19"
724+
566725" @babel/types@^7.0.0" , "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0":
567726 version "7.5.0"
568727 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
571730 lodash "^4.17.11"
572731 to-fast-properties "^2.0.0"
573732
733+ " @babel/types@^7.12.10" , "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.7":
734+ version "7.12.12"
735+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
736+ integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==
737+ dependencies :
738+ " @babel/helper-validator-identifier" " ^7.12.11"
739+ lodash "^4.17.19"
740+ to-fast-properties "^2.0.0"
741+
574742" @cnakazawa/watch@^1.0.3 " :
575743 version "1.0.3"
576744 resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
@@ -3231,6 +3399,11 @@ lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0,
32313399 version "4.17.14"
32323400 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
32333401
3402+ lodash@^4.17.19 :
3403+ version "4.17.20"
3404+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
3405+ integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
3406+
32343407log-symbols@^2.2.0 :
32353408 version "2.2.0"
32363409 resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -3425,10 +3598,12 @@ metro-react-native-babel-preset@0.54.1:
34253598 metro-babel7-plugin-react-transform "0.54.1"
34263599 react-transform-hmr "^1.0.4"
34273600
3428- metro-react-native-babel-preset@0.55.0 :
3429- version "0.55.0"
3430- resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.55.0.tgz#d5d4a6cbe9ccbcedd72fcbb71c0c311e3d56876e"
3601+ metro-react-native-babel-preset@0.65.0 :
3602+ version "0.65.0"
3603+ resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.65.0.tgz#1b9a1b3932bb80670f2319be2f9cca7770bd2411"
3604+ integrity sha512-mgs+Z5atqlxm4/+k7KZo38smLThUzcUm6fRMzwtBQBJFr757tw2gEykjXKMOP1gKjoDVd8KDoU6EAgNtX9l05w==
34313605 dependencies :
3606+ " @babel/core" " ^7.0.0"
34323607 " @babel/plugin-proposal-class-properties" " ^7.0.0"
34333608 " @babel/plugin-proposal-export-default-from" " ^7.0.0"
34343609 " @babel/plugin-proposal-nullish-coalescing-operator" " ^7.0.0"
@@ -3438,6 +3613,8 @@ metro-react-native-babel-preset@0.55.0:
34383613 " @babel/plugin-syntax-dynamic-import" " ^7.0.0"
34393614 " @babel/plugin-syntax-export-default-from" " ^7.0.0"
34403615 " @babel/plugin-syntax-flow" " ^7.2.0"
3616+ " @babel/plugin-syntax-nullish-coalescing-operator" " ^7.0.0"
3617+ " @babel/plugin-syntax-optional-chaining" " ^7.0.0"
34413618 " @babel/plugin-transform-arrow-functions" " ^7.0.0"
34423619 " @babel/plugin-transform-block-scoping" " ^7.0.0"
34433620 " @babel/plugin-transform-classes" " ^7.0.0"
@@ -3453,17 +3630,18 @@ metro-react-native-babel-preset@0.55.0:
34533630 " @babel/plugin-transform-parameters" " ^7.0.0"
34543631 " @babel/plugin-transform-react-display-name" " ^7.0.0"
34553632 " @babel/plugin-transform-react-jsx" " ^7.0.0"
3633+ " @babel/plugin-transform-react-jsx-self" " ^7.0.0"
34563634 " @babel/plugin-transform-react-jsx-source" " ^7.0.0"
34573635 " @babel/plugin-transform-regenerator" " ^7.0.0"
34583636 " @babel/plugin-transform-runtime" " ^7.0.0"
34593637 " @babel/plugin-transform-shorthand-properties" " ^7.0.0"
34603638 " @babel/plugin-transform-spread" " ^7.0.0"
34613639 " @babel/plugin-transform-sticky-regex" " ^7.0.0"
34623640 " @babel/plugin-transform-template-literals" " ^7.0.0"
3463- " @babel/plugin-transform-typescript" " ^7.0 .0"
3641+ " @babel/plugin-transform-typescript" " ^7.5 .0"
34643642 " @babel/plugin-transform-unicode-regex" " ^7.0.0"
34653643 " @babel/template" " ^7.0.0"
3466- react-refresh "^0.2 .0"
3644+ react-refresh "^0.4 .0"
34673645
34683646metro-react-native-babel-transformer@0.54.1, metro-react-native-babel-transformer@^0.54.1 :
34693647 version "0.54.1"
@@ -4309,9 +4487,10 @@ react-proxy@^1.1.7:
43094487 lodash "^4.6.1"
43104488 react-deep-force-update "^1.0.0"
43114489
4312- react-refresh@^0.2.0 :
4313- version "0.2.0"
4314- resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.2.0.tgz#f0cff375e8f75dea7133a847a1b40cf5c073dd0d"
4490+ react-refresh@^0.4.0 :
4491+ version "0.4.3"
4492+ resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53"
4493+ integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==
43154494
43164495react-transform-hmr@^1.0.4 :
43174496 version "1.0.4"
0 commit comments