Skip to content

Commit 76255bf

Browse files
Update dependencies (major)
1 parent 6ac925b commit 76255bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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:7.4.2")
16+
classpath("com.android.tools.build:gradle:8.0.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@babel/core": "7.21.3",
3838
"@babel/runtime": "7.21.0",
39-
"@react-native-community/cli": "10.2.1",
39+
"@react-native-community/cli": "11.3.5",
4040
"@react-native-community/eslint-config": "3.2.0",
4141
"@react-navigation/devtools": "6.0.18",
4242
"@react-navigation/native": "6.1.6",
@@ -46,8 +46,8 @@
4646
"@types/react": "18.0.28",
4747
"@types/react-native": "0.71.4",
4848
"@types/react-test-renderer": "18.0.0",
49-
"@typescript-eslint/eslint-plugin": "5.56.0",
50-
"@typescript-eslint/parser": "5.56.0",
49+
"@typescript-eslint/eslint-plugin": "6.0.0",
50+
"@typescript-eslint/parser": "6.0.0",
5151
"babel-jest": "29.5.0",
5252
"coveralls": "3.1.1",
5353
"eslint": "8.36.0",

0 commit comments

Comments
 (0)