react-native-windows 0.74.55 → 0.74.56

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/.flowconfig CHANGED
@@ -57,6 +57,10 @@
57
57
  .*/node_modules/@rnw-scripts/prepare-release/node_modules/.*
58
58
  .*/packages/@rnw-scripts/prepare-release/node_modules/.*
59
59
 
60
+ ; Ignore unbroken's own node_modules (same hermes-estree .flow syntax issue)
61
+ .*/node_modules/@rnw-scripts/unbroken/node_modules/.*
62
+ .*/packages/@rnw-scripts/unbroken/node_modules/.*
63
+
60
64
  ; Ignore templates for 'react-native init'
61
65
  <PROJECT_ROOT>/packages/react-native/template/.*
62
66
 
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.74.55</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.74.56</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>74</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>55</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>56</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>b4d2eb3fe2548f870714a8cdd692ad533085b397</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>539960281a2b399bb27508e3ed5104df773c36eb</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.74.55",
3
+ "version": "0.74.56",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",