@office-iss/react-native-win32 0.0.0-canary.281 → 0.0.0-canary.283

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,61 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 23 Jan 2025 06:24:03 GMT",
5
+ "date": "Wed, 02 Apr 2025 05:20:20 GMT",
6
+ "version": "0.0.0-canary.283",
7
+ "tag": "@office-iss/react-native-win32_v0.0.0-canary.283",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "tatianakapos@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "df8c9a167ada510c44169eda57425177a181071f",
14
+ "comment": "bump dependencies missed in integrations"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump @rnw-scripts/eslint-config to v1.2.33",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@office-iss/react-native-win32",
25
+ "comment": "Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.37",
26
+ "commit": "not available"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@office-iss/react-native-win32",
31
+ "comment": "Bump @rnw-scripts/just-task to v2.3.50",
32
+ "commit": "not available"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@office-iss/react-native-win32",
37
+ "comment": "Bump react-native-platform-override to v1.9.52",
38
+ "commit": "not available"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Fri, 07 Mar 2025 06:27:15 GMT",
45
+ "version": "0.0.0-canary.282",
46
+ "tag": "@office-iss/react-native-win32_v0.0.0-canary.282",
47
+ "comments": {
48
+ "prerelease": [
49
+ {
50
+ "author": "julio.rocha@microsoft.com",
51
+ "package": "@office-iss/react-native-win32",
52
+ "commit": "ca717fc9756cae188bfb5b8c637c0b7874edb8f3",
53
+ "comment": "Refactor WebSocket resource class"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Thu, 23 Jan 2025 06:24:57 GMT",
6
60
  "version": "0.0.0-canary.281",
7
61
  "tag": "@office-iss/react-native-win32_v0.0.0-canary.281",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,37 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Thu, 23 Jan 2025 06:24:03 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 02 Apr 2025 05:20:20 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.281
7
+ ## 0.0.0-canary.283
8
8
 
9
- Thu, 23 Jan 2025 06:24:03 GMT
9
+ Wed, 02 Apr 2025 05:20:20 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Initial integrate (yajurgrover24@gmail.com)
13
+ - bump dependencies missed in integrations (tatianakapos@microsoft.com)
14
+ - Bump @rnw-scripts/eslint-config to v1.2.33
15
+ - Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.37
16
+ - Bump @rnw-scripts/just-task to v2.3.50
17
+ - Bump react-native-platform-override to v1.9.52
14
18
 
19
+ ## 0.0.0-canary.282
20
+
21
+ Fri, 07 Mar 2025 06:27:15 GMT
22
+
23
+ ### Changes
24
+
25
+ - Refactor WebSocket resource class (julio.rocha@microsoft.com)
26
+
27
+ ## 0.0.0-canary.281
28
+
29
+ Thu, 23 Jan 2025 06:24:57 GMT
30
+
31
+ ### Changes
32
+
33
+ - Initial integrate (yajurgrover24@gmail.com)
34
+
15
35
  ## 0.0.0-canary.280
16
36
 
17
37
  Sat, 11 Jan 2025 06:30:39 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.0.0-canary.281",
3
+ "version": "0.0.0-canary.283",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -73,24 +73,24 @@
73
73
  "devDependencies": {
74
74
  "@babel/core": "^7.25.2",
75
75
  "@babel/eslint-parser": "^7.25.1",
76
- "@react-native/metro-config": "0.77.0-nightly-20241001-223e98cc4",
76
+ "@react-native/metro-config": "0.78.0-nightly-20250113-d4407d6f7",
77
77
  "@rnw-scripts/babel-react-native-config": "0.0.0",
78
- "@rnw-scripts/eslint-config": "1.2.32",
79
- "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.36",
80
- "@rnw-scripts/just-task": "2.3.49",
78
+ "@rnw-scripts/eslint-config": "1.2.33",
79
+ "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.37",
80
+ "@rnw-scripts/just-task": "2.3.50",
81
81
  "@rnw-scripts/metro-dev-config": "0.0.0",
82
82
  "@rnx-kit/jest-preset": "^0.1.17",
83
83
  "@types/node": "^18.0.0",
84
84
  "@types/prop-types": "15.7.1",
85
85
  "@types/react": "^19.0.0",
86
86
  "eslint": "^8.19.0",
87
- "flow-bin": "^0.257.1",
87
+ "flow-bin": "^0.258.1",
88
88
  "jscodeshift": "^0.14.0",
89
89
  "just-scripts": "^1.3.3",
90
90
  "prettier": "2.8.8",
91
91
  "react": "19.0.0",
92
92
  "react-native": "0.78.0-nightly-20250113-d4407d6f7",
93
- "react-native-platform-override": "^1.9.51",
93
+ "react-native-platform-override": "^1.9.52",
94
94
  "typescript": "5.0.4"
95
95
  },
96
96
  "peerDependencies": {