Home
last modified time | relevance | path

Searched refs:targetVersion (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/commands/
H A DUpdateProjectTemplates.ts66 const targetVersion = resolveTargetVersionRange( constant
72 if (targetVersion) {
73 if (targetVersion === currentVersion) {
76 `Current version ${chalk.cyan(targetVersion)} of ${chalk.blue(
85 )} to ${chalk.cyan(targetVersion)}...`
87 packageJson[dependencyKey][dependencyName] = targetVersion;