react-native-windows 0.70.20 → 0.70.22

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.
@@ -53,7 +53,7 @@
53
53
  "Microsoft.NETCore.Platforms": {
54
54
  "type": "Transitive",
55
55
  "resolved": "2.1.0",
56
- "contentHash": "GmkKfoyerqmsHMn7OZj0AKpcBabD+GaafqphvX2Mw406IwiJRy1pKcKqdCfKJfYmkRyJ6+e+RaUylgdJoDa1jQ=="
56
+ "contentHash": "ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA=="
57
57
  },
58
58
  "Microsoft.SourceLink.Common": {
59
59
  "type": "Transitive",
@@ -63,16 +63,11 @@
63
63
  "NETStandard.Library": {
64
64
  "type": "Transitive",
65
65
  "resolved": "2.0.3",
66
- "contentHash": "548M6mnBSJWxsIlkQHfbzoYxpiYFXZZSL00p4GHYv8PkiqFBnnT68mW5mGEsA/ch9fDO9GkPgkFQpWiXZN7mAQ==",
66
+ "contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
67
67
  "dependencies": {
68
68
  "Microsoft.NETCore.Platforms": "1.1.0"
69
69
  }
70
70
  },
71
- "ReactNative.Hermes.Windows": {
72
- "type": "Transitive",
73
- "resolved": "0.0.0-2302.1002-2d4bf1df",
74
- "contentHash": "4skpllUPEBkww7FN7iacP7NWrZlEGDNg83qIuFjKn4Sl8JpJQZqfUTrXcvh6tb4mHXkmwFoKhLw4Rc5Op7f+8w=="
75
- },
76
71
  "runtime.win10-arm.Microsoft.Net.Native.Compiler": {
77
72
  "type": "Transitive",
78
73
  "resolved": "2.2.7-rel-27913-00",
@@ -140,23 +135,30 @@
140
135
  "resolved": "2.2.9",
141
136
  "contentHash": "qF6RRZKaflI+LR1YODNyWYjq5YoX8IJ2wx5y8O+AW2xO+1t/Q6Mm+jQ38zJbWnmXbrcOqUYofn7Y3/KC6lTLBQ=="
142
137
  },
138
+ "common": {
139
+ "type": "Project"
140
+ },
141
+ "fmt": {
142
+ "type": "Project"
143
+ },
144
+ "folly": {
145
+ "type": "Project",
146
+ "dependencies": {
147
+ "fmt": "[1.0.0, )"
148
+ }
149
+ },
143
150
  "microsoft.reactnative": {
144
151
  "type": "Project",
145
152
  "dependencies": {
146
153
  "Common": "[1.0.0, )",
147
154
  "Folly": "[1.0.0, )",
148
- "Microsoft.UI.Xaml": "[2.7.0, )",
149
- "Microsoft.Windows.SDK.BuildTools": "[10.0.22000.194, )",
150
- "ReactCommon": "[1.0.0, )",
151
- "ReactNative.Hermes.Windows": "[0.0.0-2302.1002-2d4bf1df, )",
152
- "boost": "[1.76.0, )"
155
+ "ReactCommon": "[1.0.0, )"
153
156
  }
154
157
  },
155
158
  "reactcommon": {
156
159
  "type": "Project",
157
160
  "dependencies": {
158
- "Folly": "[1.0.0, )",
159
- "boost": "[1.76.0, )"
161
+ "Folly": "[1.0.0, )"
160
162
  }
161
163
  }
162
164
  },
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.70.20</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.70.22</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>70</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>20</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>22</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>418c59f8ff9b7b5ef7bd0a9c8b34a6afc0e83aa4</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>487f9ab9b295b4d839239fe4e93ab6f4b731e64a</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
@@ -21,6 +21,7 @@
21
21
 
22
22
  <Link>
23
23
  <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
24
+ <Profile>true</Profile>
24
25
  </Link>
25
26
  </ItemDefinitionGroup>
26
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.70.20",
3
+ "version": "0.70.22",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",