diff --git a/android/build.gradle b/android/build.gradle index eae0998..bab97fd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -13,7 +13,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:7.4.2") + classpath("com.android.tools.build:gradle:8.1.1") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/package.json b/package.json index 7058654..5ab3a17 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@babel/core": "7.21.3", "@babel/runtime": "7.21.0", - "@react-native-community/cli": "10.2.1", + "@react-native-community/cli": "11.3.8", "@react-native-community/eslint-config": "3.2.0", "@react-navigation/devtools": "6.0.18", "@react-navigation/native": "6.1.6", @@ -46,8 +46,8 @@ "@types/react": "18.0.28", "@types/react-native": "0.71.4", "@types/react-test-renderer": "18.0.0", - "@typescript-eslint/eslint-plugin": "5.56.0", - "@typescript-eslint/parser": "5.56.0", + "@typescript-eslint/eslint-plugin": "6.7.0", + "@typescript-eslint/parser": "6.7.0", "babel-jest": "29.5.0", "coveralls": "3.1.1", "eslint": "8.36.0",