diff --git a/mobile/.nvmrc b/mobile/.nvmrc index 3c5535cf..f5b3751f 100644 --- a/mobile/.nvmrc +++ b/mobile/.nvmrc @@ -1 +1 @@ -18.19.1 +20.19.4 diff --git a/mobile/eas.json b/mobile/eas.json index 66750596..ee84ebed 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -7,18 +7,18 @@ "development": { "developmentClient": true, "distribution": "internal", - "node": "18.19.1" + "node": "20.19.4" }, "preview": { "distribution": "internal", - "node": "18.19.1", + "node": "20.19.4", "ios": { "simulator": false } }, "production": { "autoIncrement": true, - "node": "18.19.1" + "node": "20.19.4" } }, "submit": { diff --git a/mobile/package.json b/mobile/package.json index 7199cdef..de5c682f 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -20,7 +20,7 @@ "@expo/vector-icons": "^15.0.3", "@react-native-async-storage/async-storage": "2.2.0", "@react-navigation/bottom-tabs": "^7.4.7", - "@react-navigation/native": "^7.1.17", + "@react-navigation/native": "^7.1.33", "@react-navigation/native-stack": "^7.2.0", "expo": "~54.0.0", "expo-auth-session": "~7.0.10", @@ -53,7 +53,7 @@ "typescript": "^5.3.0" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.16.0" }, "private": true, "expo": {