File tree Expand file tree Collapse file tree 6 files changed +952
-93
lines changed Expand file tree Collapse file tree 6 files changed +952
-93
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-update-cli" ,
3- "version" : " 1.44.3 " ,
3+ "version" : " 1.44.5 " ,
44 "description" : " command line tool for react-native-update (remote updates for react native)" ,
55 "main" : " index.js" ,
66 "bin" : {
3535 },
3636 "homepage" : " https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli" ,
3737 "dependencies" : {
38- "@badisi/latest-version " : " ^7.0.14 " ,
38+ "@colors/colors " : " ^1.6.0 " ,
3939 "bplist-parser" : " ^0.3.2" ,
4040 "bytebuffer" : " ^5.0.1" ,
4141 "cgbi-to-png" : " ^1.0.7" ,
4646 "filesize-parser" : " ^1.5.1" ,
4747 "form-data" : " ^4.0.2" ,
4848 "fs-extra" : " 8" ,
49+ "global-dirs" : " ^4.0.0" ,
4950 "gradle-to-js" : " ^2.0.1" ,
5051 "i18next" : " ^24.2.3" ,
5152 "isomorphic-git" : " ^1.30.1" ,
5556 "progress" : " ^2.0.3" ,
5657 "properties" : " ^1.2.1" ,
5758 "read" : " ^4.1.0" ,
59+ "registry-auth-token" : " ^5.1.0" ,
5860 "semver" : " ^7.7.1" ,
5961 "tcp-ping" : " ^0.1.1" ,
6062 "tty-table" : " 4.2" ,
8284 "trustedDependencies" : [
8385 " @biomejs/biome" ,
8486 " @swc/core"
85- ],
86- "patchedDependencies" : {
87- "@badisi/latest-version@7.0.14" : " patches/@badisi%2Flatest-version@7.0.14.patch"
88- }
87+ ]
8988}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import pkg from '../../package.json';
55import AppInfoParser from './app-info-parser' ;
66import semverSatisfies from 'semver/functions/satisfies' ;
77import chalk from 'chalk' ;
8- import latestVersion from '@badisi /latest-version' ;
8+ import latestVersion from '../utils /latest-version' ;
99import { checkPlugins } from './check-plugin' ;
1010
1111import { read } from 'read' ;
You can’t perform that action at this time.
0 commit comments