Skip to content

Commit

Permalink
⬆️ Bump metro-babel-register from 0.76.1 to 0.76.2 (#578)
Browse files Browse the repository at this point in the history
⬆️ Bump metro-babel-register from 0.76.1 to 0.76.2

Bumps [metro-babel-register](https://github.com/facebook/metro) from 0.76.1 to 0.76.2.
- [Release notes](https://github.com/facebook/metro/releases)
- [Changelog](https://github.com/facebook/metro/blob/main/CHANGELOG.md)
- [Commits](facebook/metro@v0.76.1...v0.76.2)

---
updated-dependencies:
- dependency-name: metro-babel-register
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 17, 2023
1 parent 79f5219 commit 3a30f8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.1",
"metro-babel-register": "^0.76.1",
"metro-babel-register": "^0.76.2",
"prettier": "^2.8.7",
"react": "^18.0.0",
"react-native": "^0.71.6",
Expand Down
11 changes: 4 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5570,15 +5570,12 @@ merge2@^1.3.0, merge2@^1.4.1:
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==

metro-babel-register@^0.76.1:
version "0.76.1"
resolved "https://registry.yarnpkg.com/metro-babel-register/-/metro-babel-register-0.76.1.tgz#cabd5b17bbbc83f93dea0f19144d941cd4958d88"
integrity sha512-bzk8i2kSWG6Az9b5IHtWLS7rZWeMbZ8UZSJ/M0lrOlsmPN8XgnQotvwh3Mcoden029DCxmUrLAst7YcEUAzItg==
metro-babel-register@^0.76.2:
version "0.76.2"
resolved "https://registry.yarnpkg.com/metro-babel-register/-/metro-babel-register-0.76.2.tgz#8a8c5ad17e412a3ae0ed23620f026811f054ed9c"
integrity sha512-EtjzAIfOAkBvynRkuBAA8WsXN70simjLk1gyoBx3eIbXDxelcFlPhgf8VKdz2dpD69Xh7M22thPfsSYjYeHCZQ==
dependencies:
"@babel/core" "^7.20.0"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0"
"@babel/plugin-proposal-optional-chaining" "^7.0.0"
"@babel/plugin-syntax-class-properties" "^7.0.0"
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
"@babel/preset-typescript" "^7.18.0"
Expand Down

1 comment on commit 3a30f8b

@vercel
Copy link

@vercel vercel bot commented on 3a30f8b Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.