Skip to content

Commit 8cacfa2

Browse files
chore(deps): update dependency metro-react-native-babel-preset to v0.76.1
1 parent d6db85d commit 8cacfa2

File tree

2 files changed

+62
-4
lines changed

2 files changed

+62
-4
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"babel-jest": "^29.2.1",
2727
"eslint": "^8.19.0",
2828
"jest": "^29.2.1",
29-
"metro-react-native-babel-preset": "0.73.8",
29+
"metro-react-native-babel-preset": "0.76.1",
3030
"prettier": "^2.4.1",
3131
"react-test-renderer": "18.2.0",
3232
"typescript": "4.8.4"

example/yarn.lock

Lines changed: 61 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
"@babel/helper-plugin-utils" "^7.18.6"
372372
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
373373

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":
375375
version "7.18.6"
376376
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75"
377377
integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
@@ -489,6 +489,13 @@
489489
dependencies:
490490
"@babel/helper-plugin-utils" "^7.18.6"
491491

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+
492499
"@babel/plugin-syntax-import-assertions@^7.20.0":
493500
version "7.20.0"
494501
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4"
@@ -1911,8 +1918,7 @@
19111918
eslint-visitor-keys "^3.3.0"
19121919

19131920
"@uiw/react-native-amap-geolocation@link:..":
1914-
version "0.0.0"
1915-
uid ""
1921+
version "2.0.0-alpha.3"
19161922

19171923
abort-controller@^3.0.0:
19181924
version "3.0.0"
@@ -2196,6 +2202,13 @@ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0:
21962202
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf"
21972203
integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==
21982204

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+
21992212
babel-preset-current-node-syntax@^1.0.0:
22002213
version "1.0.1"
22012214
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:
49474960
"@babel/template" "^7.0.0"
49484961
react-refresh "^0.4.0"
49494962

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+
49505008
metro-react-native-babel-transformer@0.73.8:
49515009
version "0.73.8"
49525010
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.8.tgz#cbcd4b243216878431dc4311ce46f02a928e3991"

0 commit comments

Comments
 (0)