## Description
Update our dependencies on `@react-native-community/cli` to the correct `15.0.0-alpha.2`.
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
We somehow missed this, and in causes problems when trying to create new apps, as RNW wants the wrong CLI version, which can cause the new Yarn to just give up on adding RNW to a template.
### What
See above.
## Screenshots
N/A
## Testing
Verified new apps work.
## Changelog
Should this change be included in the release notes: _yes_
Update our dependencies on `@react-native-community/cli` to the correct `15.0.0-alpha.2`.