Skip to content

Commit

Permalink
[templates] Update for latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Jun 24, 2023
1 parent ea5561f commit de4f846
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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": "49.0.2",
"version": "49.0.3",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand All @@ -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",
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": "49.0.2",
"version": "49.0.3",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand All @@ -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"
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": "49.0.2",
"version": "49.0.3",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions templates/expo-template-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit de4f846

Please sign in to comment.