mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: Add expo-font dependency to package.json and package-lock.json
This commit is contained in:
@@ -38,7 +38,8 @@
|
||||
"color": "#58A6FF"
|
||||
}
|
||||
],
|
||||
"expo-local-authentication"
|
||||
"expo-local-authentication",
|
||||
"expo-font"
|
||||
],
|
||||
"web": {
|
||||
"favicon": "./assets/favicon.png"
|
||||
|
||||
1
MobileApp/package-lock.json
generated
1
MobileApp/package-lock.json
generated
@@ -21,6 +21,7 @@
|
||||
"expo": "~54.0.33",
|
||||
"expo-constants": "~18.0.0",
|
||||
"expo-device": "~8.0.10",
|
||||
"expo-font": "~14.0.11",
|
||||
"expo-haptics": "~15.0.8",
|
||||
"expo-linking": "~8.0.11",
|
||||
"expo-local-authentication": "~17.0.8",
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
"expo": "~54.0.33",
|
||||
"expo-constants": "~18.0.0",
|
||||
"expo-device": "~8.0.10",
|
||||
"expo-font": "~14.0.11",
|
||||
"expo-haptics": "~15.0.8",
|
||||
"expo-linking": "~8.0.11",
|
||||
"expo-local-authentication": "~17.0.8",
|
||||
|
||||
Reference in New Issue
Block a user