Skip to content

Commit fc7ac6f

Browse files
authored
Bump [email protected] for e2e-test-app (#14810)
## Description This PR bumps `react-native-xaml` to the latest version. ### Type of Change - New feature (non-breaking change which adds functionality) ### Why RNX has updated and fixed some issues. ### What Bumped [email protected] for e2e-test-app ## Screenshots N/A ## Testing Verified the app built ## Changelog Should this change be included in the release notes: _no_
1 parent 2198313 commit fc7ac6f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/e2e-test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react": "^19.0.0",
2323
"react-native": "0.80.0-nightly-20250331-398ac1f71",
2424
"react-native-windows": "^0.0.0-canary.969",
25-
"react-native-xaml": "^0.0.78"
25+
"react-native-xaml": "^0.0.80"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.25.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10131,12 +10131,12 @@ react-is@^19.0.0:
1013110131
resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.0.0.tgz#d6669fd389ff022a9684f708cf6fa4962d1fea7a"
1013210132
integrity sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==
1013310133

10134-
react-native-xaml@^0.0.78:
10135-
version "0.0.78"
10136-
resolved "https://registry.yarnpkg.com/react-native-xaml/-/react-native-xaml-0.0.78.tgz#146264bc459e1ddb645e61f0e0b69cd893d20069"
10137-
integrity sha512-JLey4nTc+JHpixGRz8V6GpdBOAEZrAU38AjdYo+3bU6OAXb7VBAAQs2P9moIda9cJlvgfhYYoHSAwW+cAcDkaA==
10134+
react-native-xaml@^0.0.80:
10135+
version "0.0.80"
10136+
resolved "https://registry.npmjs.org/react-native-xaml/-/react-native-xaml-0.0.80.tgz#1505adad9a7688ee890557a7d32d5022ad69ed7c"
10137+
integrity sha512-6YA/+Qdx5BJ+g/HU60PPC/MFnv+AluaMOkpgM8hBJ1INsX9Eq1/CW+eG64Zg/4MthzU4LargZQUudTOdBKQdiA==
1013810138
dependencies:
10139-
"@types/react" "*"
10139+
"@types/react" "^19.0.0"
1014010140

1014110141
1014210142
version "0.80.0-nightly-20250331-398ac1f71"

0 commit comments

Comments
 (0)