Skip to content

Commit fa61148

Browse files
authored
Merge pull request #304 from mrzachnugent/@zach/expo-deps-update
chore: update expo recommended packages
2 parents 6dd4811 + 626b770 commit fa61148

File tree

4 files changed

+605
-605
lines changed

4 files changed

+605
-605
lines changed

apps/showcase/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@
3232
"@tanstack/react-table": "^8.11.7",
3333
"class-variance-authority": "^0.7.0",
3434
"clsx": "^2.1.0",
35-
"expo": "^52.0.23",
36-
"expo-blur": "~14.0.1",
37-
"expo-clipboard": "~7.0.0",
38-
"expo-font": "~13.0.2",
39-
"expo-haptics": "~14.0.0",
40-
"expo-image": "~2.0.3",
41-
"expo-linear-gradient": "~14.0.1",
42-
"expo-linking": "~7.0.3",
43-
"expo-navigation-bar": "~4.0.6",
44-
"expo-router": "~4.0.15",
45-
"expo-splash-screen": "~0.29.18",
46-
"expo-status-bar": "~2.0.0",
47-
"expo-system-ui": "~4.0.6",
35+
"expo": "^52.0.25",
36+
"expo-blur": "~14.0.2",
37+
"expo-clipboard": "~7.0.1",
38+
"expo-font": "~13.0.3",
39+
"expo-haptics": "~14.0.1",
40+
"expo-image": "~2.0.4",
41+
"expo-linear-gradient": "~14.0.2",
42+
"expo-linking": "~7.0.4",
43+
"expo-navigation-bar": "~4.0.7",
44+
"expo-router": "~4.0.16",
45+
"expo-splash-screen": "~0.29.20",
46+
"expo-status-bar": "~2.0.1",
47+
"expo-system-ui": "~4.0.7",
4848
"lucide-react-native": "^0.378.0",
4949
"nativewind": "^4.1.23",
5050
"react": "18.3.1",
5151
"react-dom": "18.3.1",
5252
"react-hook-form": "^7.49.2",
53-
"react-native": "0.76.5",
53+
"react-native": "0.76.6",
5454
"react-native-calendars": "^1.1302.0",
5555
"react-native-gesture-handler": "~2.20.2",
5656
"react-native-pager-view": "6.5.1",

packages/reusables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"@tsconfig/recommended": "^1.0.1",
191191
"@types/react": "~18.3.12",
192192
"react": "18.3.1",
193-
"react-native": "0.76.5"
193+
"react-native": "0.76.6"
194194
},
195195
"peerDependencies": {
196196
"react": "*",

packages/templates/starter-base/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"@rn-primitives/types": "~1.1.0",
2323
"class-variance-authority": "^0.7.0",
2424
"clsx": "^2.1.0",
25-
"expo": "^52.0.23",
26-
"expo-linking": "~7.0.3",
27-
"expo-navigation-bar": "~4.0.6",
28-
"expo-router": "~4.0.15",
29-
"expo-splash-screen": "~0.29.18",
30-
"expo-status-bar": "~2.0.0",
31-
"expo-system-ui": "~4.0.6",
25+
"expo": "^52.0.25",
26+
"expo-linking": "~7.0.4",
27+
"expo-navigation-bar": "~4.0.7",
28+
"expo-router": "~4.0.16",
29+
"expo-splash-screen": "~0.29.20",
30+
"expo-status-bar": "~2.0.1",
31+
"expo-system-ui": "~4.0.7",
3232
"lucide-react-native": "^0.378.0",
3333
"nativewind": "^4.1.23",
3434
"react": "18.3.1",
3535
"react-dom": "18.3.1",
36-
"react-native": "0.76.5",
36+
"react-native": "0.76.6",
3737
"react-native-reanimated": "~3.16.1",
3838
"react-native-safe-area-context": "4.12.0",
3939
"react-native-screens": "^4.4.0",

0 commit comments

Comments
 (0)