|
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== |
|
489 | 489 | dependencies: |
490 | 490 | "@babel/helper-plugin-utils" "^7.18.6" |
491 | 491 |
|
| 492 | +"@babel/plugin-syntax-flow@^7.12.1": |
| 493 | + version "7.21.4" |
| 494 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.21.4.tgz#3e37fca4f06d93567c1cd9b75156422e90a67107" |
| 495 | + integrity sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw== |
| 496 | + dependencies: |
| 497 | + "@babel/helper-plugin-utils" "^7.20.2" |
| 498 | + |
492 | 499 | "@babel/plugin-syntax-import-assertions@^7.20.0": |
493 | 500 | version "7.20.0" |
494 | 501 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4" |
|
1911 | 1918 | eslint-visitor-keys "^3.3.0" |
1912 | 1919 |
|
1913 | 1920 | "@uiw/react-native-amap-geolocation@link:..": |
1914 | | - version "0.0.0" |
1915 | | - uid "" |
| 1921 | + version "2.0.0-alpha.3" |
1916 | 1922 |
|
1917 | 1923 | abort-controller@^3.0.0: |
1918 | 1924 | version "3.0.0" |
@@ -2196,6 +2202,13 @@ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0: |
2196 | 2202 | resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf" |
2197 | 2203 | integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ== |
2198 | 2204 |
|
| 2205 | +babel-plugin-transform-flow-enums@^0.0.2: |
| 2206 | + version "0.0.2" |
| 2207 | + resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25" |
| 2208 | + integrity sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ== |
| 2209 | + dependencies: |
| 2210 | + "@babel/plugin-syntax-flow" "^7.12.1" |
| 2211 | + |
2199 | 2212 | babel-preset-current-node-syntax@^1.0.0: |
2200 | 2213 | version "1.0.1" |
2201 | 2214 | resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b" |
@@ -4947,6 +4960,51 @@ metro-react-native-babel-preset@0.73.8: |
4947 | 4960 | "@babel/template" "^7.0.0" |
4948 | 4961 | react-refresh "^0.4.0" |
4949 | 4962 |
|
| 4963 | +metro-react-native-babel-preset@0.76.1: |
| 4964 | + version "0.76.1" |
| 4965 | + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.1.tgz#c6cc85556091d2064fe9c9e339c227cdce773b1b" |
| 4966 | + integrity sha512-1336W8B84eew4J3bfTbL2I40S3M03v5Rus6nTjAsXMkJZWpeVFvJLRG3NO04kp+7CyFJCR1JBOJPzpLLv75fNQ== |
| 4967 | + dependencies: |
| 4968 | + "@babel/core" "^7.20.0" |
| 4969 | + "@babel/plugin-proposal-async-generator-functions" "^7.0.0" |
| 4970 | + "@babel/plugin-proposal-class-properties" "^7.0.0" |
| 4971 | + "@babel/plugin-proposal-export-default-from" "^7.0.0" |
| 4972 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" |
| 4973 | + "@babel/plugin-proposal-numeric-separator" "^7.0.0" |
| 4974 | + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" |
| 4975 | + "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" |
| 4976 | + "@babel/plugin-proposal-optional-chaining" "^7.0.0" |
| 4977 | + "@babel/plugin-syntax-dynamic-import" "^7.0.0" |
| 4978 | + "@babel/plugin-syntax-export-default-from" "^7.0.0" |
| 4979 | + "@babel/plugin-syntax-flow" "^7.18.0" |
| 4980 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" |
| 4981 | + "@babel/plugin-syntax-optional-chaining" "^7.0.0" |
| 4982 | + "@babel/plugin-transform-arrow-functions" "^7.0.0" |
| 4983 | + "@babel/plugin-transform-async-to-generator" "^7.0.0" |
| 4984 | + "@babel/plugin-transform-block-scoping" "^7.0.0" |
| 4985 | + "@babel/plugin-transform-classes" "^7.0.0" |
| 4986 | + "@babel/plugin-transform-computed-properties" "^7.0.0" |
| 4987 | + "@babel/plugin-transform-destructuring" "^7.0.0" |
| 4988 | + "@babel/plugin-transform-flow-strip-types" "^7.0.0" |
| 4989 | + "@babel/plugin-transform-function-name" "^7.0.0" |
| 4990 | + "@babel/plugin-transform-literals" "^7.0.0" |
| 4991 | + "@babel/plugin-transform-modules-commonjs" "^7.0.0" |
| 4992 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0" |
| 4993 | + "@babel/plugin-transform-parameters" "^7.0.0" |
| 4994 | + "@babel/plugin-transform-react-display-name" "^7.0.0" |
| 4995 | + "@babel/plugin-transform-react-jsx" "^7.0.0" |
| 4996 | + "@babel/plugin-transform-react-jsx-self" "^7.0.0" |
| 4997 | + "@babel/plugin-transform-react-jsx-source" "^7.0.0" |
| 4998 | + "@babel/plugin-transform-runtime" "^7.0.0" |
| 4999 | + "@babel/plugin-transform-shorthand-properties" "^7.0.0" |
| 5000 | + "@babel/plugin-transform-spread" "^7.0.0" |
| 5001 | + "@babel/plugin-transform-sticky-regex" "^7.0.0" |
| 5002 | + "@babel/plugin-transform-typescript" "^7.5.0" |
| 5003 | + "@babel/plugin-transform-unicode-regex" "^7.0.0" |
| 5004 | + "@babel/template" "^7.0.0" |
| 5005 | + babel-plugin-transform-flow-enums "^0.0.2" |
| 5006 | + react-refresh "^0.4.0" |
| 5007 | + |
4950 | 5008 | metro-react-native-babel-transformer@0.73.8: |
4951 | 5009 | version "0.73.8" |
4952 | 5010 | resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.8.tgz#cbcd4b243216878431dc4311ce46f02a928e3991" |
|
0 commit comments