From 293aa4bf5ce70900201f05235a15f069ead6ec48 Mon Sep 17 00:00:00 2001 From: React Native Bot Date: Thu, 16 Jan 2025 17:43:48 +0000 Subject: [PATCH] Bumping template to 0.77.0-rc.7-152cc23 --- package.json | 4 ++-- template/package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 79e5bf8..04bbeac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/template", - "version": "0.77.0-rc.6-7e4e2fb", + "version": "0.77.0-rc.7-152cc23", "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.77.0-rc.6" + "version": "0.77.0-rc.7" }, "type": "commonjs", "files": [ diff --git a/template/package.json b/template/package.json index c00bb14..646ca09 100644 --- a/template/package.json +++ b/template/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "18.3.1", - "react-native": "0.77.0-rc.6" + "react-native": "0.77.0-rc.7" }, "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.77.0-rc.6", - "@react-native/eslint-config": "0.77.0-rc.6", - "@react-native/metro-config": "0.77.0-rc.6", - "@react-native/typescript-config": "0.77.0-rc.6", + "@react-native/babel-preset": "0.77.0-rc.7", + "@react-native/eslint-config": "0.77.0-rc.7", + "@react-native/metro-config": "0.77.0-rc.7", + "@react-native/typescript-config": "0.77.0-rc.7", "@types/jest": "^29.5.13", "@types/react": "^18.2.6", "@types/react-test-renderer": "^18.0.0",