Skip to content

Commit

Permalink
chore: add explicit dependency on the community CLI (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakef authored Jul 16, 2024
1 parent fa868c5 commit 91dde91
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 91dde91

Please sign in to comment.