diff --git a/package.json b/package.json index 23a06f3..a090d6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/template", - "version": "0.78.0-rc.3-1df26ec", + "version": "0.78.0-rc.4-8361fc9", "description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.", "license": "MIT", "publishConfig": { @@ -8,7 +8,7 @@ }, "scripts": { "test": "jest", - "version": "0.78.0-rc.3" + "version": "0.78.0-rc.4" }, "type": "commonjs", "files": [ diff --git a/template/package.json b/template/package.json index c81e44c..a321990 100644 --- a/template/package.json +++ b/template/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "19.0.0", - "react-native": "0.78.0-rc.3" + "react-native": "0.78.0-rc.4" }, "devDependencies": { "@babel/core": "^7.25.2", @@ -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.3", - "@react-native/eslint-config": "0.78.0-rc.3", - "@react-native/metro-config": "0.78.0-rc.3", - "@react-native/typescript-config": "0.78.0-rc.3", + "@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", "@types/jest": "^29.5.13", "@types/react": "^19.0.0", "@types/react-test-renderer": "^19.0.0",