Skip to content

Commit a711857

Browse files
committed
bump min dep to 73
1 parent cccb9a7 commit a711857

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
rnwVersion: [ 'v0.73-stable', 'v0.72-stable', 'v0.71-stable'] # test *all* versions that use VS 2022. aka any RNW version >= min in package.json and >= 0.71
33+
rnwVersion: [ 'v0.73-stable', 'v0.72-stable'] # test *all* versions that use VS 2022. aka any RNW version >= min in package.json and >= 0.72
3434
useRnwNuGet: [false, true] # test building with both RNW source and RNW NuGet
3535
include:
3636
- rnwVersion: 'v0.73-stable'
3737
rnVersion: '0.73-stable'
3838
- rnwVersion: 'v0.72-stable'
3939
rnVersion: '0.72-stable'
40-
- rnwVersion: 'v0.71-stable'
41-
rnVersion: '0.71-stable'
4240
uses: ./.github/workflows/template-testcli.yml
4341
with:
4442
vmImage: windows-2022

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: true
4444
matrix:
45-
rnwVersion: ['v0.73-stable', 'v0.72-stable'] # test *key* versions that use VS 2022. aka any RNW version >= 0.71 used by supported partners and/or Active/Maintenance from https://microsoft.github.io/react-native-windows/support
45+
rnwVersion: ['v0.73-stable', 'v0.72-stable'] # test *key* versions that use VS 2022. aka any RNW version >= 0.72 used by supported partners and/or Active/Maintenance from https://microsoft.github.io/react-native-windows/support
4646
useRnwNuGet: [false, true] # test building with both RNW source and RNW NuGet
4747
include:
4848
- rnwVersion: 'v0.73-stable'

package/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"@types/react": "*"
3636
},
3737
"peerDependencies": {
38-
"react": ">= 18.0.0",
39-
"react-native": ">= 0.71.0",
40-
"react-native-windows": ">= 0.71.0",
38+
"react": ">= 18.2.0",
39+
"react-native": ">= 0.72.0",
40+
"react-native-windows": ">= 0.72.0",
4141
"typescript": "^4.1.2"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)