|
233 | 233 | dependencies:
|
234 | 234 | "@babel/types" "^7.10.4"
|
235 | 235 |
|
236 |
| -"@babel/helper-module-imports@^7.13.12": |
| 236 | +"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12": |
237 | 237 | version "7.13.12"
|
238 | 238 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
|
239 | 239 | integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
|
|
298 | 298 | dependencies:
|
299 | 299 | lodash "^4.17.19"
|
300 | 300 |
|
| 301 | +"@babel/helper-remap-async-to-generator@^7.13.0": |
| 302 | + version "7.13.0" |
| 303 | + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz#376a760d9f7b4b2077a9dd05aa9c3927cadb2209" |
| 304 | + integrity sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg== |
| 305 | + dependencies: |
| 306 | + "@babel/helper-annotate-as-pure" "^7.12.13" |
| 307 | + "@babel/helper-wrap-function" "^7.13.0" |
| 308 | + "@babel/types" "^7.13.0" |
| 309 | + |
301 | 310 | "@babel/helper-replace-supers@^7.10.4":
|
302 | 311 | version "7.10.4"
|
303 | 312 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf"
|
|
376 | 385 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
377 | 386 | integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
|
378 | 387 |
|
| 388 | +"@babel/helper-wrap-function@^7.13.0": |
| 389 | + version "7.13.0" |
| 390 | + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.13.0.tgz#bdb5c66fda8526ec235ab894ad53a1235c79fcc4" |
| 391 | + integrity sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA== |
| 392 | + dependencies: |
| 393 | + "@babel/helper-function-name" "^7.12.13" |
| 394 | + "@babel/template" "^7.12.13" |
| 395 | + "@babel/traverse" "^7.13.0" |
| 396 | + "@babel/types" "^7.13.0" |
| 397 | + |
379 | 398 | "@babel/helpers@^7.10.4":
|
380 | 399 | version "7.10.4"
|
381 | 400 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
|
|
637 | 656 | dependencies:
|
638 | 657 | "@babel/helper-plugin-utils" "^7.10.4"
|
639 | 658 |
|
| 659 | +"@babel/plugin-transform-async-to-generator@^7.0.0": |
| 660 | + version "7.13.0" |
| 661 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.13.0.tgz#8e112bf6771b82bf1e974e5e26806c5c99aa516f" |
| 662 | + integrity sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg== |
| 663 | + dependencies: |
| 664 | + "@babel/helper-module-imports" "^7.12.13" |
| 665 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 666 | + "@babel/helper-remap-async-to-generator" "^7.13.0" |
| 667 | + |
640 | 668 | "@babel/plugin-transform-block-scoped-functions@^7.0.0":
|
641 | 669 | version "7.10.4"
|
642 | 670 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.10.4.tgz#1afa595744f75e43a91af73b0d998ecfe4ebc2e8"
|
|
988 | 1016 | lodash "^4.17.19"
|
989 | 1017 | to-fast-properties "^2.0.0"
|
990 | 1018 |
|
991 |
| -"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1": |
| 1019 | +"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1": |
992 | 1020 | version "7.14.1"
|
993 | 1021 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
|
994 | 1022 | integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
|
|
1610 | 1638 | eslint-visitor-keys "^1.1.0"
|
1611 | 1639 |
|
1612 | 1640 | "@uiw/react-native-alipay@link:..":
|
1613 |
| - version "0.0.0" |
1614 |
| - uid "" |
| 1641 | + version "3.0.0" |
1615 | 1642 |
|
1616 | 1643 | abab@^2.0.3, abab@^2.0.5:
|
1617 | 1644 | version "2.0.5"
|
@@ -4773,6 +4800,52 @@ metro-react-native-babel-preset@0.64.0:
|
4773 | 4800 | "@babel/template" "^7.0.0"
|
4774 | 4801 | react-refresh "^0.4.0"
|
4775 | 4802 |
|
| 4803 | +metro-react-native-babel-preset@0.66.0: |
| 4804 | + version "0.66.0" |
| 4805 | + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.66.0.tgz#a4495df4b24a2eb9f82705e0a53f4cbbd36d983e" |
| 4806 | + integrity sha512-rO3yayxplLNxFDc7HyMShN+psgEb2mbw15EMreNvgV8QnXNYHmgU6e15tLbtEvC8LuftOLuSufEdSmR/ykm+aA== |
| 4807 | + dependencies: |
| 4808 | + "@babel/core" "^7.0.0" |
| 4809 | + "@babel/plugin-proposal-class-properties" "^7.0.0" |
| 4810 | + "@babel/plugin-proposal-export-default-from" "^7.0.0" |
| 4811 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" |
| 4812 | + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" |
| 4813 | + "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" |
| 4814 | + "@babel/plugin-proposal-optional-chaining" "^7.0.0" |
| 4815 | + "@babel/plugin-syntax-dynamic-import" "^7.0.0" |
| 4816 | + "@babel/plugin-syntax-export-default-from" "^7.0.0" |
| 4817 | + "@babel/plugin-syntax-flow" "^7.2.0" |
| 4818 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" |
| 4819 | + "@babel/plugin-syntax-optional-chaining" "^7.0.0" |
| 4820 | + "@babel/plugin-transform-arrow-functions" "^7.0.0" |
| 4821 | + "@babel/plugin-transform-async-to-generator" "^7.0.0" |
| 4822 | + "@babel/plugin-transform-block-scoping" "^7.0.0" |
| 4823 | + "@babel/plugin-transform-classes" "^7.0.0" |
| 4824 | + "@babel/plugin-transform-computed-properties" "^7.0.0" |
| 4825 | + "@babel/plugin-transform-destructuring" "^7.0.0" |
| 4826 | + "@babel/plugin-transform-exponentiation-operator" "^7.0.0" |
| 4827 | + "@babel/plugin-transform-flow-strip-types" "^7.0.0" |
| 4828 | + "@babel/plugin-transform-for-of" "^7.0.0" |
| 4829 | + "@babel/plugin-transform-function-name" "^7.0.0" |
| 4830 | + "@babel/plugin-transform-literals" "^7.0.0" |
| 4831 | + "@babel/plugin-transform-modules-commonjs" "^7.0.0" |
| 4832 | + "@babel/plugin-transform-object-assign" "^7.0.0" |
| 4833 | + "@babel/plugin-transform-parameters" "^7.0.0" |
| 4834 | + "@babel/plugin-transform-react-display-name" "^7.0.0" |
| 4835 | + "@babel/plugin-transform-react-jsx" "^7.0.0" |
| 4836 | + "@babel/plugin-transform-react-jsx-self" "^7.0.0" |
| 4837 | + "@babel/plugin-transform-react-jsx-source" "^7.0.0" |
| 4838 | + "@babel/plugin-transform-regenerator" "^7.0.0" |
| 4839 | + "@babel/plugin-transform-runtime" "^7.0.0" |
| 4840 | + "@babel/plugin-transform-shorthand-properties" "^7.0.0" |
| 4841 | + "@babel/plugin-transform-spread" "^7.0.0" |
| 4842 | + "@babel/plugin-transform-sticky-regex" "^7.0.0" |
| 4843 | + "@babel/plugin-transform-template-literals" "^7.0.0" |
| 4844 | + "@babel/plugin-transform-typescript" "^7.5.0" |
| 4845 | + "@babel/plugin-transform-unicode-regex" "^7.0.0" |
| 4846 | + "@babel/template" "^7.0.0" |
| 4847 | + react-refresh "^0.4.0" |
| 4848 | + |
4776 | 4849 | metro-react-native-babel-transformer@0.64.0, metro-react-native-babel-transformer@^0.64.0:
|
4777 | 4850 | version "0.64.0"
|
4778 | 4851 | resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.64.0.tgz#eafef756972f20efdc51bd5361d55f8598355623"
|
|
0 commit comments