Skip to content

Commit

Permalink
Bump to 0.78.0-main
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Nov 29, 2024
1 parent 796a664 commit c0fd4cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/template",
"version": "0.77.0-main",
"version": "0.78.0-main",
"description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.",
"license": "MIT",
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.77.0-main",
"@react-native/eslint-config": "0.77.0-main",
"@react-native/metro-config": "0.77.0-main",
"@react-native/typescript-config": "0.77.0-main",
"@react-native/babel-preset": "0.78.0-main",
"@react-native/eslint-config": "0.78.0-main",
"@react-native/metro-config": "0.78.0-main",
"@react-native/typescript-config": "0.78.0-main",
"@types/jest": "^29.5.13",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
Expand All @@ -36,4 +36,4 @@
"engines": {
"node": ">=18"
}
}
}

0 comments on commit c0fd4cf

Please sign in to comment.