diff --git a/android/build.gradle b/android/build.gradle index a5bd27c..eae0998 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -13,7 +13,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:4.2.2") + classpath("com.android.tools.build:gradle:7.4.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 098f8a6..d9be1bb 100644 --- a/package.json +++ b/package.json @@ -29,30 +29,30 @@ "coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls" }, "dependencies": { - "axios": "0.27.2", + "axios": "1.3.4", "lodash": "4.17.21", "object-hash": "3.0.0" }, "devDependencies": { "@babel/core": "7.21.3", "@babel/runtime": "7.21.0", - "@react-native-community/cli": "7.0.4", + "@react-native-community/cli": "10.2.1", "@react-native-community/eslint-config": "3.2.0", "@react-navigation/devtools": "6.0.18", "@react-navigation/native": "6.1.6", "@react-navigation/stack": "6.3.16", - "@types/jest": "27.5.2", + "@types/jest": "29.5.0", "@types/lodash": "4.14.191", "@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", - "babel-jest": "27.5.1", + "babel-jest": "29.5.0", "coveralls": "3.1.1", "eslint": "8.36.0", "eslint-plugin-react": "7.32.2", - "jest": "27.5.1", + "jest": "29.5.0", "metro": "0.76.0", "metro-react-native-babel-preset": "0.76.0", "react": "18.2.0", @@ -62,7 +62,7 @@ "react-native-gesture-handler": "2.9.0", "react-native-reanimated": "2.8.0", "react-native-safe-area": "0.5.1", - "react-native-safe-area-context": "3.4.1", + "react-native-safe-area-context": "4.5.0", "react-native-screens": "3.20.0", "react-native-unimodules": "0.14.10", "react-native-web": "0.18.12", @@ -70,7 +70,7 @@ "react-test-renderer": "18.2.0", "redux": "4.2.1", "reselect": "4.1.7", - "typescript": "4.9.5" + "typescript": "5.0.2" }, "peerDependencies": { "@react-navigation/native": "6.0.10",