react-native-windows 0.75.3 → 0.75.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.
|
@@ -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.75.
|
|
13
|
+
<ReactNativeWindowsVersion>0.75.4</ReactNativeWindowsVersion>
|
|
14
14
|
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
|
15
15
|
<ReactNativeWindowsMinor>75</ReactNativeWindowsMinor>
|
|
16
|
-
<ReactNativeWindowsPatch>
|
|
16
|
+
<ReactNativeWindowsPatch>4</ReactNativeWindowsPatch>
|
|
17
17
|
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
|
|
18
|
-
<ReactNativeWindowsCommitId>
|
|
18
|
+
<ReactNativeWindowsCommitId>cad883d48893bef40110a0f15be7abac071dd15b</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.75.
|
|
3
|
+
"version": "0.75.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,23 +23,24 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@babel/runtime": "^7.0.0",
|
|
25
25
|
"@jest/create-cache-key-function": "^29.6.3",
|
|
26
|
-
"@react-native-community/cli": "14.
|
|
27
|
-
"@react-native-community/cli-platform-android": "14.
|
|
28
|
-
"@react-native-community/cli-platform-ios": "14.
|
|
26
|
+
"@react-native-community/cli": "14.1.0",
|
|
27
|
+
"@react-native-community/cli-platform-android": "14.1.0",
|
|
28
|
+
"@react-native-community/cli-platform-ios": "14.1.0",
|
|
29
29
|
"@react-native-windows/cli": "0.75.3",
|
|
30
30
|
"@react-native/assets": "1.0.0",
|
|
31
|
-
"@react-native/assets-registry": "0.75.
|
|
32
|
-
"@react-native/codegen": "0.75.
|
|
33
|
-
"@react-native/community-cli-plugin": "0.75.
|
|
34
|
-
"@react-native/gradle-plugin": "0.75.
|
|
35
|
-
"@react-native/js-polyfills": "0.75.
|
|
36
|
-
"@react-native/normalize-colors": "0.75.
|
|
37
|
-
"@react-native/virtualized-lists": "0.75.
|
|
31
|
+
"@react-native/assets-registry": "0.75.3",
|
|
32
|
+
"@react-native/codegen": "0.75.3",
|
|
33
|
+
"@react-native/community-cli-plugin": "0.75.3",
|
|
34
|
+
"@react-native/gradle-plugin": "0.75.3",
|
|
35
|
+
"@react-native/js-polyfills": "0.75.3",
|
|
36
|
+
"@react-native/normalize-colors": "0.75.3",
|
|
37
|
+
"@react-native/virtualized-lists": "0.75.3",
|
|
38
38
|
"abort-controller": "^3.0.0",
|
|
39
39
|
"anser": "^1.4.9",
|
|
40
40
|
"ansi-regex": "^5.0.0",
|
|
41
41
|
"base64-js": "^1.5.1",
|
|
42
42
|
"chalk": "^4.0.0",
|
|
43
|
+
"commander": "^9.4.1",
|
|
43
44
|
"event-target-shim": "^5.0.1",
|
|
44
45
|
"flow-enums-runtime": "^0.0.6",
|
|
45
46
|
"glob": "^7.1.1",
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
},
|
|
68
69
|
"devDependencies": {
|
|
69
70
|
"@react-native-windows/codegen": "0.75.1",
|
|
70
|
-
"@react-native/metro-config": "0.75.
|
|
71
|
+
"@react-native/metro-config": "0.75.3",
|
|
71
72
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
72
73
|
"@rnw-scripts/eslint-config": "1.2.23",
|
|
73
74
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.27",
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
"just-scripts": "^1.3.3",
|
|
84
85
|
"prettier": "2.8.8",
|
|
85
86
|
"react": "18.3.1",
|
|
86
|
-
"react-native": "0.75.
|
|
87
|
+
"react-native": "0.75.3",
|
|
87
88
|
"react-native-platform-override": "^1.9.42",
|
|
88
89
|
"react-refresh": "^0.14.0",
|
|
89
90
|
"typescript": "5.0.4"
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
"peerDependencies": {
|
|
92
93
|
"@types/react": "^18.2.6",
|
|
93
94
|
"react": "^18.2.0",
|
|
94
|
-
"react-native": "^0.75.
|
|
95
|
+
"react-native": "^0.75.3"
|
|
95
96
|
},
|
|
96
97
|
"beachball": {
|
|
97
98
|
"defaultNpmTag": "latest",
|