Skip to content

Commit

Permalink
[templates] Update templates for latest beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Oct 30, 2022
1 parent c7f9c70 commit e978932
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions templates/expo-template-bare-minimum/package.json
Original file line number Diff line number Diff line change
@@ -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": "47.0.5",
"version": "47.0.6",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand All @@ -10,7 +10,7 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~47.0.0-beta.6",
"expo": "~47.0.0-beta.7",
"expo-splash-screen": "~0.17.3",
"expo-status-bar": "~1.4.1",
"react": "18.1.0",
Expand Down
4 changes: 2 additions & 2 deletions templates/expo-template-blank-typescript/package.json
Original file line number Diff line number Diff line change
@@ -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": "47.0.5",
"version": "47.0.6",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand All @@ -10,7 +10,7 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~47.0.0-beta.6",
"expo": "~47.0.0-beta.7",
"expo-status-bar": "~1.4.1",
"react": "18.1.0",
"react-dom": "18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions templates/expo-template-blank/package.json
Original file line number Diff line number Diff line change
@@ -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": "47.0.5",
"version": "47.0.6",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand All @@ -10,7 +10,7 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~47.0.0-beta.6",
"expo": "~47.0.0-beta.7",
"expo-status-bar": "~1.4.1",
"react": "18.1.0",
"react-native": "0.70.4"
Expand Down
4 changes: 2 additions & 2 deletions templates/expo-template-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expo-template-tabs",
"description": "The Tab Navigation project template includes several example screens.",
"version": "47.0.5",
"version": "47.0.6",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand All @@ -18,7 +18,7 @@
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"expo": "~47.0.0-beta.6",
"expo": "~47.0.0-beta.7",
"expo-asset": "~8.6.2",
"expo-constants": "~14.0.2",
"expo-font": "~11.0.1",
Expand Down

0 comments on commit e978932

Please sign in to comment.