Skip to content

Commit

Permalink
Update dependencies (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 5b294ab commit 3d79feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:7.4.2")
classpath("com.android.tools.build:gradle:8.1.1")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "11.3.8",
"@react-native-community/eslint-config": "3.2.0",
"@react-navigation/devtools": "6.0.18",
"@react-navigation/native": "6.1.6",
Expand All @@ -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.7.0",
"@typescript-eslint/parser": "6.7.0",
"babel-jest": "29.5.0",
"coveralls": "3.1.1",
"eslint": "8.36.0",
Expand Down

0 comments on commit 3d79feb

Please sign in to comment.