@office-iss/react-native-win32 0.0.0-canary.263 → 0.0.0-canary.264
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 +7 -7
- package/CHANGELOG.md +7 -7
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu, 26 Sep 2024
|
|
6
|
-
"version": "0.0.0-canary.
|
|
7
|
-
"tag": "@office-iss/react-native-win32_v0.0.0-canary.
|
|
5
|
+
"date": "Thu, 26 Sep 2024 16:04:45 GMT",
|
|
6
|
+
"version": "0.0.0-canary.264",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.0.0-canary.264",
|
|
8
8
|
"comments": {
|
|
9
9
|
"prerelease": [
|
|
10
10
|
{
|
|
@@ -16,25 +16,25 @@
|
|
|
16
16
|
{
|
|
17
17
|
"author": "beachball",
|
|
18
18
|
"package": "@office-iss/react-native-win32",
|
|
19
|
-
"comment": "Bump @rnw-scripts/eslint-config to v1.2.
|
|
19
|
+
"comment": "Bump @rnw-scripts/eslint-config to v1.2.28",
|
|
20
20
|
"commit": "not available"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"author": "beachball",
|
|
24
24
|
"package": "@office-iss/react-native-win32",
|
|
25
|
-
"comment": "Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.
|
|
25
|
+
"comment": "Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.32",
|
|
26
26
|
"commit": "not available"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"author": "beachball",
|
|
30
30
|
"package": "@office-iss/react-native-win32",
|
|
31
|
-
"comment": "Bump @rnw-scripts/just-task to v2.3.
|
|
31
|
+
"comment": "Bump @rnw-scripts/just-task to v2.3.45",
|
|
32
32
|
"commit": "not available"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"author": "beachball",
|
|
36
36
|
"package": "@office-iss/react-native-win32",
|
|
37
|
-
"comment": "Bump react-native-platform-override to v1.9.
|
|
37
|
+
"comment": "Bump react-native-platform-override to v1.9.47",
|
|
38
38
|
"commit": "not available"
|
|
39
39
|
}
|
|
40
40
|
]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on Thu, 26 Sep 2024
|
|
3
|
+
<!-- This log was last generated on Thu, 26 Sep 2024 16:04:45 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.0.0-canary.
|
|
7
|
+
## 0.0.0-canary.264
|
|
8
8
|
|
|
9
|
-
Thu, 26 Sep 2024
|
|
9
|
+
Thu, 26 Sep 2024 16:04:45 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
13
|
- RN Integration 9/9 (1422161+marlenecota@users.noreply.github.com)
|
|
14
|
-
- Bump @rnw-scripts/eslint-config to v1.2.
|
|
15
|
-
- Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.
|
|
16
|
-
- Bump @rnw-scripts/just-task to v2.3.
|
|
17
|
-
- Bump react-native-platform-override to v1.9.
|
|
14
|
+
- Bump @rnw-scripts/eslint-config to v1.2.28
|
|
15
|
+
- Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.32
|
|
16
|
+
- Bump @rnw-scripts/just-task to v2.3.45
|
|
17
|
+
- Bump react-native-platform-override to v1.9.47
|
|
18
18
|
|
|
19
19
|
## 0.0.0-canary.262
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.0.0-canary.
|
|
3
|
+
"version": "0.0.0-canary.264",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"@babel/eslint-parser": "^7.25.1",
|
|
75
75
|
"@react-native/metro-config": "0.76.0-nightly-20240701-9f6cb21ed",
|
|
76
76
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
77
|
-
"@rnw-scripts/eslint-config": "1.2.
|
|
78
|
-
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.
|
|
79
|
-
"@rnw-scripts/just-task": "2.3.
|
|
77
|
+
"@rnw-scripts/eslint-config": "1.2.28",
|
|
78
|
+
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.32",
|
|
79
|
+
"@rnw-scripts/just-task": "2.3.45",
|
|
80
80
|
"@rnw-scripts/metro-dev-config": "0.0.0",
|
|
81
81
|
"@rnx-kit/jest-preset": "^0.1.17",
|
|
82
82
|
"@types/node": "^18.0.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"prettier": "2.8.8",
|
|
90
90
|
"react": "19.0.0-rc-fb9a90fa48-20240614",
|
|
91
91
|
"react-native": "0.76.0-nightly-20240909-143f1ad29",
|
|
92
|
-
"react-native-platform-override": "^1.9.
|
|
92
|
+
"react-native-platform-override": "^1.9.47",
|
|
93
93
|
"typescript": "5.0.4"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|