Skip to content

Commit 9f45bea

Browse files
authored
chore: Upgrade Metro to 0.78.0 (#2047)
1 parent 7165558 commit 9f45bea

File tree

3 files changed

+126
-667
lines changed

3 files changed

+126
-667
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"jest-snapshot-serializer-raw": "^1.1.0",
5252
"lerna": "^4.0.0",
5353
"lint-staged": "^13.1.0",
54-
"metro-memory-fs": "0.77.0",
54+
"metro-memory-fs": "0.78.0",
5555
"micromatch": "^4.0.4",
5656
"rimraf": "^3.0.2",
5757
"slash": "^3.0.0",

packages/cli-plugin-metro/package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@
1111
"@react-native-community/cli-tools": "12.0.0-alpha.7",
1212
"chalk": "^4.1.2",
1313
"execa": "^5.0.0",
14-
"metro": "0.77.0",
15-
"metro-config": "0.77.0",
16-
"metro-core": "0.77.0",
17-
"metro-react-native-babel-transformer": "0.77.0",
18-
"metro-resolver": "0.77.0",
19-
"metro-runtime": "0.77.0",
14+
"metro": "0.78.0",
15+
"metro-config": "0.78.0",
16+
"metro-core": "0.78.0",
2017
"readline": "^1.3.0"
2118
},
2219
"devDependencies": {
23-
"@react-native-community/cli-types": "12.0.0-alpha.7"
20+
"@react-native-community/cli-types": "12.0.0-alpha.7",
21+
"metro-resolver": "0.78.0"
2422
},
2523
"files": [
2624
"build",

0 commit comments

Comments
 (0)