Skip to content

Commit 59c5be2

Browse files
committed
inline latest version code
1 parent 2e8e242 commit 59c5be2

File tree

6 files changed

+952
-93
lines changed

6 files changed

+952
-93
lines changed

bun.lock

Lines changed: 6 additions & 63 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -35,7 +35,7 @@
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",
@@ -46,6 +46,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",
@@ -55,6 +56,7 @@
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",
@@ -82,8 +84,5 @@
8284
"trustedDependencies": [
8385
"@biomejs/biome",
8486
"@swc/core"
85-
],
86-
"patchedDependencies": {
87-
"@badisi/[email protected]": "patches/@badisi%[email protected]"
88-
}
87+
]
8988
}

patches/@badisi%[email protected]

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import pkg from '../../package.json';
55
import AppInfoParser from './app-info-parser';
66
import semverSatisfies from 'semver/functions/satisfies';
77
import chalk from 'chalk';
8-
import latestVersion from '@badisi/latest-version';
8+
import latestVersion from '../utils/latest-version';
99
import { checkPlugins } from './check-plugin';
1010

1111
import { read } from 'read';

0 commit comments

Comments
 (0)