Skip to content

Commit 89e3f4e

Browse files
committed
chore: bump react-native to 0.79
1 parent 9cac9f3 commit 89e3f4e

File tree

8 files changed

+1709
-1671
lines changed

8 files changed

+1709
-1671
lines changed

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packageRules": [
55
{
66
"groupName": "@react-native-community/cli",
7-
"allowedVersions": "^15.0.1",
7+
"allowedVersions": "^18.0.0",
88
"matchPackageNames": ["@react-native-community/cli{/,}**"]
99
},
1010
{
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"groupName": "Metro",
26-
"allowedVersions": "^0.81.0",
26+
"allowedVersions": "^0.82.0",
2727
"matchSourceUrls": ["https://github.com/facebook/metro{/,}**"]
2828
},
2929
{
@@ -41,7 +41,7 @@
4141
{
4242
"groupName": "react",
4343
"matchPackageNames": ["@types/react", "react"],
44-
"allowedVersions": "^18.3.0"
44+
"allowedVersions": "~19.0.0"
4545
},
4646
{
4747
"groupName": "react-native",
@@ -66,7 +66,7 @@
6666
"react-native-macos",
6767
"react-native-windows"
6868
],
69-
"allowedVersions": "^0.78.0"
69+
"allowedVersions": "^0.79.0"
7070
}
7171
],
7272
"postUpdateOptions": ["yarnDedupeHighest"],

0 commit comments

Comments
 (0)