Skip to content

Commit

Permalink
chore: add explicit dependency on the community CLI
Browse files Browse the repository at this point in the history
The `react-native` package will no longer depend on the community CLI
packages. The template now owns this dependency. This allows us to
deliver the same experience to users.

See facebook/react-native#45461 for some background
  • Loading branch information
blakef committed Jul 16, 2024
1 parent fa868c5 commit 59fe339
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/cli": "14.0.0-alpha.11",
"@react-native-community/cli-platform-android": "14.0.0-alpha.11",
"@react-native-community/cli-platform-ios": "14.0.0-alpha.11",
"@react-native/babel-preset": "0.76.0-main",
"@react-native/eslint-config": "0.76.0-main",
"@react-native/metro-config": "0.76.0-main",
Expand All @@ -33,4 +36,4 @@
"engines": {
"node": ">=18"
}
}
}

0 comments on commit 59fe339

Please sign in to comment.