Skip to content

Commit d965f9a

Browse files
Update dependencies (major)
1 parent 4fe800c commit d965f9a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.3.0")
1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files
1919
}

package.json

Lines changed: 6 additions & 6 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.26.1",
32+
"axios": "1.1.0",
3333
"lodash": "4.17.21",
3434
"object-hash": "3.0.0"
3535
},
3636
"devDependencies": {
3737
"@babel/core": "7.17.9",
3838
"@babel/runtime": "7.17.9",
39-
"@react-native-community/cli": "7.0.3",
39+
"@react-native-community/cli": "9.1.3",
4040
"@react-native-community/eslint-config": "3.0.1",
4141
"@react-navigation/devtools": "6.0.7",
4242
"@react-navigation/native": "6.0.10",
4343
"@react-navigation/stack": "6.2.1",
44-
"@types/jest": "27.4.1",
44+
"@types/jest": "29.1.2",
4545
"@types/lodash": "4.14.182",
4646
"@types/react": "18.0.6",
4747
"@types/react-native": "0.67.4",
4848
"@types/react-test-renderer": "18.0.0",
4949
"@typescript-eslint/eslint-plugin": "5.19.0",
5050
"@typescript-eslint/parser": "5.19.0",
51-
"babel-jest": "27.5.1",
51+
"babel-jest": "29.1.2",
5252
"coveralls": "3.1.1",
5353
"eslint": "8.13.0",
5454
"eslint-plugin-react": "7.29.2",
55-
"jest": "27.5.1",
55+
"jest": "29.1.2",
5656
"metro": "0.70.1",
5757
"metro-react-native-babel-preset": "0.70.1",
5858
"react": "18.0.0",
@@ -62,7 +62,7 @@
6262
"react-native-gesture-handler": "2.4.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.4.1",
6666
"react-native-screens": "3.13.0",
6767
"react-native-unimodules": "0.14.10",
6868
"react-native-web": "0.17.6",

0 commit comments

Comments
 (0)