Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 4501c75

Browse files
Bump metro-react-native-babel-preset from 0.73.7 to 0.76.3
Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.73.7 to 0.76.3. - [Release notes](https://github.com/facebook/metro/releases) - [Changelog](https://github.com/facebook/metro/blob/main/CHANGELOG.md) - [Commits](facebook/metro@v0.73.7...v0.76.3) --- updated-dependencies: - dependency-name: metro-react-native-babel-preset dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 446de35 commit 4501c75

2 files changed

Lines changed: 59 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"babel-jest": "^29.2.1",
4848
"eslint": "^8.19.0",
4949
"jest": "^29.2.1",
50-
"metro-react-native-babel-preset": "0.73.7",
50+
"metro-react-native-babel-preset": "0.76.3",
5151
"prettier": "^2.4.1",
5252
"react-test-renderer": "18.2.0",
5353
"typescript": "4.8.4"

yarn.lock

Lines changed: 58 additions & 6 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,12 +482,12 @@
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":
486-
version "7.18.6"
487-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz#774d825256f2379d06139be0c723c4dd444f3ca1"
488-
integrity sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==
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+
version "7.21.4"
487+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.21.4.tgz#3e37fca4f06d93567c1cd9b75156422e90a67107"
488+
integrity sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==
489489
dependencies:
490-
"@babel/helper-plugin-utils" "^7.18.6"
490+
"@babel/helper-plugin-utils" "^7.20.2"
491491

492492
"@babel/plugin-syntax-import-assertions@^7.20.0":
493493
version "7.20.0"
@@ -2275,6 +2275,13 @@ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0:
22752275
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf"
22762276
integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==
22772277

2278+
babel-plugin-transform-flow-enums@^0.0.2:
2279+
version "0.0.2"
2280+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25"
2281+
integrity sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==
2282+
dependencies:
2283+
"@babel/plugin-syntax-flow" "^7.12.1"
2284+
22782285
babel-preset-current-node-syntax@^1.0.0:
22792286
version "1.0.1"
22802287
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b"
@@ -5125,6 +5132,51 @@ metro-react-native-babel-preset@0.73.8:
51255132
"@babel/template" "^7.0.0"
51265133
react-refresh "^0.4.0"
51275134

5135+
metro-react-native-babel-preset@0.76.3:
5136+
version "0.76.3"
5137+
resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.76.3.tgz#efedce64251c4733446a127a7e19e1f36cd4a600"
5138+
integrity sha512-3DyE0aP/k8OdIcA0Dy0MQwx6EiXaTLq5YPy4Z38lwOFxD9ZRm2rwnaNXNczsYisJqeq1vcEJpfMnjS26Kqq97g==
5139+
dependencies:
5140+
"@babel/core" "^7.20.0"
5141+
"@babel/plugin-proposal-async-generator-functions" "^7.0.0"
5142+
"@babel/plugin-proposal-class-properties" "^7.0.0"
5143+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
5144+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
5145+
"@babel/plugin-proposal-numeric-separator" "^7.0.0"
5146+
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
5147+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
5148+
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
5149+
"@babel/plugin-syntax-dynamic-import" "^7.0.0"
5150+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
5151+
"@babel/plugin-syntax-flow" "^7.18.0"
5152+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
5153+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
5154+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
5155+
"@babel/plugin-transform-async-to-generator" "^7.0.0"
5156+
"@babel/plugin-transform-block-scoping" "^7.0.0"
5157+
"@babel/plugin-transform-classes" "^7.0.0"
5158+
"@babel/plugin-transform-computed-properties" "^7.0.0"
5159+
"@babel/plugin-transform-destructuring" "^7.0.0"
5160+
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
5161+
"@babel/plugin-transform-function-name" "^7.0.0"
5162+
"@babel/plugin-transform-literals" "^7.0.0"
5163+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
5164+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0"
5165+
"@babel/plugin-transform-parameters" "^7.0.0"
5166+
"@babel/plugin-transform-react-display-name" "^7.0.0"
5167+
"@babel/plugin-transform-react-jsx" "^7.0.0"
5168+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
5169+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
5170+
"@babel/plugin-transform-runtime" "^7.0.0"
5171+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
5172+
"@babel/plugin-transform-spread" "^7.0.0"
5173+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
5174+
"@babel/plugin-transform-typescript" "^7.5.0"
5175+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
5176+
"@babel/template" "^7.0.0"
5177+
babel-plugin-transform-flow-enums "^0.0.2"
5178+
react-refresh "^0.4.0"
5179+
51285180
metro-react-native-babel-transformer@0.73.7:
51295181
version "0.73.7"
51305182
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.7.tgz#a92055fd564cd403255cc34f925c5e99ce457565"

0 commit comments

Comments
 (0)