From de4f8465ea4c4545c525cd6fa4f5c139f90d2fc1 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Fri, 23 Jun 2023 20:14:51 -0700 Subject: [PATCH] [templates] Update for latest changes --- templates/expo-template-bare-minimum/package.json | 4 ++-- templates/expo-template-blank-typescript/package.json | 4 ++-- templates/expo-template-blank/package.json | 4 ++-- templates/expo-template-tabs/package.json | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/expo-template-bare-minimum/package.json b/templates/expo-template-bare-minimum/package.json index 60dc2cf0fa4c57..38b0f968c7eacf 100644 --- a/templates/expo-template-bare-minimum/package.json +++ b/templates/expo-template-bare-minimum/package.json @@ -1,7 +1,7 @@ { "name": "expo-template-bare-minimum", "description": "This bare project template includes a minimal setup for using unimodules with React Native.", - "version": "49.0.2", + "version": "49.0.3", "main": "index.js", "scripts": { "start": "expo start --dev-client", @@ -10,7 +10,7 @@ "web": "expo start --web" }, "dependencies": { - "expo": "~49.0.0-alpha.7", + "expo": "~49.0.0-alpha.8", "expo-splash-screen": "~0.20.0", "expo-status-bar": "~1.6.0", "react": "18.2.0", diff --git a/templates/expo-template-blank-typescript/package.json b/templates/expo-template-blank-typescript/package.json index 65055e0e5168ae..0f1361df5e8c73 100644 --- a/templates/expo-template-blank-typescript/package.json +++ b/templates/expo-template-blank-typescript/package.json @@ -1,7 +1,7 @@ { "name": "expo-template-blank-typescript", "description": "The Blank project template includes the minimum dependencies to run and an empty root component.", - "version": "49.0.2", + "version": "49.0.3", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", @@ -10,7 +10,7 @@ "web": "expo start --web" }, "dependencies": { - "expo": "~49.0.0-alpha.7", + "expo": "~49.0.0-alpha.8", "expo-status-bar": "~1.6.0", "react": "18.2.0", "react-native": "0.72.0" diff --git a/templates/expo-template-blank/package.json b/templates/expo-template-blank/package.json index 8cab04f1efd138..234c29dd13577d 100644 --- a/templates/expo-template-blank/package.json +++ b/templates/expo-template-blank/package.json @@ -1,7 +1,7 @@ { "name": "expo-template-blank", "description": "The Blank project template includes the minimum dependencies to run and an empty root component.", - "version": "49.0.2", + "version": "49.0.3", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", @@ -10,7 +10,7 @@ "web": "expo start --web" }, "dependencies": { - "expo": "~49.0.0-alpha.7", + "expo": "~49.0.0-alpha.8", "expo-status-bar": "~1.6.0", "react": "18.2.0", "react-native": "0.72.0" diff --git a/templates/expo-template-tabs/package.json b/templates/expo-template-tabs/package.json index e5ef6f2e3eb9c8..d1ce1ff0daf947 100644 --- a/templates/expo-template-tabs/package.json +++ b/templates/expo-template-tabs/package.json @@ -2,7 +2,7 @@ "name": "expo-template-tabs", "main": "expo-router/entry", "description": "The Tab Navigation project template includes several example screens.", - "version": "49.0.3", + "version": "49.0.4", "scripts": { "start": "expo start", "android": "expo start --android", @@ -16,7 +16,7 @@ "dependencies": { "@expo/vector-icons": "^13.0.0", "@react-navigation/native": "^6.0.2", - "expo": "~49.0.0-alpha.7", + "expo": "~49.0.0-alpha.8", "expo-font": "~11.4.0", "expo-linking": "~5.0.1", "expo-router": "^2.0.0-rc.4", @@ -35,7 +35,7 @@ "@babel/core": "^7.20.0", "@types/react": "~18.0.14", "jest": "^29.2.1", - "jest-expo": "~48.0.0", + "jest-expo": "~49.0.0-alpha.4", "react-test-renderer": "18.2.0", "typescript": "^4.9.4" },