Skip to content

Commit a04c47d

Browse files
chore(deps): update dependency metro-react-native-babel-preset to v0.76.0
1 parent 8d0a33e commit a04c47d

File tree

2 files changed

+56
-5
lines changed

2 files changed

+56
-5
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.0",
3030
"prettier": "^2.4.1",
3131
"react-test-renderer": "18.2.0",
3232
"typescript": "4.8.4"

example/yarn.lock

Lines changed: 55 additions & 4 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==
@@ -482,7 +482,7 @@
482482
dependencies:
483483
"@babel/helper-plugin-utils" "^7.8.3"
484484

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":
486486
version "7.18.6"
487487
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz#774d825256f2379d06139be0c723c4dd444f3ca1"
488488
integrity sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==
@@ -1911,8 +1911,7 @@
19111911
eslint-visitor-keys "^3.3.0"
19121912

19131913
"@uiw/react-native-amap-geolocation@link:..":
1914-
version "0.0.0"
1915-
uid ""
1914+
version "1.5.3"
19161915

19171916
abort-controller@^3.0.0:
19181917
version "3.0.0"
@@ -2196,6 +2195,13 @@ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0:
21962195
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf"
21972196
integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==
21982197

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+
21992205
babel-preset-current-node-syntax@^1.0.0:
22002206
version "1.0.1"
22012207
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:
49474953
"@babel/template" "^7.0.0"
49484954
react-refresh "^0.4.0"
49494955

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+
49505001
metro-react-native-babel-transformer@0.73.8:
49515002
version "0.73.8"
49525003
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)