From 5e521abf41016480c04bf15d1b727ac5fd5e2258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:14:54 +0000 Subject: [PATCH] chore(deps-dev): bump @react-native/metro-config in /example Bumps [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) from 0.73.3 to 0.73.4. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/HEAD/packages/metro-config) --- updated-dependencies: - dependency-name: "@react-native/metro-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/example/package.json b/example/package.json index b262cd7..b6c34f7 100644 --- a/example/package.json +++ b/example/package.json @@ -20,7 +20,7 @@ "@babel/preset-env": "^7.23.9", "@babel/runtime": "^7.23.9", "@react-native/babel-preset": "0.73.20", - "@react-native/metro-config": "0.73.3", + "@react-native/metro-config": "0.73.4", "@react-native/typescript-config": "0.74.0", "babel-plugin-module-resolver": "^5.0.0" }, diff --git a/example/yarn.lock b/example/yarn.lock index 62aa7d4..b8d4194 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -1675,13 +1675,23 @@ hermes-parser "0.15.0" nullthrows "^1.1.1" -"@react-native/metro-config@0.73.3": - version "0.73.3" - resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.73.3.tgz#15f5e1393258148fadb285821dd9b037ea411459" - integrity sha512-aIVh+lM52n7/RFDXLDiIp1vI21jc9thm2VxdkP7KwxMut7VvW+2tO38zKt74/2ker2ca0205tbf3pyCYBvV6Ww== +"@react-native/metro-babel-transformer@0.73.14": + version "0.73.14" + resolved "https://registry.yarnpkg.com/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.73.14.tgz#a4ee02c729216e4ab5b7c7aa28abbfe8e0a943a8" + integrity sha512-5wLeYw/lormpSqYfI9H/geZ/EtPmi+x5qLkEit15Q/70hkzYo/M+aWztUtbOITfgTEOP8d6ybROzoGsqgyZLcw== + dependencies: + "@babel/core" "^7.20.0" + "@react-native/babel-preset" "0.73.20" + hermes-parser "0.15.0" + nullthrows "^1.1.1" + +"@react-native/metro-config@0.73.4": + version "0.73.4" + resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.73.4.tgz#475feab57a60734c5f40c60ef92f4552dec6174c" + integrity sha512-4IpWb9InOY23ssua6z/ho2B4uRqF4QaNHGg4aV3D/og5yiVF39GEm/REHU36i+KoHRO3GcB6DrI7N9KrcvgGBw== dependencies: "@react-native/js-polyfills" "0.73.1" - "@react-native/metro-babel-transformer" "0.73.13" + "@react-native/metro-babel-transformer" "0.73.14" metro-config "^0.80.3" metro-runtime "^0.80.3"