@office-iss/react-native-win32 0.0.0-canary.282 → 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,46 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 07 Mar 2025 06:25:58 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",
6
45
  "version": "0.0.0-canary.282",
7
46
  "tag": "@office-iss/react-native-win32_v0.0.0-canary.282",
8
47
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,29 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Fri, 07 Mar 2025 06:25:58 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.282
7
+ ## 0.0.0-canary.283
8
8
 
9
- Fri, 07 Mar 2025 06:25:58 GMT
9
+ Wed, 02 Apr 2025 05:20:20 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Refactor WebSocket resource class (julio.rocha@microsoft.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
+
15
27
  ## 0.0.0-canary.281
16
28
 
17
29
  Thu, 23 Jan 2025 06:24:57 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.282",
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,11 +73,11 @@
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",
@@ -90,7 +90,7 @@
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": {