Skip to content

Commit

Permalink
chore: Upgrade Metro to 0.78.0 (react-native-community#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 authored Aug 9, 2023
1 parent 7165558 commit 9f45bea
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 667 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"jest-snapshot-serializer-raw": "^1.1.0",
"lerna": "^4.0.0",
"lint-staged": "^13.1.0",
"metro-memory-fs": "0.77.0",
"metro-memory-fs": "0.78.0",
"micromatch": "^4.0.4",
"rimraf": "^3.0.2",
"slash": "^3.0.0",
Expand Down
12 changes: 5 additions & 7 deletions packages/cli-plugin-metro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@
"@react-native-community/cli-tools": "12.0.0-alpha.7",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"metro": "0.77.0",
"metro-config": "0.77.0",
"metro-core": "0.77.0",
"metro-react-native-babel-transformer": "0.77.0",
"metro-resolver": "0.77.0",
"metro-runtime": "0.77.0",
"metro": "0.78.0",
"metro-config": "0.78.0",
"metro-core": "0.78.0",
"readline": "^1.3.0"
},
"devDependencies": {
"@react-native-community/cli-types": "12.0.0-alpha.7"
"@react-native-community/cli-types": "12.0.0-alpha.7",
"metro-resolver": "0.78.0"
},
"files": [
"build",
Expand Down
Loading

0 comments on commit 9f45bea

Please sign in to comment.