Skip to content

Commit 9001a39

Browse files
Update dependencies (major)
1 parent 243d231 commit 9001a39

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
jcenter()
1414
}
1515
dependencies {
16-
classpath("com.android.tools.build:gradle:4.2.2")
16+
classpath("com.android.tools.build:gradle:7.4.2")
1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files
1919
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,30 @@
2929
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls"
3030
},
3131
"dependencies": {
32-
"axios": "0.27.2",
32+
"axios": "1.3.4",
3333
"lodash": "4.17.21",
3434
"object-hash": "3.0.0"
3535
},
3636
"devDependencies": {
3737
"@babel/core": "7.21.3",
3838
"@babel/runtime": "7.21.0",
39-
"@react-native-community/cli": "7.0.4",
39+
"@react-native-community/cli": "10.2.1",
4040
"@react-native-community/eslint-config": "3.2.0",
4141
"@react-navigation/devtools": "6.0.18",
4242
"@react-navigation/native": "6.1.6",
4343
"@react-navigation/stack": "6.3.16",
44-
"@types/jest": "27.5.2",
44+
"@types/jest": "29.5.0",
4545
"@types/lodash": "4.14.191",
4646
"@types/react": "18.0.28",
4747
"@types/react-native": "0.71.4",
4848
"@types/react-test-renderer": "18.0.0",
4949
"@typescript-eslint/eslint-plugin": "5.56.0",
5050
"@typescript-eslint/parser": "5.56.0",
51-
"babel-jest": "27.5.1",
51+
"babel-jest": "29.5.0",
5252
"coveralls": "3.1.1",
5353
"eslint": "8.36.0",
5454
"eslint-plugin-react": "7.32.2",
55-
"jest": "27.5.1",
55+
"jest": "29.5.0",
5656
"metro": "0.76.0",
5757
"metro-react-native-babel-preset": "0.76.0",
5858
"react": "18.2.0",
@@ -62,15 +62,15 @@
6262
"react-native-gesture-handler": "2.9.0",
6363
"react-native-reanimated": "2.8.0",
6464
"react-native-safe-area": "0.5.1",
65-
"react-native-safe-area-context": "3.4.1",
65+
"react-native-safe-area-context": "4.5.0",
6666
"react-native-screens": "3.20.0",
6767
"react-native-unimodules": "0.14.10",
6868
"react-native-web": "0.18.12",
6969
"react-redux": "8.0.5",
7070
"react-test-renderer": "18.2.0",
7171
"redux": "4.2.1",
7272
"reselect": "4.1.7",
73-
"typescript": "4.9.5"
73+
"typescript": "5.0.2"
7474
},
7575
"peerDependencies": {
7676
"@react-navigation/native": "6.0.10",

0 commit comments

Comments
 (0)