Skip to content

Commit

Permalink
fix(macos): declare support for react-native-macos 0.68 (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Jul 8, 2022
1 parent 0fcf426 commit 899c373
Show file tree
Hide file tree
Showing 6 changed files with 1,424 additions and 1,139 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"packageRules": [
{
"matchPackagePrefixes": ["@react-native-community/cli"],
"allowedVersions": "^6.0.0"
"allowedVersions": "^7.0.0"
},
{
"matchPackageNames": ["hermes-engine"],
"allowedVersions": "~0.9.0"
"allowedVersions": "~0.11.0"
},
{
"groupName": "Android",
Expand All @@ -23,7 +23,7 @@
{
"groupName": "Metro",
"matchSourceUrlPrefixes": ["https://github.com/facebook/metro"],
"allowedVersions": "^0.66.0"
"allowedVersions": "^0.67.0"
},
{
"groupName": "Moshi",
Expand All @@ -40,7 +40,7 @@
"react-native-macos",
"react-native-windows"
],
"allowedVersions": "^0.66.0"
"allowedVersions": "^0.68.0"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
Expand Down

0 comments on commit 899c373

Please sign in to comment.