react-native-windows 0.74.43 → 0.74.44
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.
|
@@ -182,21 +182,23 @@ type MaximumOneOf<T, K extends keyof T = keyof T> = K extends keyof T
|
|
|
182
182
|
|
|
183
183
|
export interface TransformsStyle {
|
|
184
184
|
transform?:
|
|
185
|
-
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
185
|
+
| Readonly<
|
|
186
|
+
MaximumOneOf<
|
|
187
|
+
PerspectiveTransform &
|
|
188
|
+
RotateTransform &
|
|
189
|
+
RotateXTransform &
|
|
190
|
+
RotateYTransform &
|
|
191
|
+
RotateZTransform &
|
|
192
|
+
ScaleTransform &
|
|
193
|
+
ScaleXTransform &
|
|
194
|
+
ScaleYTransform &
|
|
195
|
+
TranslateXTransform &
|
|
196
|
+
TranslateYTransform &
|
|
197
|
+
SkewXTransform &
|
|
198
|
+
SkewYTransform &
|
|
199
|
+
MatrixTransform
|
|
200
|
+
>[]
|
|
201
|
+
>
|
|
200
202
|
| string
|
|
201
203
|
| undefined;
|
|
202
204
|
transformOrigin?: Array<string | number> | string | undefined;
|
|
@@ -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.44</ReactNativeWindowsVersion>
|
|
14
14
|
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
|
15
15
|
<ReactNativeWindowsMinor>74</ReactNativeWindowsMinor>
|
|
16
|
-
<ReactNativeWindowsPatch>
|
|
16
|
+
<ReactNativeWindowsPatch>44</ReactNativeWindowsPatch>
|
|
17
17
|
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
|
|
18
|
-
<ReactNativeWindowsCommitId>
|
|
18
|
+
<ReactNativeWindowsCommitId>47d2ccdf0c6c9819757e442c98a6ce79763f67a6</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.
|
|
3
|
+
"version": "0.74.44",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"@react-native-community/cli-platform-ios": "13.6.9",
|
|
29
29
|
"@react-native-windows/cli": "0.74.11",
|
|
30
30
|
"@react-native/assets": "1.0.0",
|
|
31
|
-
"@react-native/assets-registry": "0.74.
|
|
32
|
-
"@react-native/codegen": "0.74.
|
|
33
|
-
"@react-native/community-cli-plugin": "0.74.
|
|
34
|
-
"@react-native/gradle-plugin": "0.74.
|
|
35
|
-
"@react-native/js-polyfills": "0.74.
|
|
36
|
-
"@react-native/normalize-colors": "0.74.
|
|
37
|
-
"@react-native/virtualized-lists": "0.74.
|
|
31
|
+
"@react-native/assets-registry": "0.74.89",
|
|
32
|
+
"@react-native/codegen": "0.74.89",
|
|
33
|
+
"@react-native/community-cli-plugin": "0.74.89",
|
|
34
|
+
"@react-native/gradle-plugin": "0.74.89",
|
|
35
|
+
"@react-native/js-polyfills": "0.74.89",
|
|
36
|
+
"@react-native/normalize-colors": "0.74.89",
|
|
37
|
+
"@react-native/virtualized-lists": "0.74.89",
|
|
38
38
|
"abort-controller": "^3.0.0",
|
|
39
39
|
"anser": "^1.4.9",
|
|
40
40
|
"ansi-regex": "^5.0.0",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"chalk": "^4.0.0",
|
|
43
43
|
"event-target-shim": "^5.0.1",
|
|
44
44
|
"flow-enums-runtime": "^0.0.6",
|
|
45
|
+
"glob": "^7.1.1",
|
|
45
46
|
"invariant": "^2.2.4",
|
|
46
47
|
"jest-environment-node": "^29.6.3",
|
|
47
48
|
"jsc-android": "^250231.0.0",
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
67
68
|
"@react-native-windows/codegen": "0.74.8",
|
|
68
|
-
"@react-native/metro-config": "0.74.
|
|
69
|
+
"@react-native/metro-config": "0.74.89",
|
|
69
70
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
70
71
|
"@rnw-scripts/eslint-config": "1.2.9",
|
|
71
72
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.13",
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"just-scripts": "^1.3.3",
|
|
82
83
|
"prettier": "2.8.8",
|
|
83
84
|
"react": "18.2.0",
|
|
84
|
-
"react-native": "0.74.
|
|
85
|
+
"react-native": "0.74.7",
|
|
85
86
|
"react-native-platform-override": "^1.9.25",
|
|
86
87
|
"react-refresh": "^0.14.0",
|
|
87
88
|
"typescript": "5.0.4"
|