@office-iss/react-native-win32 0.0.0-canary.265 → 0.0.0-canary.266
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 +14996 -14981
- package/CHANGELOG.md +15 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
|
-
# Change Log - @office-iss/react-native-win32
|
|
2
|
-
|
|
3
|
-
<!-- This log was last generated on
|
|
4
|
-
|
|
5
|
-
<!-- Start content -->
|
|
6
|
-
|
|
1
|
+
# Change Log - @office-iss/react-native-win32
|
|
2
|
+
|
|
3
|
+
<!-- This log was last generated on Thu, 10 Oct 2024 05:15:29 GMT and should not be manually modified. -->
|
|
4
|
+
|
|
5
|
+
<!-- Start content -->
|
|
6
|
+
|
|
7
|
+
## 0.0.0-canary.266
|
|
8
|
+
|
|
9
|
+
Thu, 10 Oct 2024 05:15:29 GMT
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
|
|
13
|
+
- Update to @react-native-community/cli@15.0.0-alpha.2 (jthysell@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 0.0.0-canary.265
|
|
8
16
|
|
|
9
17
|
Mon, 07 Oct 2024 19:54:26 GMT
|
|
@@ -5691,4 +5699,4 @@ Mon, 01 May 2017 19:28:16 GMT
|
|
|
5691
5699
|
|
|
5692
5700
|
### Patches
|
|
5693
5701
|
|
|
5694
|
-
- Move @office-iss/react-native to 0.40.1 to fix build
|
|
5702
|
+
- Move @office-iss/react-native to 0.40.1 to fix build
|
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.266",
|
|
4
4
|
"description": "Implementation of react native on top of Office's Win32 platform.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.0.0",
|
|
28
28
|
"@jest/create-cache-key-function": "^29.6.3",
|
|
29
|
-
"@react-native-community/cli": "
|
|
30
|
-
"@react-native-community/cli-platform-android": "
|
|
31
|
-
"@react-native-community/cli-platform-ios": "
|
|
29
|
+
"@react-native-community/cli": "15.0.0-alpha.2",
|
|
30
|
+
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
|
|
31
|
+
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
|
|
32
32
|
"@react-native/assets": "1.0.0",
|
|
33
33
|
"@react-native/assets-registry": "0.77.0-nightly-20240921-1747f57c6",
|
|
34
34
|
"@react-native/codegen": "0.77.0-nightly-20240921-1747f57c6",
|