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 Feb 19, 2024
1 parent 6a22451 commit 0cc9fc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.2.2")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
12 changes: 6 additions & 6 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": "12.3.6",
"@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": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"babel-jest": "29.5.0",
"coveralls": "3.1.1",
"eslint": "8.36.0",
Expand All @@ -66,10 +66,10 @@
"react-native-screens": "3.20.0",
"react-native-unimodules": "0.14.10",
"react-native-web": "0.18.12",
"react-redux": "8.0.5",
"react-redux": "9.1.0",
"react-test-renderer": "18.2.0",
"redux": "4.2.1",
"reselect": "4.1.7",
"redux": "5.0.1",
"reselect": "5.1.0",
"typescript": "5.0.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 0cc9fc4

Please sign in to comment.