|
371 | 371 | "@babel/helper-plugin-utils" "^7.18.6" |
372 | 372 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
373 | 373 |
|
374 | | -"@babel/plugin-proposal-numeric-separator@^7.18.6": |
| 374 | +"@babel/plugin-proposal-numeric-separator@^7.0.0", "@babel/plugin-proposal-numeric-separator@^7.18.6": |
375 | 375 | version "7.18.6" |
376 | 376 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75" |
377 | 377 | integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== |
|
482 | 482 | dependencies: |
483 | 483 | "@babel/helper-plugin-utils" "^7.8.3" |
484 | 484 |
|
485 | | -"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.18.0", "@babel/plugin-syntax-flow@^7.18.6": |
486 | | - version "7.18.6" |
487 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz#774d825256f2379d06139be0c723c4dd444f3ca1" |
488 | | - integrity sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A== |
| 485 | +"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.12.1", "@babel/plugin-syntax-flow@^7.18.0", "@babel/plugin-syntax-flow@^7.18.6": |
| 486 | + version "7.21.4" |
| 487 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.21.4.tgz#3e37fca4f06d93567c1cd9b75156422e90a67107" |
| 488 | + integrity sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw== |
489 | 489 | dependencies: |
490 | | - "@babel/helper-plugin-utils" "^7.18.6" |
| 490 | + "@babel/helper-plugin-utils" "^7.20.2" |
491 | 491 |
|
492 | 492 | "@babel/plugin-syntax-import-assertions@^7.20.0": |
493 | 493 | version "7.20.0" |
@@ -2275,6 +2275,13 @@ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0: |
2275 | 2275 | resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf" |
2276 | 2276 | integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ== |
2277 | 2277 |
|
| 2278 | +babel-plugin-transform-flow-enums@^0.0.2: |
| 2279 | + version "0.0.2" |
| 2280 | + resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25" |
| 2281 | + integrity sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ== |
| 2282 | + dependencies: |
| 2283 | + "@babel/plugin-syntax-flow" "^7.12.1" |
| 2284 | + |
2278 | 2285 | babel-preset-current-node-syntax@^1.0.0: |
2279 | 2286 | version "1.0.1" |
2280 | 2287 | resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b" |
@@ -5125,6 +5132,51 @@ metro-react-native-babel-preset@0.73.8: |
5125 | 5132 | "@babel/template" "^7.0.0" |
5126 | 5133 | react-refresh "^0.4.0" |
5127 | 5134 |
|
| 5135 | +metro-react-native-babel-preset@0.76.3: |
| 5136 | + version "0.76.3" |
| 5137 | + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.3.tgz#efedce64251c4733446a127a7e19e1f36cd4a600" |
| 5138 | + integrity sha512-3DyE0aP/k8OdIcA0Dy0MQwx6EiXaTLq5YPy4Z38lwOFxD9ZRm2rwnaNXNczsYisJqeq1vcEJpfMnjS26Kqq97g== |
| 5139 | + dependencies: |
| 5140 | + "@babel/core" "^7.20.0" |
| 5141 | + "@babel/plugin-proposal-async-generator-functions" "^7.0.0" |
| 5142 | + "@babel/plugin-proposal-class-properties" "^7.0.0" |
| 5143 | + "@babel/plugin-proposal-export-default-from" "^7.0.0" |
| 5144 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" |
| 5145 | + "@babel/plugin-proposal-numeric-separator" "^7.0.0" |
| 5146 | + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" |
| 5147 | + "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" |
| 5148 | + "@babel/plugin-proposal-optional-chaining" "^7.0.0" |
| 5149 | + "@babel/plugin-syntax-dynamic-import" "^7.0.0" |
| 5150 | + "@babel/plugin-syntax-export-default-from" "^7.0.0" |
| 5151 | + "@babel/plugin-syntax-flow" "^7.18.0" |
| 5152 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" |
| 5153 | + "@babel/plugin-syntax-optional-chaining" "^7.0.0" |
| 5154 | + "@babel/plugin-transform-arrow-functions" "^7.0.0" |
| 5155 | + "@babel/plugin-transform-async-to-generator" "^7.0.0" |
| 5156 | + "@babel/plugin-transform-block-scoping" "^7.0.0" |
| 5157 | + "@babel/plugin-transform-classes" "^7.0.0" |
| 5158 | + "@babel/plugin-transform-computed-properties" "^7.0.0" |
| 5159 | + "@babel/plugin-transform-destructuring" "^7.0.0" |
| 5160 | + "@babel/plugin-transform-flow-strip-types" "^7.0.0" |
| 5161 | + "@babel/plugin-transform-function-name" "^7.0.0" |
| 5162 | + "@babel/plugin-transform-literals" "^7.0.0" |
| 5163 | + "@babel/plugin-transform-modules-commonjs" "^7.0.0" |
| 5164 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0" |
| 5165 | + "@babel/plugin-transform-parameters" "^7.0.0" |
| 5166 | + "@babel/plugin-transform-react-display-name" "^7.0.0" |
| 5167 | + "@babel/plugin-transform-react-jsx" "^7.0.0" |
| 5168 | + "@babel/plugin-transform-react-jsx-self" "^7.0.0" |
| 5169 | + "@babel/plugin-transform-react-jsx-source" "^7.0.0" |
| 5170 | + "@babel/plugin-transform-runtime" "^7.0.0" |
| 5171 | + "@babel/plugin-transform-shorthand-properties" "^7.0.0" |
| 5172 | + "@babel/plugin-transform-spread" "^7.0.0" |
| 5173 | + "@babel/plugin-transform-sticky-regex" "^7.0.0" |
| 5174 | + "@babel/plugin-transform-typescript" "^7.5.0" |
| 5175 | + "@babel/plugin-transform-unicode-regex" "^7.0.0" |
| 5176 | + "@babel/template" "^7.0.0" |
| 5177 | + babel-plugin-transform-flow-enums "^0.0.2" |
| 5178 | + react-refresh "^0.4.0" |
| 5179 | + |
5128 | 5180 | metro-react-native-babel-transformer@0.73.7: |
5129 | 5181 | version "0.73.7" |
5130 | 5182 | resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.7.tgz#a92055fd564cd403255cc34f925c5e99ce457565" |
|
0 commit comments