Skip to content

Commit

Permalink
Fix: drop version of CLI to alpha.0 to get metro work again
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Cipolleschi committed Mar 27, 2023
1 parent 73f37b1 commit b69a17b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^29.2.1",
"@react-native-community/cli": "11.0.0-alpha.2",
"@react-native-community/cli-platform-android": "11.0.0-alpha.2",
"@react-native-community/cli-platform-ios": "11.0.0-alpha.2",
"@react-native-community/cli": "11.0.0-alpha.0",
"@react-native-community/cli-platform-android": "11.0.0-alpha.0",
"@react-native-community/cli-platform-ios": "11.0.0-alpha.0",
"@react-native/assets-registry": "^0.72.0",
"@react-native/codegen": "^0.72.4",
"@react-native/gradle-plugin": "^0.72.6",
Expand Down Expand Up @@ -133,4 +133,4 @@
}
]
}
}
}

0 comments on commit b69a17b

Please sign in to comment.