From c0fd4cf2fd62adadf248719d2dfc8a81db82e4c0 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Fri, 29 Nov 2024 16:45:27 +0000 Subject: [PATCH] Bump to 0.78.0-main --- package.json | 2 +- template/package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e9aab8e..c87f85a 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/template/package.json b/template/package.json index f1c93ea..41122d2 100644 --- a/template/package.json +++ b/template/package.json @@ -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", @@ -36,4 +36,4 @@ "engines": { "node": ">=18" } -} +} \ No newline at end of file