Skip to content

Commit

Permalink
Remove @react-native-community/cli direct dependencies (facebook#45927)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#45927

This was attempted earlier in the year, and was unsuccessful because HelloWorld had a hidden dependency on this.

Changelog: [General][Breaking] Projects that intend to use the community CLI will now have to declare that dependency instead of transitively having the react-native package handle this.

Differential Revision: D60898346
  • Loading branch information
blakef authored and facebook-github-bot committed Aug 8, 2024
1 parent beebf4a commit dbcd8fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 224 deletions.
3 changes: 0 additions & 3 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^29.6.3",
"@react-native-community/cli": "14.0.0",
"@react-native-community/cli-platform-android": "14.0.0",
"@react-native-community/cli-platform-ios": "14.0.0",
"@react-native/assets-registry": "0.76.0-main",
"@react-native/codegen": "0.76.0-main",
"@react-native/community-cli-plugin": "0.76.0-main",
Expand Down
Loading

0 comments on commit dbcd8fa

Please sign in to comment.