Skip to content

Commit

Permalink
chore: bump react-native to 0.76
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Dec 2, 2024
1 parent fa44651 commit 2033eb5
Show file tree
Hide file tree
Showing 8 changed files with 2,057 additions and 1,778 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packageRules": [
{
"groupName": "@react-native-community/cli",
"allowedVersions": "^14.0.0",
"allowedVersions": "^15.0.0",
"matchPackageNames": ["@react-native-community/cli{/,}**"]
},
{
Expand All @@ -23,7 +23,7 @@
},
{
"groupName": "Metro",
"allowedVersions": "^0.80.0",
"allowedVersions": "^0.81.0",
"matchSourceUrls": ["https://github.com/facebook/metro{/,}**"]
},
{
Expand All @@ -41,7 +41,7 @@
{
"groupName": "react",
"matchPackageNames": ["@types/react", "react"],
"allowedVersions": "^18.2.0"
"allowedVersions": "^18.3.0"
},
{
"groupName": "react-native",
Expand All @@ -65,7 +65,7 @@
"react-native-macos",
"react-native-windows"
],
"allowedVersions": "^0.75.0"
"allowedVersions": "^0.76.0"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
Expand Down
2 changes: 1 addition & 1 deletion example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading

0 comments on commit 2033eb5

Please sign in to comment.