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.
@@ -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.3</ReactNativeWindowsVersion>
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>78a21ec1bba5cd676751ef01ddc3651af8c856f4</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",
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-alpha.11",
27
- "@react-native-community/cli-platform-android": "14.0.0-alpha.11",
28
- "@react-native-community/cli-platform-ios": "14.0.0-alpha.11",
29
- "@react-native-windows/cli": "0.75.0-preview.1",
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.5",
32
- "@react-native/codegen": "0.75.0-rc.5",
33
- "@react-native/community-cli-plugin": "0.75.0-rc.5",
34
- "@react-native/gradle-plugin": "0.75.0-rc.5",
35
- "@react-native/js-polyfills": "0.75.0-rc.5",
36
- "@react-native/normalize-colors": "0.75.0-rc.5",
37
- "@react-native/virtualized-lists": "0.75.0-rc.5",
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.25.0-rc-fb9a90fa48-20240614",
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.5",
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": "19.0.0-rc-fb9a90fa48-20240614",
86
- "react-native": "0.75.0-rc.5",
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": "^19.0.0-rc-fb9a90fa48-20240614",
94
- "react-native": "0.75.0-rc.5"
93
+ "react": "^18.2.0",
94
+ "react-native": "0.75.0-rc.6"
95
95
  },
96
96
  "beachball": {
97
97
  "defaultNpmTag": "preview",