Skip to content

Commit

Permalink
Upgrade metro dependencies to 0.76.5 (#1943)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie authored May 25, 2023
1 parent 14f2fb7 commit 16ec7a3
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 151 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.76.4",
"metro-memory-fs": "0.76.5",
"micromatch": "^4.0.4",
"rimraf": "^3.0.2",
"slash": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/cli-plugin-metro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@react-native-community/cli-tools": "12.0.0-alpha.3",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"metro": "0.76.4",
"metro-config": "0.76.4",
"metro-core": "0.76.4",
"metro-react-native-babel-transformer": "0.76.4",
"metro-resolver": "0.76.4",
"metro-runtime": "0.76.4",
"metro": "0.76.5",
"metro-config": "0.76.5",
"metro-core": "0.76.5",
"metro-react-native-babel-transformer": "0.76.5",
"metro-resolver": "0.76.5",
"metro-runtime": "0.76.5",
"readline": "^1.3.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 16ec7a3

Please sign in to comment.