Skip to content

Commit

Permalink
Bumping template to 0.78.0-rc.5-a1d0840
Browse files Browse the repository at this point in the history
  • Loading branch information
react-native-bot committed Feb 13, 2025
1 parent a1d0840 commit b33f6dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@react-native-community/template",
"version": "0.78.0-rc.4-8361fc9",
"version": "0.78.0-rc.5-a1d0840",
"description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"version": "0.78.0-rc.4"
"version": "0.78.0-rc.5"
},
"type": "commonjs",
"files": [
Expand Down
10 changes: 5 additions & 5 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"react": "19.0.0",
"react-native": "0.78.0-rc.4"
"react-native": "0.78.0-rc.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -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.78.0-rc.4",
"@react-native/eslint-config": "0.78.0-rc.4",
"@react-native/metro-config": "0.78.0-rc.4",
"@react-native/typescript-config": "0.78.0-rc.4",
"@react-native/babel-preset": "0.78.0-rc.5",
"@react-native/eslint-config": "0.78.0-rc.5",
"@react-native/metro-config": "0.78.0-rc.5",
"@react-native/typescript-config": "0.78.0-rc.5",
"@types/jest": "^29.5.13",
"@types/react": "^19.0.0",
"@types/react-test-renderer": "^19.0.0",
Expand Down

0 comments on commit b33f6dc

Please sign in to comment.