diff --git a/android/build.gradle b/android/build.gradle index eae0998..bf919cf 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.2.2") // 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 94125b4..ebe6496 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": "12.3.5", "@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.21.0", + "@typescript-eslint/parser": "6.21.0", "babel-jest": "29.5.0", "coveralls": "3.1.1", "eslint": "8.36.0", @@ -66,10 +66,10 @@ "react-native-screens": "3.20.0", "react-native-unimodules": "0.14.10", "react-native-web": "0.18.12", - "react-redux": "8.0.5", + "react-redux": "9.1.0", "react-test-renderer": "18.2.0", - "redux": "4.2.1", - "reselect": "4.1.7", + "redux": "5.0.1", + "reselect": "5.1.0", "typescript": "5.0.2" }, "peerDependencies": {