Skip to content

Commit 7c03495

Browse files
Copilotanupriya13
andauthored
Upgrade Fabric New Arch Gallery app to 0.80.0-preview.4 (#635)
* Initial plan * Upgrade Fabric New Arch Gallery app to 0.80.0-preview.1 Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> * Update version numbers: 0.80.0-preview.1 to 0.80.0-preview.4 and 1.0.6.0 to 1.0.7.0 Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: anupriya13 <54227869+anupriya13@users.noreply.github.com>
1 parent 346f0f3 commit 7c03495

4 files changed

Lines changed: 1442 additions & 1370 deletions

File tree

NewArch/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@react-native-clipboard/clipboard": "^1.16.1",
1616
"lowlight": "^1.17.0",
17-
"react": "19.0.0",
18-
"react-native": "^0.79.2",
19-
"react-native-windows": "^0.79.2"
17+
"react": "19.1.0",
18+
"react-native": "^0.80.2",
19+
"react-native-windows": "^0.80.0-preview.4"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.25.2",
@@ -25,18 +25,18 @@
2525
"@react-native-community/cli": "15.0.1",
2626
"@react-native-community/cli-platform-android": "15.0.1",
2727
"@react-native-community/cli-platform-ios": "15.0.1",
28-
"@react-native/babel-preset": "0.79.2",
29-
"@react-native/eslint-config": "0.79.2",
30-
"@react-native/metro-config": "0.79.2",
31-
"@react-native/typescript-config": "0.79.2",
28+
"@react-native/babel-preset": "0.80.0",
29+
"@react-native/eslint-config": "0.80.0",
30+
"@react-native/metro-config": "0.80.0",
31+
"@react-native/typescript-config": "0.80.0",
3232
"@rnx-kit/jest-preset": "^0.1.17",
3333
"@types/jest": "^29.5.13",
34-
"@types/react": "19.0.0",
35-
"@types/react-test-renderer": "19.0.0",
34+
"@types/react": "19.1.0",
35+
"@types/react-test-renderer": "19.1.0",
3636
"eslint": "^8.19.0",
3737
"jest": "^29.6.3",
3838
"prettier": "2.8.8",
39-
"react-test-renderer": "19.0.0",
39+
"react-test-renderer": "19.1.0",
4040
"typescript": "5.0.4"
4141
},
4242
"engines": {

NewArch/windows/NewArch.Package/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="Microsoft.ReactNativeGallery-Experimental"
1111
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
12-
Version="1.0.5.0" />
12+
Version="1.0.7.0" />
1313

1414
<Properties>
1515
<DisplayName>React Native Gallery - Experimental</DisplayName>

NewArch/windows/NewArch/NewArch.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- This project was created with react-native-windows 0.79.2 -->
2+
<!-- This project was created with react-native-windows 0.80.0-preview.4 -->
33
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
44
<Import Project="$(SolutionDir)\ExperimentalFeatures.props" Condition="Exists('$(SolutionDir)\ExperimentalFeatures.props')" />
55
<PropertyGroup Label="Globals">

0 commit comments

Comments
 (0)