diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 79eb9d0..70fe02a 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/package.json b/package.json index 47f1826..4ed6b83 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "preset": "jest-expo" }, "dependencies": { - "@cerbos/embedded": "^0.11.1", + "@cerbos/embedded": "^0.15.0", "@expo/vector-icons": "^15.0.0", "@react-native-async-storage/async-storage": "^2.1.2", "@react-native-community/netinfo": "^11.4.1", @@ -23,31 +23,31 @@ "@react-navigation/native": "^7.0.14", "axios": "^1.12.0", "expo": "~54.0.33", - "expo-blur": "~14.0.3", - "expo-constants": "~17.0.8", + "expo-blur": "~14.1.0", + "expo-constants": "~17.1.0", "expo-font": "~14.0.0", - "expo-haptics": "~14.0.1", + "expo-haptics": "~14.1.0", "expo-linking": "~8.0.0", "expo-router": "~4.0.20", "expo-splash-screen": "~31.0.0", - "expo-status-bar": "~2.0.1", + "expo-status-bar": "~2.2.0", "expo-symbols": "~1.0.0", "expo-system-ui": "~4.0.9", - "expo-web-browser": "~14.0.2", + "expo-web-browser": "~14.2.0", "jsbi": "^4.3.2", "react": "18.3.1", "react-dom": "18.3.1", - "react-native": "0.76.9", - "react-native-gesture-handler": "~2.20.2", + "react-native": "0.85.3", + "react-native-gesture-handler": "~2.31.0", "react-native-get-random-values": "^1.11.0", - "react-native-reanimated": "~3.16.1", - "react-native-safe-area-context": "4.12.0", - "react-native-screens": "~4.4.0", + "react-native-reanimated": "~3.19.0", + "react-native-safe-area-context": "4.14.1", + "react-native-screens": "~4.25.0", "react-native-select-dropdown": "^4.0.1", "react-native-uuid": "^2.0.3", - "react-native-web": "~0.19.13", - "react-native-webview": "13.12.5", - "expo-file-system": "~18.0.12" + "react-native-web": "~0.21.0", + "react-native-webview": "13.16.1", + "expo-file-system": "~18.1.0" }, "devDependencies": { "@babel/core": "^7.25.2",