1
0
mirror of https://gitcode.com/github-mirrors/react-native-update-cli.git synced 2025-11-24 09:13:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

inline latest version code

This commit is contained in:
sunnylqm
2025-05-07 14:51:32 +08:00
parent 2e8e242e75
commit 59c5be2719
6 changed files with 952 additions and 93 deletions

View File

@@ -5,7 +5,7 @@ import pkg from '../../package.json';
import AppInfoParser from './app-info-parser';
import semverSatisfies from 'semver/functions/satisfies';
import chalk from 'chalk';
import latestVersion from '@badisi/latest-version';
import latestVersion from '../utils/latest-version';
import { checkPlugins } from './check-plugin';
import { read } from 'read';