Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Oct 3, 2024
1 parent f81f89a commit 422dd4b
Show file tree
Hide file tree
Showing 7 changed files with 1,627 additions and 1,544 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies {

implementation("com.google.android.material:material:1.12.0")

implementation platform("com.google.firebase:firebase-bom:33.3.0")
implementation platform("com.google.firebase:firebase-bom:33.4.0")
implementation("com.google.firebase:firebase-crashlytics")
implementation("com.google.firebase:firebase-crashlytics-ndk")
implementation("com.google.firebase:firebase-analytics")
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
minSdkVersion = 28
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.1.12297006"
cmakeVersion = "3.30.3"
ndkVersion = "28.0.12433566"
cmakeVersion = "3.30.4"
javaVersion = JavaVersion.VERSION_17
kotlinVersion = "2.0.20"
}
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "learnX",
"version": "14.9.0",
"private": true,
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"scripts": {
"postinstall": "patch-package && chmod +x scripts/fix_react_native_interactable.sh && ./scripts/fix_react_native_interactable.sh",
"pod": "cd ios && pod install && pod update && cd ..",
Expand All @@ -15,16 +15,16 @@
"release": "appcenter codepush release-react -a robertying/learnX-iOS --xcode-target-name learnX && appcenter codepush release-react -a robertying/learnX-Android"
},
"dependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@babel/runtime": "7.25.6",
"@babel/core": "7.25.7",
"@babel/preset-env": "7.25.7",
"@babel/runtime": "7.25.7",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-clipboard/clipboard": "1.14.2",
"@react-native-cookies/cookies": "6.2.1",
"@react-native/babel-preset": "0.75.3",
"@react-native/eslint-config": "0.75.3",
"@react-native/metro-config": "0.75.3",
"@react-native/typescript-config": "0.75.3",
"@react-native/babel-preset": "0.75.4",
"@react-native/eslint-config": "0.75.4",
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@react-navigation/bottom-tabs": "6.6.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
Expand All @@ -33,7 +33,7 @@
"@types/jest": "29.5.13",
"@types/mime-types": "2.1.4",
"@types/promise.allsettled": "1.0.6",
"@types/react": "18.3.10",
"@types/react": "18.3.11",
"@types/react-native-share": "3.3.8",
"@types/react-native-share-menu": "5.0.5",
"@types/react-native-vector-icons": "6.4.18",
Expand All @@ -48,15 +48,15 @@
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"expo": "51.0.34",
"expo": "51.0.36",
"expo-background-fetch": "12.0.1",
"expo-calendar": "13.0.5",
"expo-document-picker": "12.0.2",
"expo-file-system": "17.0.1",
"expo-haptics": "13.0.1",
"expo-image-picker": "15.0.7",
"expo-intent-launcher": "11.0.1",
"expo-notifications": "0.28.17",
"expo-notifications": "0.28.18",
"expo-secure-store": "13.0.2",
"expo-task-manager": "11.8.2",
"fuse.js": "7.0.0",
Expand All @@ -69,7 +69,7 @@
"prettier": "3.3.3",
"promise.allsettled": "1.0.7",
"react": "18.3.1",
"react-native": "0.75.3",
"react-native": "0.75.4",
"react-native-code-push": "9.0.0",
"react-native-device-info": "13.0.0",
"react-native-draggable-flatlist": "4.0.1",
Expand All @@ -80,15 +80,15 @@
"react-native-pager-view": "6.4.1",
"react-native-paper": "5.12.5",
"react-native-paper-dates": "0.22.26",
"react-native-reanimated": "3.15.3",
"react-native-reanimated": "3.15.4",
"react-native-safe-area-context": "4.11.0",
"react-native-screens": "3.34.0",
"react-native-share": "11.0.3",
"react-native-share-menu": "6.0.0",
"react-native-tab-view": "3.5.2",
"react-native-url-polyfill": "2.0.0",
"react-native-vector-icons": "10.2.0",
"react-native-webview": "13.12.2",
"react-native-webview": "13.12.3",
"react-redux": "9.1.2",
"redux": "5.0.1",
"redux-persist": "6.0.0",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion patches/react-native-share-menu+6.0.0.patch
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ index 308ec99..aaa9026 100644
#import <React/RCTLinkingManager.h>

diff --git a/node_modules/react-native-share-menu/ios/ShareViewController.swift b/node_modules/react-native-share-menu/ios/ShareViewController.swift
index 12d8c92..f9074aa 100644
index 12d8c92..7813c43 100644
--- a/node_modules/react-native-share-menu/ios/ShareViewController.swift
+++ b/node_modules/react-native-share-menu/ios/ShareViewController.swift
@@ -14,6 +14,7 @@ import UIKit
Expand Down
Loading

0 comments on commit 422dd4b

Please sign in to comment.