-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d3858c
commit 81530b8
Showing
3 changed files
with
165 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.19.0 | ||
18.19.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -232,7 +232,7 @@ | |
json5 "^2.2.1" | ||
semver "^6.3.0" | ||
|
||
"@babel/core@^7.20.5": | ||
"@babel/core@^7.20.0", "@babel/core@^7.23.7": | ||
version "7.23.7" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.7.tgz#4d8016e06a14b5f92530a13ed0561730b5c6483f" | ||
integrity sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw== | ||
|
@@ -359,6 +359,13 @@ | |
dependencies: | ||
"@babel/types" "^7.18.6" | ||
|
||
"@babel/helper-annotate-as-pure@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" | ||
integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== | ||
dependencies: | ||
"@babel/types" "^7.22.5" | ||
|
||
"@babel/helper-builder-binary-assignment-operator-visitor@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.4.tgz#bb0b75f31bf98cbf9ff143c1ae578b87274ae1a3" | ||
|
@@ -595,7 +602,7 @@ | |
"@babel/template" "^7.18.10" | ||
"@babel/types" "^7.19.0" | ||
|
||
"@babel/helper-function-name@^7.23.0": | ||
"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0": | ||
version "7.23.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" | ||
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== | ||
|
@@ -858,6 +865,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f" | ||
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w== | ||
|
||
"@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" | ||
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== | ||
|
||
"@babel/helper-regex@^7.10.4": | ||
version "7.10.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.5.tgz#32dfbb79899073c415557053a19bd055aae50ae0" | ||
|
@@ -893,6 +905,15 @@ | |
"@babel/helper-wrap-function" "^7.18.9" | ||
"@babel/types" "^7.18.9" | ||
|
||
"@babel/helper-remap-async-to-generator@^7.22.20": | ||
version "7.22.20" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0" | ||
integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw== | ||
dependencies: | ||
"@babel/helper-annotate-as-pure" "^7.22.5" | ||
"@babel/helper-environment-visitor" "^7.22.20" | ||
"@babel/helper-wrap-function" "^7.22.20" | ||
|
||
"@babel/helper-replace-supers@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" | ||
|
@@ -999,6 +1020,13 @@ | |
dependencies: | ||
"@babel/types" "^7.18.9" | ||
|
||
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0": | ||
version "7.22.5" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" | ||
integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== | ||
dependencies: | ||
"@babel/types" "^7.22.5" | ||
|
||
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0": | ||
version "7.11.0" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" | ||
|
@@ -1131,6 +1159,15 @@ | |
"@babel/traverse" "^7.18.11" | ||
"@babel/types" "^7.18.10" | ||
|
||
"@babel/helper-wrap-function@^7.22.20": | ||
version "7.22.20" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569" | ||
integrity sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw== | ||
dependencies: | ||
"@babel/helper-function-name" "^7.22.5" | ||
"@babel/template" "^7.22.15" | ||
"@babel/types" "^7.22.19" | ||
|
||
"@babel/helpers@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044" | ||
|
@@ -1305,7 +1342,7 @@ | |
"@babel/helper-create-class-features-plugin" "^7.12.1" | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
|
||
"@babel/plugin-proposal-class-properties@^7.13.0": | ||
"@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.18.0": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" | ||
integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== | ||
|
@@ -1369,14 +1406,22 @@ | |
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" | ||
|
||
"@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8": | ||
"@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8", "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.0": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1" | ||
integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.18.6" | ||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" | ||
|
||
"@babel/plugin-proposal-numeric-separator@^7.0.0": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75" | ||
integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.18.6" | ||
"@babel/plugin-syntax-numeric-separator" "^7.10.4" | ||
|
||
"@babel/plugin-proposal-numeric-separator@^7.12.7": | ||
version "7.12.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.7.tgz#8bf253de8139099fea193b297d23a9d406ef056b" | ||
|
@@ -1403,6 +1448,17 @@ | |
"@babel/plugin-syntax-object-rest-spread" "^7.8.0" | ||
"@babel/plugin-transform-parameters" "^7.12.1" | ||
|
||
"@babel/plugin-proposal-object-rest-spread@^7.20.0": | ||
version "7.20.7" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a" | ||
integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== | ||
dependencies: | ||
"@babel/compat-data" "^7.20.5" | ||
"@babel/helper-compilation-targets" "^7.20.7" | ||
"@babel/helper-plugin-utils" "^7.20.2" | ||
"@babel/plugin-syntax-object-rest-spread" "^7.8.3" | ||
"@babel/plugin-transform-parameters" "^7.20.7" | ||
|
||
"@babel/plugin-proposal-optional-catch-binding@^7.0.0": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.10.4.tgz#31c938309d24a78a49d68fdabffaa863758554dd" | ||
|
@@ -1446,6 +1502,15 @@ | |
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9" | ||
"@babel/plugin-syntax-optional-chaining" "^7.8.3" | ||
|
||
"@babel/plugin-proposal-optional-chaining@^7.20.0": | ||
version "7.21.0" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea" | ||
integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.20.2" | ||
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" | ||
"@babel/plugin-syntax-optional-chaining" "^7.8.3" | ||
|
||
"@babel/plugin-proposal-private-methods@^7.12.1": | ||
version "7.12.1" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1.tgz#86814f6e7a21374c980c10d38b4493e703f4a389" | ||
|
@@ -1518,6 +1583,13 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
|
||
"@babel/plugin-syntax-flow@^7.12.1", "@babel/plugin-syntax-flow@^7.18.0", "@babel/plugin-syntax-flow@^7.23.3": | ||
version "7.23.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.23.3.tgz#084564e0f3cc21ea6c70c44cff984a1c0509729a" | ||
integrity sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
|
||
"@babel/plugin-syntax-flow@^7.18.6": | ||
version "7.18.6" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz#774d825256f2379d06139be0c723c4dd444f3ca1" | ||
|
@@ -1662,6 +1734,15 @@ | |
"@babel/helper-plugin-utils" "^7.10.4" | ||
"@babel/helper-remap-async-to-generator" "^7.12.1" | ||
|
||
"@babel/plugin-transform-async-to-generator@^7.20.0": | ||
version "7.23.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz#d1f513c7a8a506d43f47df2bf25f9254b0b051fa" | ||
integrity sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw== | ||
dependencies: | ||
"@babel/helper-module-imports" "^7.22.15" | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
"@babel/helper-remap-async-to-generator" "^7.22.20" | ||
|
||
"@babel/plugin-transform-block-scoped-functions@^7.0.0": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz#1afa595744f75e43a91af73b0d998ecfe4ebc2e8" | ||
|
@@ -1746,6 +1827,13 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
|
||
"@babel/plugin-transform-destructuring@^7.20.0": | ||
version "7.23.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz#8c9ee68228b12ae3dff986e56ed1ba4f3c446311" | ||
integrity sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
|
||
"@babel/plugin-transform-dotall-regex@^7.12.1", "@babel/plugin-transform-dotall-regex@^7.4.4": | ||
version "7.12.1" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.1.tgz#a1d16c14862817b6409c0a678d6f9373ca9cd975" | ||
|
@@ -1793,6 +1881,14 @@ | |
"@babel/helper-plugin-utils" "^7.18.9" | ||
"@babel/plugin-syntax-flow" "^7.18.6" | ||
|
||
"@babel/plugin-transform-flow-strip-types@^7.20.0": | ||
version "7.23.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.23.3.tgz#cfa7ca159cc3306fab526fc67091556b51af26ff" | ||
integrity sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
"@babel/plugin-syntax-flow" "^7.23.3" | ||
|
||
"@babel/plugin-transform-for-of@^7.0.0": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.10.4.tgz#c08892e8819d3a5db29031b115af511dbbfebae9" | ||
|
@@ -1976,6 +2072,13 @@ | |
dependencies: | ||
"@babel/helper-plugin-utils" "^7.10.4" | ||
|
||
"@babel/plugin-transform-parameters@^7.20.7": | ||
version "7.23.3" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz#83ef5d1baf4b1072fa6e54b2b0999a7b2527e2af" | ||
integrity sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw== | ||
dependencies: | ||
"@babel/helper-plugin-utils" "^7.22.5" | ||
|
||
"@babel/plugin-transform-property-literals@^7.0.0": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.10.4.tgz#f6fe54b6590352298785b83edd815d214c42e3c0" | ||
|
@@ -2578,7 +2681,7 @@ | |
"@babel/helper-validator-identifier" "^7.18.6" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6": | ||
"@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6": | ||
version "7.23.6" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd" | ||
integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg== | ||
|
@@ -5524,6 +5627,13 @@ babel-plugin-transform-exponentiation-operator@^6.5.0: | |
babel-plugin-syntax-exponentiation-operator "^6.8.0" | ||
babel-runtime "^6.22.0" | ||
|
||
babel-plugin-transform-flow-enums@^0.0.2: | ||
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25" | ||
integrity sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ== | ||
dependencies: | ||
"@babel/plugin-syntax-flow" "^7.12.1" | ||
|
||
babel-plugin-transform-flow-strip-types@^6.5.0: | ||
version "6.22.0" | ||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.22.0.tgz#84cb672935d43714fdc32bce84568d87441cf7cf" | ||
|
@@ -12300,7 +12410,7 @@ [email protected]: | |
"@babel/template" "^7.0.0" | ||
react-refresh "^0.4.0" | ||
|
||
[email protected], metro-react-native-babel-preset@^0.70.3: | ||
[email protected]: | ||
version "0.70.3" | ||
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.70.3.tgz#1c77ec4544ecd5fb6c803e70b21284d7483e4842" | ||
integrity sha512-4Nxc1zEiHEu+GTdEMEsHnRgfaBkg8f/Td3+FcQ8NTSvs+xL3LBrQy6N07idWSQZHIdGFf+tTHvRfSIWLD8u8Tg== | ||
|
@@ -12345,6 +12455,51 @@ [email protected], metro-react-native-babel-preset@^0.70.3: | |
"@babel/template" "^7.0.0" | ||
react-refresh "^0.4.0" | ||
|
||
metro-react-native-babel-preset@^0.77.0: | ||
version "0.77.0" | ||
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.77.0.tgz#47457eca8e36b77156afbe790247a70dbb40faaa" | ||
integrity sha512-HPPD+bTxADtoE4y/4t1txgTQ1LVR6imOBy7RMHUsqMVTbekoi8Ph5YI9vKX2VMPtVWeFt0w9YnCSLPa76GcXsA== | ||
dependencies: | ||
"@babel/core" "^7.20.0" | ||
"@babel/plugin-proposal-async-generator-functions" "^7.0.0" | ||
"@babel/plugin-proposal-class-properties" "^7.18.0" | ||
"@babel/plugin-proposal-export-default-from" "^7.0.0" | ||
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.0" | ||
"@babel/plugin-proposal-numeric-separator" "^7.0.0" | ||
"@babel/plugin-proposal-object-rest-spread" "^7.20.0" | ||
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0" | ||
"@babel/plugin-proposal-optional-chaining" "^7.20.0" | ||
"@babel/plugin-syntax-dynamic-import" "^7.8.0" | ||
"@babel/plugin-syntax-export-default-from" "^7.0.0" | ||
"@babel/plugin-syntax-flow" "^7.18.0" | ||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" | ||
"@babel/plugin-syntax-optional-chaining" "^7.0.0" | ||
"@babel/plugin-transform-arrow-functions" "^7.0.0" | ||
"@babel/plugin-transform-async-to-generator" "^7.20.0" | ||
"@babel/plugin-transform-block-scoping" "^7.0.0" | ||
"@babel/plugin-transform-classes" "^7.0.0" | ||
"@babel/plugin-transform-computed-properties" "^7.0.0" | ||
"@babel/plugin-transform-destructuring" "^7.20.0" | ||
"@babel/plugin-transform-flow-strip-types" "^7.20.0" | ||
"@babel/plugin-transform-function-name" "^7.0.0" | ||
"@babel/plugin-transform-literals" "^7.0.0" | ||
"@babel/plugin-transform-modules-commonjs" "^7.0.0" | ||
"@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0" | ||
"@babel/plugin-transform-parameters" "^7.0.0" | ||
"@babel/plugin-transform-react-display-name" "^7.0.0" | ||
"@babel/plugin-transform-react-jsx" "^7.0.0" | ||
"@babel/plugin-transform-react-jsx-self" "^7.0.0" | ||
"@babel/plugin-transform-react-jsx-source" "^7.0.0" | ||
"@babel/plugin-transform-runtime" "^7.0.0" | ||
"@babel/plugin-transform-shorthand-properties" "^7.0.0" | ||
"@babel/plugin-transform-spread" "^7.0.0" | ||
"@babel/plugin-transform-sticky-regex" "^7.0.0" | ||
"@babel/plugin-transform-typescript" "^7.5.0" | ||
"@babel/plugin-transform-unicode-regex" "^7.0.0" | ||
"@babel/template" "^7.0.0" | ||
babel-plugin-transform-flow-enums "^0.0.2" | ||
react-refresh "^0.4.0" | ||
|
||
[email protected], metro-react-native-babel-transformer@^0.70.1: | ||
version "0.70.3" | ||
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.70.3.tgz#195597c32488f820aa9e441bbca7c04fe7de7a2d" | ||
|