diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 6ec1567..1e9c32c 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.0.1-all.zip -networkTimeout=10000 +networkTimeout=100000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/package.json b/package.json index d394b71..2207af4 100644 --- a/package.json +++ b/package.json @@ -26,15 +26,15 @@ "@notifee/react-native": "^7.8.0", "@react-native-clipboard/clipboard": "^1.11.2", "@react-native-community/hooks": "^3.0.0", - "@react-native-community/netinfo": "^9.3.10", - "@react-native-firebase/analytics": "^18.1.0", - "@react-native-firebase/app": "^18.1.0", - "@react-native-firebase/app-check": "^18.1.0", - "@react-native-firebase/auth": "^ 18.1.0", - "@react-native-firebase/crashlytics": "^18.1.0", - "@react-native-firebase/firestore": "^18.1.0", - "@react-native-firebase/perf": "^18.1.0", - "@react-native-firebase/storage": "^18.1.0", + "@react-native-community/netinfo": "^9.4.1", + "@react-native-firebase/analytics": "^18.2.0", + "@react-native-firebase/app": "^18.2.0", + "@react-native-firebase/app-check": "^18.2.0", + "@react-native-firebase/auth": "^ 18.2.0", + "@react-native-firebase/crashlytics": "^18.2.0", + "@react-native-firebase/firestore": "^18.2.0", + "@react-native-firebase/perf": "^18.2.0", + "@react-native-firebase/storage": "^18.2.0", "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "@react-navigation/stack": "^6.3.17", @@ -49,30 +49,30 @@ "prop-types": "^15.8.1", "react": "18.2.0", "react-freeze": "^1.0.3", - "react-native": "0.72.0", + "react-native": "0.72.3", "react-native-big-list": "^1.6.1", - "react-native-device-info": "^10.6.0", + "react-native-device-info": "^10.8.0", "react-native-gesture-handler": "^2.12.0", "react-native-get-random-values": "^1.9.0", "react-native-gifted-chat": "^2.4.0", "react-native-image-crop-picker": "^0.40.0", "react-native-image-viewing": "^0.2.2", "react-native-linear-gradient": "^2.7.3", - "react-native-mmkv": "^2.10.0", + "react-native-mmkv": "^2.10.1", "react-native-modal": "^13.0.1", "react-native-onesignal": "^4.5.1", "react-native-pager-view": "^6.2.0", - "react-native-paper": "5.8.0", + "react-native-paper": "5.9.1", "react-native-reanimated": "3.3.0", - "react-native-safe-area-context": "^4.6.3", - "react-native-screens": "^3.22.0", + "react-native-safe-area-context": "^4.7.1", + "react-native-screens": "^3.22.1", "react-native-super-grid": "^5.0.0", - "react-native-svg": "^13.9.0", + "react-native-svg": "^13.10.0", "react-native-toast-message": "^2.1.6", - "react-native-vector-icons": "^9.2.0", - "react-native-webrtc": "^111.0.1", - "rn-emoji-keyboard": "^1.3.0", - "styled-components": "^5.3.11", + "react-native-vector-icons": "^10.0.0", + "react-native-webrtc": "^111.0.3", + "rn-emoji-keyboard": "^1.4.0", + "styled-components": "^6.0.4", "styled-system": "^5.1.5", "uuid": "^9.0.0" }, @@ -81,7 +81,7 @@ "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/eslint-config": "^0.72.2", - "@react-native/metro-config": "^0.72.6", + "@react-native/metro-config": "^0.72.9", "@react-native-community/eslint-config": "^3.2.0", "@tsconfig/react-native": "^3.0.2", "@types/metro-config": "^0.76.3", @@ -91,7 +91,7 @@ "babel-plugin-styled-components": "^2.1.3", "eslint": "^8.19.0", "jest": "^29.2.1", - "metro-react-native-babel-preset": "0.76.5", + "metro-react-native-babel-preset": "0.76.7", "react-test-renderer": "18.2.0", "typescript": "4.8.4", "prettier": "^2.4.1" diff --git a/patches/react-native-vector-icons+9.2.0.patch b/patches/react-native-vector-icons+9.2.0.patch deleted file mode 100644 index 81789ba..0000000 --- a/patches/react-native-vector-icons+9.2.0.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/node_modules/react-native-vector-icons/fonts.gradle b/node_modules/react-native-vector-icons/fonts.gradle -index 5485fac..ef3ccb3 100644 ---- a/node_modules/react-native-vector-icons/fonts.gradle -+++ b/node_modules/react-native-vector-icons/fonts.gradle -@@ -26,6 +26,10 @@ afterEvaluate { - - android.applicationVariants.all { def variant -> - def targetName = variant.name.capitalize() -+ def lintVitalAnalyzeTask = tasks.findByName("lintVitalAnalyze${targetName}") -+ if (lintVitalAnalyzeTask) { -+ lintVitalAnalyzeTask.dependsOn(fontCopyTask) -+ } - def generateAssetsTask = tasks.findByName("generate${targetName}Assets") - generateAssetsTask.dependsOn(fontCopyTask) - } \ No newline at end of file