react-native-windows 0.68.33 → 0.68.34
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.
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
-->
|
|
11
11
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
12
12
|
<PropertyGroup>
|
|
13
|
-
<ReactNativeWindowsVersion>0.68.
|
|
13
|
+
<ReactNativeWindowsVersion>0.68.34</ReactNativeWindowsVersion>
|
|
14
14
|
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
|
15
15
|
<ReactNativeWindowsMinor>68</ReactNativeWindowsMinor>
|
|
16
|
-
<ReactNativeWindowsPatch>
|
|
16
|
+
<ReactNativeWindowsPatch>34</ReactNativeWindowsPatch>
|
|
17
17
|
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
|
|
18
|
-
<ReactNativeWindowsCommitId>
|
|
18
|
+
<ReactNativeWindowsCommitId>ed386d39b722fbf31a33a785d65a1468629e2f3e</ReactNativeWindowsCommitId>
|
|
19
19
|
</PropertyGroup>
|
|
20
20
|
</Project>
|
|
@@ -196,7 +196,7 @@ $requiredFreeSpaceGB = 15;
|
|
|
196
196
|
$requirements = @(
|
|
197
197
|
@{
|
|
198
198
|
Id=[CheckId]::FreeSpace;
|
|
199
|
-
Name = "Free space on
|
|
199
|
+
Name = "Free space on current drive > $requiredFreeSpaceGB GB";
|
|
200
200
|
Tags = @('appDev');
|
|
201
201
|
Valid = { $drive.Free/1GB -gt $requiredFreeSpaceGB; }
|
|
202
202
|
Optional = $true; # this requirement is fuzzy
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-windows",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.34",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@react-native-community/cli": "^7.0.3",
|
|
27
27
|
"@react-native-community/cli-platform-android": "^7.0.1",
|
|
28
28
|
"@react-native-community/cli-platform-ios": "^7.0.1",
|
|
29
|
-
"@react-native-windows/cli": "0.68.
|
|
29
|
+
"@react-native-windows/cli": "0.68.8",
|
|
30
30
|
"@react-native-windows/virtualized-list": "0.68.1",
|
|
31
31
|
"@react-native/assets": "1.0.0",
|
|
32
32
|
"@react-native/normalize-color": "2.0.0",
|