1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-10-08 03:25:15 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update version to 1.45.4, add dryRun option in cli.json and versions.ts, and enhance localization for dryRun messages

This commit is contained in:
sunnylqm
2025-05-16 09:32:46 +08:00
parent 848f528625
commit 3266f09644
5 changed files with 26 additions and 9 deletions

View File

@@ -129,4 +129,5 @@ This can reduce the risk of inconsistent dependencies and supply chain attacks.
versionMetaInfoQuestion: 'Enter custom meta info:',
updateNativePackageQuestion: 'Bind to native package now?(Y/N)',
unnamed: '(Unnamed)',
dryRun: 'Below is the dry-run result, no actual operation will be performed:',
};