react-native-windows 0.71.8 → 0.71.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,8 +16,8 @@
16
16
  -->
17
17
  <EnableSourceLink Condition="'$(EnableSourceLink)' == ''">false</EnableSourceLink>
18
18
  <!-- When bumping the Folly version, be sure to bump the git hash of that version's commit and build Folly.vcxproj (to update its cgmanifest.json) too. -->
19
- <FollyVersion>2022.11.07.00</FollyVersion>
20
- <FollyCommitHash>2aa28128d1f7a04b41521367f0b615f782814089</FollyCommitHash>
19
+ <FollyVersion>2022.11.28.00</FollyVersion>
20
+ <FollyCommitHash>6ed36117cdc4831f3a3951e013ae76b405e88e15</FollyCommitHash>
21
21
  <!-- When bumping the fmt version, be sure to bump the git hash of that version's commit and build fmt.vcxproj (to update its cgmanifest.json) too. -->
22
22
  <FmtVersion>8.0.0</FmtVersion>
23
23
  <FmtCommitHash>9e8b86fd2d9806672cc73133d21780dd182bfd24</FmtCommitHash>
@@ -6,7 +6,7 @@
6
6
  "Type": "git",
7
7
  "Git": {
8
8
  "RepositoryUrl": "https://github.com/facebook/folly",
9
- "CommitHash": "2aa28128d1f7a04b41521367f0b615f782814089"
9
+ "CommitHash": "6ed36117cdc4831f3a3951e013ae76b405e88e15"
10
10
  }
11
11
  },
12
12
  "DevelopmentDependency": false
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.71.8</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.71.10</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>71</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>8</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>10</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>b5e7ba6012efa021816448f0801316467368cde5</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>69fb9b0a811538b33420cb4e5187f9fcbe3ecff3</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
@@ -355,7 +355,7 @@ $requiredFreeSpaceGB = 15;
355
355
  $requirements = @(
356
356
  @{
357
357
  Id=[CheckId]::FreeSpace;
358
- Name = "Free space on $drive`: > $requiredFreeSpaceGB GB";
358
+ Name = "Free space on current drive > $requiredFreeSpaceGB GB";
359
359
  Tags = @('appDev');
360
360
  Valid = { $drive.Free/1GB -gt $requiredFreeSpaceGB; }
361
361
  HasVerboseOutput = $true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.71.8",
3
+ "version": "0.71.10",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "@react-native-community/cli": "10.2.2",
27
27
  "@react-native-community/cli-platform-android": "10.2.0",
28
28
  "@react-native-community/cli-platform-ios": "10.2.1",
29
- "@react-native-windows/cli": "0.71.4",
29
+ "@react-native-windows/cli": "0.71.5",
30
30
  "@react-native/assets": "1.0.0",
31
31
  "@react-native/normalize-color": "2.1.0",
32
32
  "@react-native/polyfills": "2.0.0",