Skip to content

Commit

Permalink
Upgrading Metro dependcies
Browse files Browse the repository at this point in the history
  • Loading branch information
arushikesarwani94 committed Jul 7, 2023
1 parent e8e7402 commit c239e85
Show file tree
Hide file tree
Showing 3 changed files with 787 additions and 556 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.5",
"metro-memory-fs": "0.77.0",
"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.6",
"chalk": "^4.1.2",
"execa": "^5.0.0",
"metro": "0.76.7",
"metro-config": "0.76.7",
"metro-core": "0.76.7",
"metro-react-native-babel-transformer": "0.76.7",
"metro-resolver": "0.76.7",
"metro-runtime": "0.76.7",
"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",
"readline": "^1.3.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit c239e85

Please sign in to comment.