Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions NewArch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@react-native-clipboard/clipboard": "^1.16.1",
"lowlight": "^1.17.0",
"react": "19.0.0",
"react-native": "^0.79.0",
"react-native-windows": "^0.79.0"
"react-native": "^0.79.2",
"react-native-windows": "^0.79.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -25,10 +25,10 @@
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.79.0",
"@react-native/eslint-config": "0.79.0",
"@react-native/metro-config": "0.79.0",
"@react-native/typescript-config": "0.79.0",
"@react-native/babel-preset": "0.79.2",
"@react-native/eslint-config": "0.79.2",
"@react-native/metro-config": "0.79.2",
"@react-native/typescript-config": "0.79.2",
"@rnx-kit/jest-preset": "^0.1.17",
"@types/jest": "^29.5.13",
"@types/react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion NewArch/windows/NewArch.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="Microsoft.ReactNativeGallery-Experimental"
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="1.0.4.0" />
Version="1.0.5.0" />

<Properties>
<DisplayName>React Native Gallery - Experimental</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion NewArch/windows/NewArch/NewArch.vcxproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This project was created with react-native-windows 0.79.0 -->
<!-- This project was created with react-native-windows 0.79.2 -->
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(SolutionDir)\ExperimentalFeatures.props" Condition="Exists('$(SolutionDir)\ExperimentalFeatures.props')" />
<PropertyGroup Label="Globals">
Expand Down
Loading