Skip to content

Commit

Permalink
[0.76] Bump Metro to 0.81.0-alpha (#46431)
Browse files Browse the repository at this point in the history
  • Loading branch information
robhogan authored Sep 16, 2024
1 parent 95021db commit 4126ce8
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 163 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"jest": "^29.6.3",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.14.0",
"metro-babel-register": "^0.80.10",
"metro-memory-fs": "^0.80.10",
"metro-babel-register": "^0.81.0-alpha.0",
"metro-memory-fs": "^0.81.0-alpha.0",
"micromatch": "^4.0.4",
"mkdirp": "^0.5.1",
"node-fetch": "^2.2.0",
Expand Down
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-rc.0",
"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-rc.0",
"@react-native/metro-babel-transformer": "0.76.0-rc.0",
"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 @@ -129,8 +129,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 4126ce8

Please sign in to comment.