Skip to content

Commit 6ae6c03

Browse files
committed
version 1.5.1
1 parent cbbbebc commit 6ae6c03

File tree

3 files changed

+232
-235
lines changed

3 files changed

+232
-235
lines changed

apps/app/app.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ConfigContext, ExpoConfig } from "expo/config"
22

3-
const VERSION = "1.5.0"
4-
const BUILD = 37
3+
const VERSION = "1.5.1"
4+
const BUILD = 38
55

66
const IS_DEV = process.env.APP_VARIANT === "development"
77

apps/app/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@
2929
"@trpc/react-query": "10.45.2",
3030
"class-variance-authority": "0.7.0",
3131
"dayjs": "1.11.11",
32-
"expo": "52.0.19",
32+
"expo": "52.0.37",
3333
"expo-application": "~6.0.2",
3434
"expo-blur": "~14.0.3",
3535
"expo-build-properties": "~0.13.2",
36-
"expo-constants": "~17.0.5",
37-
"expo-dev-client": "~5.0.11",
36+
"expo-constants": "~17.0.7",
37+
"expo-dev-client": "~5.0.12",
3838
"expo-device": "~7.0.2",
39-
"expo-font": "~13.0.3",
39+
"expo-font": "~13.0.4",
4040
"expo-haptics": "~14.0.1",
41-
"expo-image": "~2.0.4",
42-
"expo-image-picker": "~16.0.5",
41+
"expo-image": "~2.0.6",
42+
"expo-image-picker": "~16.0.6",
4343
"expo-linking": "~7.0.5",
4444
"expo-notifications": "~0.29.13",
4545
"expo-router": "4.0.17",
46-
"expo-splash-screen": "~0.29.21",
46+
"expo-splash-screen": "~0.29.22",
4747
"expo-status-bar": "~2.0.1",
4848
"expo-system-ui": "4.0.8",
49-
"expo-updates": "~0.26.17",
49+
"expo-updates": "~0.26.19",
5050
"lucide-react-native": "0.475.0",
5151
"match-sorter": "8.0.0",
5252
"nativewind": "4.1.23",

0 commit comments

Comments
 (0)