@office-iss/react-native-win32 0.74.4 → 0.74.5
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 +16 -1
- package/CHANGELOG.md +12 -4
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/overrides.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 10 Aug 2024 13:22:04 GMT",
|
|
6
|
+
"version": "0.74.5",
|
|
7
|
+
"tag": "@office-iss/react-native-win32_v0.74.5",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "30809111+acoates-ms@users.noreply.github.com",
|
|
12
|
+
"package": "@office-iss/react-native-win32",
|
|
13
|
+
"commit": "e7ae7b835aa186672c7c89d6cad75cc37fbf4fdd",
|
|
14
|
+
"comment": "Update to react-native 0.74.5"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 10 Jul 2024 21:00:35 GMT",
|
|
6
21
|
"version": "0.74.4",
|
|
7
22
|
"tag": "@office-iss/react-native-win32_v0.74.4",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
# Change Log - @office-iss/react-native-win32
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 10 Aug 2024 13:22:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.74.
|
|
7
|
+
## 0.74.5
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Sat, 10 Aug 2024 13:22:04 GMT
|
|
10
10
|
|
|
11
11
|
### Patches
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- Update to react-native 0.74.5 (30809111+acoates-ms@users.noreply.github.com)
|
|
14
14
|
|
|
15
|
+
## 0.74.4
|
|
16
|
+
|
|
17
|
+
Wed, 10 Jul 2024 21:00:35 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Integrate 0.74.3 (1422161+marlenecota@users.noreply.github.com)
|
|
22
|
+
|
|
15
23
|
## 0.74.3
|
|
16
24
|
|
|
17
25
|
Mon, 20 May 2024 15:16:05 GMT
|
package/overrides.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@office-iss/react-native-win32",
|
|
3
|
-
"version": "0.74.
|
|
3
|
+
"version": "0.74.5",
|
|
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.
|
|
34
|
-
"@react-native/codegen": "0.74.
|
|
35
|
-
"@react-native/community-cli-plugin": "0.74.
|
|
36
|
-
"@react-native/gradle-plugin": "0.74.
|
|
37
|
-
"@react-native/js-polyfills": "0.74.
|
|
38
|
-
"@react-native/normalize-colors": "0.74.
|
|
39
|
-
"@react-native/virtualized-lists": "0.74.
|
|
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",
|
|
40
40
|
"abort-controller": "^3.0.0",
|
|
41
41
|
"anser": "^1.4.9",
|
|
42
42
|
"ansi-regex": "^5.0.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@babel/core": "^7.20.0",
|
|
71
71
|
"@babel/eslint-parser": "^7.20.0",
|
|
72
|
-
"@react-native/metro-config": "0.74.
|
|
72
|
+
"@react-native/metro-config": "0.74.87",
|
|
73
73
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
74
74
|
"@rnw-scripts/eslint-config": "1.2.9",
|
|
75
75
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.13",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"just-scripts": "^1.3.3",
|
|
86
86
|
"prettier": "2.8.8",
|
|
87
87
|
"react": "18.2.0",
|
|
88
|
-
"react-native": "0.74.
|
|
88
|
+
"react-native": "0.74.5",
|
|
89
89
|
"react-native-platform-override": "^1.9.25",
|
|
90
90
|
"typescript": "5.0.4"
|
|
91
91
|
},
|