@office-iss/react-native-win32 0.74.8 → 0.74.10

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/CHANGELOG.json CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 07 Mar 2025 20:21:22 GMT",
5
+ "date": "Mon, 22 Sep 2025 15:31:15 GMT",
6
+ "version": "0.74.10",
7
+ "tag": "@office-iss/react-native-win32_v0.74.10",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "30809111+acoates-ms@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "919860a4f95c8a8b29bfa079475e5c76208c011d",
14
+ "comment": "Bump flow-bin"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 28 Apr 2025 15:24:30 GMT",
21
+ "version": "0.74.9",
22
+ "tag": "@office-iss/react-native-win32_v0.74.9",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "54227869+anupriya13@users.noreply.github.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "47d2ccdf0c6c9819757e442c98a6ce79763f67a6",
29
+ "comment": "Integrate 0.74.7"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 07 Mar 2025 20:21:59 GMT",
6
36
  "version": "0.74.8",
7
37
  "tag": "@office-iss/react-native-win32_v0.74.8",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,33 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- This log was last generated on Fri, 07 Mar 2025 20:21:22 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 22 Sep 2025 15:31:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.74.8
7
+ ## 0.74.10
8
8
 
9
- Fri, 07 Mar 2025 20:21:22 GMT
9
+ Mon, 22 Sep 2025 15:31:15 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Refactor WebSocket resource class (#14377) (julio.rocha@microsoft.com)
13
+ - Bump flow-bin (30809111+acoates-ms@users.noreply.github.com)
14
14
 
15
+ ## 0.74.9
16
+
17
+ Mon, 28 Apr 2025 15:24:30 GMT
18
+
19
+ ### Patches
20
+
21
+ - Integrate 0.74.7 (54227869+anupriya13@users.noreply.github.com)
22
+
23
+ ## 0.74.8
24
+
25
+ Fri, 07 Mar 2025 20:21:59 GMT
26
+
27
+ ### Patches
28
+
29
+ - Refactor WebSocket resource class (#14377) (julio.rocha@microsoft.com)
30
+
15
31
  ## 0.74.7
16
32
 
17
33
  Tue, 05 Nov 2024 21:10:07 GMT
@@ -16,7 +16,7 @@ const version: $ReadOnly<{
16
16
  }> = {
17
17
  major: 0,
18
18
  minor: 74,
19
- patch: 5,
19
+ patch: 7,
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;
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src-win/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.74.5",
10
+ "baseVersion": "0.74.7",
11
11
  "overrides": [
12
12
  {
13
13
  "type": "derived",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.74.8",
3
+ "version": "0.74.10",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,13 +30,13 @@
30
30
  "@react-native-community/cli-platform-android": "13.6.9",
31
31
  "@react-native-community/cli-platform-ios": "13.6.9",
32
32
  "@react-native/assets": "1.0.0",
33
- "@react-native/assets-registry": "0.74.87",
34
- "@react-native/codegen": "0.74.87",
35
- "@react-native/community-cli-plugin": "0.74.87",
36
- "@react-native/gradle-plugin": "0.74.87",
37
- "@react-native/js-polyfills": "0.74.87",
38
- "@react-native/normalize-colors": "0.74.87",
39
- "@react-native/virtualized-lists": "0.74.87",
33
+ "@react-native/assets-registry": "0.74.89",
34
+ "@react-native/codegen": "0.74.89",
35
+ "@react-native/community-cli-plugin": "0.74.89",
36
+ "@react-native/gradle-plugin": "0.74.89",
37
+ "@react-native/js-polyfills": "0.74.89",
38
+ "@react-native/normalize-colors": "0.74.89",
39
+ "@react-native/virtualized-lists": "0.74.89",
40
40
  "abort-controller": "^3.0.0",
41
41
  "anser": "^1.4.9",
42
42
  "ansi-regex": "^5.0.0",
@@ -45,6 +45,7 @@
45
45
  "chalk": "^4.0.0",
46
46
  "event-target-shim": "^5.0.1",
47
47
  "flow-enums-runtime": "^0.0.6",
48
+ "glob": "^7.1.1",
48
49
  "invariant": "^2.2.4",
49
50
  "jest-environment-node": "^29.6.3",
50
51
  "jsc-android": "^250231.0.0",
@@ -69,7 +70,7 @@
69
70
  "devDependencies": {
70
71
  "@babel/core": "^7.20.0",
71
72
  "@babel/eslint-parser": "^7.20.0",
72
- "@react-native/metro-config": "0.74.87",
73
+ "@react-native/metro-config": "0.74.89",
73
74
  "@rnw-scripts/babel-react-native-config": "0.0.0",
74
75
  "@rnw-scripts/eslint-config": "1.2.9",
75
76
  "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.13",
@@ -80,12 +81,12 @@
80
81
  "@types/prop-types": "15.7.1",
81
82
  "@types/react": "^18.2.6",
82
83
  "eslint": "^8.19.0",
83
- "flow-bin": "^0.217.2",
84
+ "flow-bin": "^0.228.0",
84
85
  "jscodeshift": "^0.14.0",
85
86
  "just-scripts": "^1.3.3",
86
87
  "prettier": "2.8.8",
87
88
  "react": "18.2.0",
88
- "react-native": "0.74.5",
89
+ "react-native": "0.74.7",
89
90
  "react-native-platform-override": "^1.9.25",
90
91
  "typescript": "5.0.4"
91
92
  },