|
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": |
| 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 | 486 | version "7.18.6"
|
487 | 487 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz#774d825256f2379d06139be0c723c4dd444f3ca1"
|
488 | 488 | integrity sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==
|
|
1911 | 1911 | eslint-visitor-keys "^3.3.0"
|
1912 | 1912 |
|
1913 | 1913 | "@uiw/react-native-amap-geolocation@link:..":
|
1914 |
| - version "0.0.0" |
1915 |
| - uid "" |
| 1914 | + version "1.5.3" |
1916 | 1915 |
|
1917 | 1916 | abort-controller@^3.0.0:
|
1918 | 1917 | version "3.0.0"
|
@@ -2196,6 +2195,13 @@ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0:
|
2196 | 2195 | 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 | 2196 | integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==
|
2198 | 2197 |
|
| 2198 | +babel-plugin-transform-flow-enums@^0.0.2: |
| 2199 | + version "0.0.2" |
| 2200 | + resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25" |
| 2201 | + integrity sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ== |
| 2202 | + dependencies: |
| 2203 | + "@babel/plugin-syntax-flow" "^7.12.1" |
| 2204 | + |
2199 | 2205 | babel-preset-current-node-syntax@^1.0.0:
|
2200 | 2206 | version "1.0.1"
|
2201 | 2207 | resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
|
@@ -4947,6 +4953,51 @@ metro-react-native-babel-preset@0.73.8:
|
4947 | 4953 | "@babel/template" "^7.0.0"
|
4948 | 4954 | react-refresh "^0.4.0"
|
4949 | 4955 |
|
| 4956 | +metro-react-native-babel-preset@0.76.0: |
| 4957 | + version "0.76.0" |
| 4958 | + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.0.tgz#440a0e8965b2eb01afa391ef95575faeed67636b" |
| 4959 | + integrity sha512-2sM6dy9uAbuQlg7l/VOdiudUUMFRkABJ1YLkZU6Fpqi/rJCXn4fbF0pO+TwCFbBYNIQBY50clv9RPvD2n64hXg== |
| 4960 | + dependencies: |
| 4961 | + "@babel/core" "^7.20.0" |
| 4962 | + "@babel/plugin-proposal-async-generator-functions" "^7.0.0" |
| 4963 | + "@babel/plugin-proposal-class-properties" "^7.0.0" |
| 4964 | + "@babel/plugin-proposal-export-default-from" "^7.0.0" |
| 4965 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" |
| 4966 | + "@babel/plugin-proposal-numeric-separator" "^7.0.0" |
| 4967 | + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" |
| 4968 | + "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" |
| 4969 | + "@babel/plugin-proposal-optional-chaining" "^7.0.0" |
| 4970 | + "@babel/plugin-syntax-dynamic-import" "^7.0.0" |
| 4971 | + "@babel/plugin-syntax-export-default-from" "^7.0.0" |
| 4972 | + "@babel/plugin-syntax-flow" "^7.18.0" |
| 4973 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" |
| 4974 | + "@babel/plugin-syntax-optional-chaining" "^7.0.0" |
| 4975 | + "@babel/plugin-transform-arrow-functions" "^7.0.0" |
| 4976 | + "@babel/plugin-transform-async-to-generator" "^7.0.0" |
| 4977 | + "@babel/plugin-transform-block-scoping" "^7.0.0" |
| 4978 | + "@babel/plugin-transform-classes" "^7.0.0" |
| 4979 | + "@babel/plugin-transform-computed-properties" "^7.0.0" |
| 4980 | + "@babel/plugin-transform-destructuring" "^7.0.0" |
| 4981 | + "@babel/plugin-transform-flow-strip-types" "^7.0.0" |
| 4982 | + "@babel/plugin-transform-function-name" "^7.0.0" |
| 4983 | + "@babel/plugin-transform-literals" "^7.0.0" |
| 4984 | + "@babel/plugin-transform-modules-commonjs" "^7.0.0" |
| 4985 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0" |
| 4986 | + "@babel/plugin-transform-parameters" "^7.0.0" |
| 4987 | + "@babel/plugin-transform-react-display-name" "^7.0.0" |
| 4988 | + "@babel/plugin-transform-react-jsx" "^7.0.0" |
| 4989 | + "@babel/plugin-transform-react-jsx-self" "^7.0.0" |
| 4990 | + "@babel/plugin-transform-react-jsx-source" "^7.0.0" |
| 4991 | + "@babel/plugin-transform-runtime" "^7.0.0" |
| 4992 | + "@babel/plugin-transform-shorthand-properties" "^7.0.0" |
| 4993 | + "@babel/plugin-transform-spread" "^7.0.0" |
| 4994 | + "@babel/plugin-transform-sticky-regex" "^7.0.0" |
| 4995 | + "@babel/plugin-transform-typescript" "^7.5.0" |
| 4996 | + "@babel/plugin-transform-unicode-regex" "^7.0.0" |
| 4997 | + "@babel/template" "^7.0.0" |
| 4998 | + babel-plugin-transform-flow-enums "^0.0.2" |
| 4999 | + react-refresh "^0.4.0" |
| 5000 | + |
4950 | 5001 | metro-react-native-babel-transformer@0.73.8:
|
4951 | 5002 | version "0.73.8"
|
4952 | 5003 | resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.8.tgz#cbcd4b243216878431dc4311ce46f02a928e3991"
|
|
0 commit comments