Skip to content

Commit d374e55

Browse files
authored
fix(macos): declare support for 0.72 (#1570)
1 parent b4dacdd commit d374e55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"peerDependencies": {
2121
"react": "~17.0.1 || ~18.0.0 || ~18.1.0 || ~18.2.0",
2222
"react-native": "^0.0.0-0 || 0.64 - 0.72 || 1000.0.0",
23-
"react-native-macos": "^0.0.0-0 || 0.64 || 0.66 || 0.68 || 0.71",
23+
"react-native-macos": "^0.0.0-0 || 0.64 || 0.66 || 0.68 || 0.71 - 0.72",
2424
"react-native-windows": "^0.0.0-0 || 0.64 - 0.72"
2525
},
2626
"devDependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"mustache": "^4.0.0",
9797
"react": "~17.0.1 || ~18.0.0 || ~18.1.0 || ~18.2.0",
9898
"react-native": "^0.0.0-0 || 0.64 - 0.72 || 1000.0.0",
99-
"react-native-macos": "^0.0.0-0 || 0.64 || 0.66 || 0.68 || 0.71",
99+
"react-native-macos": "^0.0.0-0 || 0.64 || 0.66 || 0.68 || 0.71 - 0.72",
100100
"react-native-windows": "^0.0.0-0 || 0.64 - 0.72"
101101
},
102102
"peerDependenciesMeta": {

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -7175,7 +7175,7 @@ __metadata:
71757175
peerDependencies:
71767176
react: ~17.0.1 || ~18.0.0 || ~18.1.0 || ~18.2.0
71777177
react-native: ^0.0.0-0 || 0.64 - 0.72 || 1000.0.0
7178-
react-native-macos: ^0.0.0-0 || 0.64 || 0.66 || 0.68 || 0.71
7178+
react-native-macos: ^0.0.0-0 || 0.64 || 0.66 || 0.68 || 0.71 - 0.72
71797179
react-native-windows: ^0.0.0-0 || 0.64 - 0.72
71807180
languageName: unknown
71817181
linkType: soft
@@ -12824,7 +12824,7 @@ fsevents@^2.3.2:
1282412824
mustache: ^4.0.0
1282512825
react: ~17.0.1 || ~18.0.0 || ~18.1.0 || ~18.2.0
1282612826
react-native: ^0.0.0-0 || 0.64 - 0.72 || 1000.0.0
12827-
react-native-macos: ^0.0.0-0 || 0.64 || 0.66 || 0.68 || 0.71
12827+
react-native-macos: ^0.0.0-0 || 0.64 || 0.66 || 0.68 || 0.71 - 0.72
1282812828
react-native-windows: ^0.0.0-0 || 0.64 - 0.72
1282912829
peerDependenciesMeta:
1283012830
"@expo/config-plugins":

0 commit comments

Comments
 (0)