react-native-windows 0.74.13 → 0.74.14
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.
- package/Common/Common.vcxproj +1 -1
- package/Common/packages.lock.json +3 -3
- package/Folly/Folly.vcxproj +1 -1
- package/Folly/packages.lock.json +3 -3
- package/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj +1 -1
- package/PropertySheets/External/Microsoft.ReactNative.Composition.CppApp.targets +1 -1
- package/PropertySheets/External/Microsoft.ReactNative.Composition.CppLib.targets +2 -2
- package/PropertySheets/Generated/PackageVersion.g.props +3 -3
- package/ReactCommon/ReactCommon.vcxproj +1 -1
- package/ReactCommon/packages.lock.json +5 -5
- package/package.json +1 -1
package/Common/Common.vcxproj
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
</ItemGroup>
|
|
95
95
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
96
96
|
<ItemGroup>
|
|
97
|
-
<PackageReference Include="boost" Version="1.
|
|
97
|
+
<PackageReference Include="boost" Version="1.83.0.0" />
|
|
98
98
|
<PackageReference Include="Microsoft.Windows.CppWinRT" Version="$(CppWinRTVersion)" PrivateAssets="all" />
|
|
99
99
|
</ItemGroup>
|
|
100
100
|
<ImportGroup Label="ExtensionTargets">
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
"native,Version=v0.0": {
|
|
5
5
|
"boost": {
|
|
6
6
|
"type": "Direct",
|
|
7
|
-
"requested": "[1.
|
|
8
|
-
"resolved": "1.
|
|
9
|
-
"contentHash": "
|
|
7
|
+
"requested": "[1.83.0, )",
|
|
8
|
+
"resolved": "1.83.0",
|
|
9
|
+
"contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
|
|
10
10
|
},
|
|
11
11
|
"Microsoft.Windows.CppWinRT": {
|
|
12
12
|
"type": "Direct",
|
package/Folly/Folly.vcxproj
CHANGED
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
<TemporaryFollyPatchFiles Include="$(MSBuildThisFileDirectory)\TEMP_UntilFollyUpdate\**\*.*" />
|
|
326
326
|
</ItemGroup>
|
|
327
327
|
<ItemGroup>
|
|
328
|
-
<PackageReference Include="boost" Version="1.
|
|
328
|
+
<PackageReference Include="boost" Version="1.83.0.0" />
|
|
329
329
|
</ItemGroup>
|
|
330
330
|
<Target Name="Deploy" />
|
|
331
331
|
<!-- Reenable this task if we need to temporarily replace any folly files for fixes, while we wait for PRs to land in folly -->
|
package/Folly/packages.lock.json
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
"native,Version=v0.0": {
|
|
5
5
|
"boost": {
|
|
6
6
|
"type": "Direct",
|
|
7
|
-
"requested": "[1.
|
|
8
|
-
"resolved": "1.
|
|
9
|
-
"contentHash": "
|
|
7
|
+
"requested": "[1.83.0, )",
|
|
8
|
+
"resolved": "1.83.0",
|
|
9
|
+
"contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
|
|
10
10
|
},
|
|
11
11
|
"fmt": {
|
|
12
12
|
"type": "Project"
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
</Page>
|
|
625
625
|
</ItemGroup>
|
|
626
626
|
<ItemGroup>
|
|
627
|
-
<PackageReference Include="boost" Version="1.
|
|
627
|
+
<PackageReference Include="boost" Version="1.83.0.0" />
|
|
628
628
|
<PackageReference Include="Microsoft.Windows.CppWinRT" Version="$(CppWinRTVersion)" PrivateAssets="all" />
|
|
629
629
|
<PackageReference Include="Microsoft.JavaScript.Hermes" Version="$(HermesVersion)" />
|
|
630
630
|
<PackageReference Include="$(WinUIPackageName)" Version="$(WinUIPackageVersion)" Condition="'$(OverrideWinUIPackage)'!='true'" />
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppApp.targets" />
|
|
13
13
|
|
|
14
14
|
<ItemGroup>
|
|
15
|
-
<PackageReference Include="boost" Version="1.
|
|
15
|
+
<PackageReference Include="boost" Version="1.83.0.0" />
|
|
16
16
|
<PackageReference Include="Microsoft.VCRTForwarders.140" Version="1.0.2-rc" />
|
|
17
17
|
</ItemGroup>
|
|
18
18
|
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\Codegen.targets" />
|
|
14
14
|
|
|
15
15
|
<ItemGroup>
|
|
16
|
-
<PackageReference Include="boost" Version="1.
|
|
16
|
+
<PackageReference Include="boost" Version="1.83.0.0" />
|
|
17
17
|
<PackageReference Include="Microsoft.VCRTForwarders.140" Version="1.0.2-rc" />
|
|
18
18
|
</ItemGroup>
|
|
19
|
-
|
|
19
|
+
|
|
20
20
|
</Project>
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
-->
|
|
11
11
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
12
12
|
<PropertyGroup>
|
|
13
|
-
<ReactNativeWindowsVersion>0.74.
|
|
13
|
+
<ReactNativeWindowsVersion>0.74.14</ReactNativeWindowsVersion>
|
|
14
14
|
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
|
15
15
|
<ReactNativeWindowsMinor>74</ReactNativeWindowsMinor>
|
|
16
|
-
<ReactNativeWindowsPatch>
|
|
16
|
+
<ReactNativeWindowsPatch>14</ReactNativeWindowsPatch>
|
|
17
17
|
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
|
|
18
|
-
<ReactNativeWindowsCommitId>
|
|
18
|
+
<ReactNativeWindowsCommitId>d2c334f261850e4b55d7764435567bcf2bc3e73f</ReactNativeWindowsCommitId>
|
|
19
19
|
</PropertyGroup>
|
|
20
20
|
</Project>
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
</ProjectReference>
|
|
196
196
|
</ItemGroup>
|
|
197
197
|
<ItemGroup>
|
|
198
|
-
<PackageReference Include="boost" Version="1.
|
|
198
|
+
<PackageReference Include="boost" Version="1.83.0.0" />
|
|
199
199
|
</ItemGroup>
|
|
200
200
|
<PropertyGroup>
|
|
201
201
|
<NodeApiJsiZipDir>$(NodeApiJsiDir)..\.node-api-jsi-zip</NodeApiJsiZipDir>
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
"native,Version=v0.0": {
|
|
5
5
|
"boost": {
|
|
6
6
|
"type": "Direct",
|
|
7
|
-
"requested": "[1.
|
|
8
|
-
"resolved": "1.
|
|
9
|
-
"contentHash": "
|
|
7
|
+
"requested": "[1.83.0, )",
|
|
8
|
+
"resolved": "1.83.0",
|
|
9
|
+
"contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
|
|
10
10
|
},
|
|
11
11
|
"fmt": {
|
|
12
12
|
"type": "Project"
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"folly": {
|
|
15
15
|
"type": "Project",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"
|
|
18
|
-
"
|
|
17
|
+
"Fmt": "[1.0.0, )",
|
|
18
|
+
"boost": "[1.83.0, )"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
},
|