Skip to content

Commit

Permalink
Upgrading metro dependencies (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
arushikesarwani94 committed Feb 23, 2023
1 parent 9d17728 commit 8d18bae
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 129 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"jest-snapshot-serializer-raw": "^1.1.0",
"lerna": "^4.0.0",
"lint-staged": "^13.1.0",
"metro-memory-fs": "0.75.0",
"metro-memory-fs": "0.75.1",
"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
Expand Up @@ -11,12 +11,12 @@
"@react-native-community/cli-tools": "^11.0.0-alpha.0",
"chalk": "^4.1.2",
"execa": "^1.0.0",
"metro": "0.75.0",
"metro-config": "0.75.0",
"metro-core": "0.75.0",
"metro-react-native-babel-transformer": "0.75.0",
"metro-resolver": "0.75.0",
"metro-runtime": "0.75.0",
"metro": "0.75.1",
"metro-config": "0.75.1",
"metro-core": "0.75.1",
"metro-react-native-babel-transformer": "0.75.1",
"metro-resolver": "0.75.1",
"metro-runtime": "0.75.1",
"readline": "^1.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8d18bae

Please sign in to comment.