Skip to content

Commit

Permalink
[templates] Update to latest [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed May 9, 2024
1 parent caea10c commit b0149fd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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": "51.0.21",
"version": "51.0.22",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand All @@ -10,7 +10,7 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~51.0.0",
"expo": "~51.0.1",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.1"
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": "51.0.21",
"version": "51.0.22",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand All @@ -10,7 +10,7 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~51.0.0",
"expo": "~51.0.1",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.1"
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": "51.0.21",
"version": "51.0.22",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand All @@ -10,7 +10,7 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~51.0.0",
"expo": "~51.0.1",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.1"
Expand Down
6 changes: 3 additions & 3 deletions templates/expo-template-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expo-template-default",
"main": "expo-router/entry",
"version": "51.0.23",
"version": "51.0.24",
"scripts": {
"start": "expo start",
"reset-project": "./scripts/reset-project.js",
Expand All @@ -17,11 +17,11 @@
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-navigation/native": "^6.0.2",
"expo": "~51.0.0",
"expo": "~51.0.1",
"expo-constants": "~16.0.1",
"expo-font": "~12.0.4",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.10",
"expo-router": "~3.5.11",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
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": "51.0.22",
"version": "51.0.23",
"scripts": {
"start": "expo start",
"android": "expo start --android",
Expand All @@ -16,10 +16,10 @@
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-navigation/native": "^6.0.2",
"expo": "~51.0.0",
"expo": "~51.0.1",
"expo-font": "~12.0.4",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.10",
"expo-router": "~3.5.11",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
Expand Down

0 comments on commit b0149fd

Please sign in to comment.