Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Oct 17, 2024
1 parent 7590e1f commit d1b3085
Show file tree
Hide file tree
Showing 5 changed files with 1,128 additions and 1,224 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ buildscript {
minSdkVersion = 28
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.1.12297006"
cmakeVersion = "3.30.4"
ndkVersion = "27.2.12479018"
cmakeVersion = "3.30.5"
javaVersion = JavaVersion.VERSION_17
kotlinVersion = "2.0.20"
kotlinVersion = "2.0.21"
}
}

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"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.7",
"@babel/preset-env": "7.25.7",
"@babel/core": "7.25.8",
"@babel/preset-env": "7.25.8",
"@babel/runtime": "7.25.7",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-clipboard/clipboard": "1.14.2",
Expand All @@ -28,7 +28,7 @@
"@react-navigation/bottom-tabs": "6.6.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@reduxjs/toolkit": "2.2.7",
"@reduxjs/toolkit": "2.3.0",
"@types/he": "1.2.3",
"@types/jest": "29.5.13",
"@types/mime-types": "2.1.4",
Expand All @@ -42,13 +42,13 @@
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-preval": "5.1.0",
"buffer": "6.0.3",
"darkreader": "4.9.94",
"darkreader": "4.9.95",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"expo": "51.0.36",
"expo": "51.0.38",
"expo-background-fetch": "12.0.1",
"expo-calendar": "13.0.5",
"expo-document-picker": "12.0.2",
Expand All @@ -71,7 +71,7 @@
"react": "18.3.1",
"react-native": "0.75.4",
"react-native-code-push": "9.0.0",
"react-native-device-info": "13.0.0",
"react-native-device-info": "13.1.0",
"react-native-draggable-flatlist": "4.0.1",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.20.0",
Expand All @@ -80,10 +80,10 @@
"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.4",
"react-native-safe-area-context": "4.11.0",
"react-native-reanimated": "3.15.5",
"react-native-safe-area-context": "4.11.1",
"react-native-screens": "3.34.0",
"react-native-share": "11.0.3",
"react-native-share": "11.0.4",
"react-native-share-menu": "6.0.0",
"react-native-tab-view": "3.5.2",
"react-native-url-polyfill": "2.0.0",
Expand All @@ -97,6 +97,6 @@
"semver": "7.6.3",
"thu-learn-lib": "github:robertying/thu-learn-lib",
"typesafe-actions": "5.1.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
File renamed without changes.
Loading

0 comments on commit d1b3085

Please sign in to comment.