Skip to content

Commit 77b3975

Browse files
authored
Merge pull request #134 from rootstrap/update-upstream-v8.0.0
chore: update upstream to v8.0.0
2 parents 653722a + 6d498cf commit 77b3975

File tree

7 files changed

+190
-99
lines changed

7 files changed

+190
-99
lines changed

.github/workflows/expo-doctor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
uses: marocchino/sticky-pull-request-comment@v2
5555
with:
5656
header: expo-doctor
57-
path: .expo/expo-doctor.md
57+
path: .expo/expo-doctor.md

.github/workflows/type-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ permissions:
2222
contents: read
2323
pull-requests: write
2424

25+
permissions:
26+
contents: read
27+
pull-requests: write
28+
2529
jobs:
2630
type-check:
2731
name: Type Check (tsc)

docs/pnpm-lock.yaml

Lines changed: 91 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@
112112
}
113113
}
114114
}
115-
}
115+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"e2e-test": "maestro test .maestro/ -e APP_ID=com.obytes.development"
6262
},
6363
"dependencies": {
64-
"@expo/metro-runtime": "^5.0.4",
64+
"@expo/metro-runtime": "^5.0.5",
6565
"@gorhom/bottom-sheet": "^5.0.5",
6666
"@hookform/resolvers": "^3.9.0",
6767
"@lukemorales/query-key-factory": "^1.3.4",
@@ -71,15 +71,15 @@
7171
"app-icon-badge": "^0.1.2",
7272
"axios": "^1.7.5",
7373
"dayjs": "^1.11.13",
74-
"expo": "~53.0.22",
74+
"expo": "~53.0.23",
7575
"expo-constants": "~17.1.7",
7676
"expo-crypto": "^14.1.5",
7777
"expo-dev-client": "~5.2.4",
7878
"expo-font": "~13.3.2",
7979
"expo-image": "~2.4.0",
8080
"expo-linking": "~7.1.7",
8181
"expo-localization": "~16.1.6",
82-
"expo-router": "~5.1.6",
82+
"expo-router": "~5.1.7",
8383
"expo-splash-screen": "~0.30.10",
8484
"expo-status-bar": "~2.2.3",
8585
"expo-system-ui": "~5.0.11",

0 commit comments

Comments
 (0)