Skip to content

Commit

Permalink
chore(deps-dev): bump @react-native/metro-config in /example
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent 5341933 commit 5e521ab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
20 changes: 15 additions & 5 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1675,13 +1675,23 @@
hermes-parser "0.15.0"
nullthrows "^1.1.1"

"@react-native/[email protected]":
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/[email protected]":
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/[email protected]":
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"

Expand Down

0 comments on commit 5e521ab

Please sign in to comment.