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.
@@ -16,7 +16,7 @@ const version: $ReadOnly<{
16
16
  }> = {
17
17
  major: 0,
18
18
  minor: 75,
19
- patch: 2,
19
+ patch: 3,
20
20
  prerelease: null,
21
21
  };
22
22
 
@@ -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
- | MaximumOneOf<
186
- PerspectiveTransform &
187
- RotateTransform &
188
- RotateXTransform &
189
- RotateYTransform &
190
- RotateZTransform &
191
- ScaleTransform &
192
- ScaleXTransform &
193
- ScaleYTransform &
194
- TranslateXTransform &
195
- TranslateYTransform &
196
- SkewXTransform &
197
- SkewYTransform &
198
- MatrixTransform
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.3</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.75.4</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>75</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>3</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>4</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>934e59cd622aa07dd9b01d0b8366e6b86cdf4896</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",
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.0.0",
27
- "@react-native-community/cli-platform-android": "14.0.0",
28
- "@react-native-community/cli-platform-ios": "14.0.0",
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.2",
32
- "@react-native/codegen": "0.75.2",
33
- "@react-native/community-cli-plugin": "0.75.2",
34
- "@react-native/gradle-plugin": "0.75.2",
35
- "@react-native/js-polyfills": "0.75.2",
36
- "@react-native/normalize-colors": "0.75.2",
37
- "@react-native/virtualized-lists": "0.75.2",
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.2",
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.2",
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.2"
95
+ "react-native": "^0.75.3"
95
96
  },
96
97
  "beachball": {
97
98
  "defaultNpmTag": "latest",