react-native-windows 0.75.0-preview.3 → 0.75.0-preview.4
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/Libraries/Core/ReactNativeVersion.js +1 -1
- package/Libraries/Renderer/implementations/ReactFabric-dev.js +26149 -15434
- package/Libraries/Renderer/implementations/ReactFabric-prod.js +1630 -2675
- package/Libraries/Renderer/implementations/ReactFabric-profiling.js +1691 -2954
- package/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js +27069 -16192
- package/Libraries/Renderer/implementations/ReactNativeRenderer-prod.js +1657 -2714
- package/Libraries/Renderer/implementations/ReactNativeRenderer-profiling.js +1733 -2980
- package/PropertySheets/Generated/PackageVersion.g.props +2 -2
- package/package.json +18 -18
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
-->
|
|
11
11
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
12
12
|
<PropertyGroup>
|
|
13
|
-
<ReactNativeWindowsVersion>0.75.0-preview.
|
|
13
|
+
<ReactNativeWindowsVersion>0.75.0-preview.4</ReactNativeWindowsVersion>
|
|
14
14
|
<ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
|
|
15
15
|
<ReactNativeWindowsMinor>75</ReactNativeWindowsMinor>
|
|
16
16
|
<ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
|
|
17
17
|
<ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
|
|
18
|
-
<ReactNativeWindowsCommitId>
|
|
18
|
+
<ReactNativeWindowsCommitId>32b32b325f3005913a8ec72d7051e5f4a519a813</ReactNativeWindowsCommitId>
|
|
19
19
|
</PropertyGroup>
|
|
20
20
|
</Project>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-windows",
|
|
3
|
-
"version": "0.75.0-preview.
|
|
3
|
+
"version": "0.75.0-preview.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@babel/runtime": "^7.0.0",
|
|
25
25
|
"@jest/create-cache-key-function": "^29.6.3",
|
|
26
|
-
"@react-native-community/cli": "14.0.0
|
|
27
|
-
"@react-native-community/cli-platform-android": "14.0.0
|
|
28
|
-
"@react-native-community/cli-platform-ios": "14.0.0
|
|
29
|
-
"@react-native-windows/cli": "0.75.0-preview.
|
|
26
|
+
"@react-native-community/cli": "14.0.0",
|
|
27
|
+
"@react-native-community/cli-platform-android": "14.0.0",
|
|
28
|
+
"@react-native-community/cli-platform-ios": "14.0.0",
|
|
29
|
+
"@react-native-windows/cli": "0.75.0-preview.2",
|
|
30
30
|
"@react-native/assets": "1.0.0",
|
|
31
|
-
"@react-native/assets-registry": "0.75.0-rc.
|
|
32
|
-
"@react-native/codegen": "0.75.0-rc.
|
|
33
|
-
"@react-native/community-cli-plugin": "0.75.0-rc.
|
|
34
|
-
"@react-native/gradle-plugin": "0.75.0-rc.
|
|
35
|
-
"@react-native/js-polyfills": "0.75.0-rc.
|
|
36
|
-
"@react-native/normalize-colors": "0.75.0-rc.
|
|
37
|
-
"@react-native/virtualized-lists": "0.75.0-rc.
|
|
31
|
+
"@react-native/assets-registry": "0.75.0-rc.6",
|
|
32
|
+
"@react-native/codegen": "0.75.0-rc.6",
|
|
33
|
+
"@react-native/community-cli-plugin": "0.75.0-rc.6",
|
|
34
|
+
"@react-native/gradle-plugin": "0.75.0-rc.6",
|
|
35
|
+
"@react-native/js-polyfills": "0.75.0-rc.6",
|
|
36
|
+
"@react-native/normalize-colors": "0.75.0-rc.6",
|
|
37
|
+
"@react-native/virtualized-lists": "0.75.0-rc.6",
|
|
38
38
|
"abort-controller": "^3.0.0",
|
|
39
39
|
"anser": "^1.4.9",
|
|
40
40
|
"ansi-regex": "^5.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"react-refresh": "^0.14.0",
|
|
58
58
|
"react-shallow-renderer": "^16.15.0",
|
|
59
59
|
"regenerator-runtime": "^0.13.2",
|
|
60
|
-
"scheduler": "0.
|
|
60
|
+
"scheduler": "0.24.0-canary-efb381bbf-20230505",
|
|
61
61
|
"semver": "^7.1.3",
|
|
62
62
|
"source-map-support": "^0.5.19",
|
|
63
63
|
"stacktrace-parser": "^0.1.10",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@react-native-windows/codegen": "0.75.0-preview.1",
|
|
70
|
-
"@react-native/metro-config": "0.75.0-rc.
|
|
70
|
+
"@react-native/metro-config": "0.75.0-rc.6",
|
|
71
71
|
"@rnw-scripts/babel-react-native-config": "0.0.0",
|
|
72
72
|
"@rnw-scripts/eslint-config": "1.2.23",
|
|
73
73
|
"@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.27",
|
|
@@ -82,16 +82,16 @@
|
|
|
82
82
|
"jscodeshift": "^0.14.0",
|
|
83
83
|
"just-scripts": "^1.3.3",
|
|
84
84
|
"prettier": "2.8.8",
|
|
85
|
-
"react": "
|
|
86
|
-
"react-native": "0.75.0-rc.
|
|
85
|
+
"react": "18.3.1",
|
|
86
|
+
"react-native": "0.75.0-rc.6",
|
|
87
87
|
"react-native-platform-override": "^1.9.42",
|
|
88
88
|
"react-refresh": "^0.14.0",
|
|
89
89
|
"typescript": "5.0.4"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"@types/react": "^18.2.6",
|
|
93
|
-
"react": "^
|
|
94
|
-
"react-native": "0.75.0-rc.
|
|
93
|
+
"react": "^18.2.0",
|
|
94
|
+
"react-native": "0.75.0-rc.6"
|
|
95
95
|
},
|
|
96
96
|
"beachball": {
|
|
97
97
|
"defaultNpmTag": "preview",
|