File tree Expand file tree Collapse file tree 3 files changed +12
-591
lines changed Expand file tree Collapse file tree 3 files changed +12
-591
lines changed Original file line number Diff line number Diff line change 123
123
"simple-git" : " ^3.19.0" ,
124
124
"socket.io-client" : " ^4.7.4" ,
125
125
"source-map-support" : " ^0.5.21" ,
126
- "supports-color" : " ^9.4.0" ,
127
126
"terminal-link" : " ^3.0.0" ,
128
127
"tiny-invariant" : " ^1.2.0" ,
129
128
"tsconfig-paths" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 1
1
import { spinner } from "@clack/prompts" ;
2
2
import chalk from "chalk" ;
3
- import supportsColor from "supports-color" ;
4
3
import type { Result } from "update-check" ;
5
4
import checkForUpdate from "update-check" ;
6
5
import pkg from "../../package.json" ;
@@ -52,7 +51,7 @@ export async function printStandloneInitialBanner(performUpdateCheck = true) {
52
51
}
53
52
}
54
53
55
- logger . log ( text + "\n" + ( supportsColor . stdout ? chalkGrey ( "-" . repeat ( 54 ) ) : "-" . repeat ( 54 ) ) ) ;
54
+ logger . log ( text + "\n" + chalkGrey ( "-" . repeat ( 54 ) ) ) ;
56
55
}
57
56
58
57
export function printDevBanner ( ) {
You can’t perform that action at this time.
0 commit comments