Skip to content

Commit

Permalink
Bump Metro to 0.81.0-alpha.0 (#46398)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #46398

Bump Metro packages to the version stablising for RN 0.76

Changelog:
[General][Changed] - Bump Metro dependencies to 0.81.0-alpha.0

Reviewed By: cortinico

Differential Revision: D62377929

fbshipit-source-id: 0808b11ad534e6a649c28f32b19f95f691645be4
  • Loading branch information
robhogan authored and facebook-github-bot committed Sep 9, 2024
1 parent 90f89a8 commit 40f98b5
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 124 deletions.
8 changes: 4 additions & 4 deletions packages/community-cli-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@react-native/metro-babel-transformer": "0.76.0-main",
"chalk": "^4.0.0",
"execa": "^5.1.1",
"metro": "^0.80.10",
"metro-config": "^0.80.10",
"metro-core": "^0.80.10",
"metro": "^0.81.0-alpha.0",
"metro-config": "^0.81.0-alpha.0",
"metro-core": "^0.81.0-alpha.0",
"node-fetch": "^2.2.0",
"readline": "^1.3.0"
},
"devDependencies": {
"metro-resolver": "^0.80.10"
"metro-resolver": "^0.81.0-alpha.0"
},
"peerDependencies": {
"@react-native-community/cli-server-api": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/metro-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@react-native/js-polyfills": "0.76.0-main",
"@react-native/metro-babel-transformer": "0.76.0-main",
"metro-config": "^0.80.10",
"metro-runtime": "^0.80.10"
"metro-config": "^0.81.0-alpha.0",
"metro-runtime": "^0.81.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
"jest-environment-node": "^29.6.3",
"jsc-android": "^250231.0.0",
"memoize-one": "^5.0.0",
"metro-runtime": "^0.80.10",
"metro-source-map": "^0.80.10",
"metro-runtime": "^0.81.0-alpha.0",
"metro-source-map": "^0.81.0-alpha.0",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^29.7.0",
Expand Down
Loading

0 comments on commit 40f98b5

Please sign in to comment.