Skip to content

Commit e515781

Browse files
committed
Fixed dependencies for other expo demos.
1 parent 2e95c2d commit e515781

File tree

4 files changed

+112
-413
lines changed

4 files changed

+112
-413
lines changed

demos/django-react-native-todolist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@react-navigation/drawer": "^7.1.1",
2121
"@react-navigation/native": "^7.0.14",
2222
"@supabase/supabase-js": "^2.42.4",
23-
"expo": "~52.0.42",
23+
"expo": "52.0.46",
2424
"expo-build-properties": "~0.13.2",
2525
"expo-constants": "~17.0.8",
2626
"expo-linking": "~7.0.5",
2727
"expo-modules-autolinking": "^2.0.8",
28-
"expo-router": "4.0.20",
28+
"expo-router": "4.0.21",
2929
"expo-splash-screen": "~0.29.22",
3030
"expo-status-bar": "~2.0.1",
3131
"lodash": "^4.17.21",

demos/react-native-supabase-group-chat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"@tamagui/lucide-icons": "1.79.6",
3737
"@tamagui/theme-base": "1.79.6",
3838
"date-fns": "^2.30.0",
39-
"expo": "~52.0.42",
39+
"expo": "52.0.46",
4040
"expo-build-properties": "~0.13.2",
4141
"expo-crypto": "~14.0.2",
4242
"expo-dev-client": "~5.0.20",
4343
"expo-linking": "~7.0.5",
44-
"expo-router": "^4.0.20",
44+
"expo-router": "4.0.21",
4545
"expo-splash-screen": "~0.29.22",
4646
"expo-status-bar": "~2.0.1",
4747
"react": "18.3.1",

demos/react-native-web-supabase-todolist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"@supabase/supabase-js": "^2.45.4",
2727
"@tanstack/react-query": "^5.66.0",
2828
"base64-arraybuffer": "^1.0.2",
29-
"expo": "~52.0.42",
29+
"expo": "52.0.46",
3030
"expo-blur": "~14.0.3",
3131
"expo-camera": "~16.0.18",
3232
"expo-constants": "~17.0.5",
3333
"expo-crypto": "~14.0.2",
3434
"expo-font": "~13.0.3",
3535
"expo-haptics": "~14.0.1",
3636
"expo-linking": "~7.0.5",
37-
"expo-router": "~4.0.17",
37+
"expo-router": "4.0.21",
3838
"expo-secure-store": "^14.0.1",
3939
"expo-splash-screen": "~0.29.21",
4040
"expo-status-bar": "~2.0.1",

0 commit comments

Comments
 (0)