@react-native-windows/automation-channel 0.5.2 → 0.5.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-windows/automation-channel",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@rnw-scripts/eslint-config": "1.1.14",
|
|
26
|
-
"@rnw-scripts/just-task": "2.3.
|
|
26
|
+
"@rnw-scripts/just-task": "2.3.2",
|
|
27
27
|
"@rnw-scripts/ts-config": "2.0.2",
|
|
28
28
|
"@types/find-up": "^4.0.0",
|
|
29
29
|
"@types/node": "^14.14.22",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"prettier": "^2.4.1",
|
|
33
33
|
"react": "18.2.0",
|
|
34
34
|
"react-native": "0.0.0-20221010-2132-1fc27c4cb",
|
|
35
|
-
"react-native-windows": "^0.0.0-canary.
|
|
35
|
+
"react-native-windows": "^0.0.0-canary.583",
|
|
36
36
|
"typescript": "^4.4.4"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
@@ -138,9 +138,6 @@
|
|
|
138
138
|
<None Include="AutomationChannel.def" />
|
|
139
139
|
<None Include="PropertySheet.props" />
|
|
140
140
|
</ItemGroup>
|
|
141
|
-
<ItemGroup>
|
|
142
|
-
<PackageReference Include="Microsoft.Windows.CppWinRT" Version="$(CppWinRTVersion)" PrivateAssets="all" />
|
|
143
|
-
</ItemGroup>
|
|
144
141
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
145
142
|
<ImportGroup Label="ReactNativeWindowsTargets">
|
|
146
143
|
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppLib.targets" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppLib.targets')" />
|