Skip to content

Commit 07d9e76

Browse files
authored
chore: remove log-symbols from the list of deps (#1144)
1 parent 45face5 commit 07d9e76

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

‎components/git/v8.js‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import path from 'node:path';
22

3-
import logSymbols from 'log-symbols';
4-
53
import { minor, major, backport, deps } from '../../lib/update-v8/index.js';
64
import { defaultBaseDir } from '../../lib/update-v8/constants.js';
75
import { checkCwd } from '../../lib/update-v8/common.js';
86
import { forceRunAsync } from '../../lib/run.js';
7+
import { error } from '../../lib/figures.js';
98

109
export const command = 'v8 [major|minor|backport|deps]';
1110
export const describe = 'Update or patch the V8 engine';
@@ -154,7 +153,7 @@ export function handler(argv) {
154153
})
155154
.catch((err) => {
156155
console.error(
157-
logSymbols.error,
156+
error,
158157
options.verbose ? err.stack : err.message
159158
);
160159
process.exitCode = 1;

‎package-lock.json‎

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"js-yaml": "^5.2.1",
5050
"listr2": "^9.0.5",
5151
"lodash": "^4.17.21",
52-
"log-symbols": "^7.0.0",
5352
"ora": "^9.0.0",
5453
"replace-in-file": "^8.3.0",
5554
"semver": "^7.7.1",

0 commit comments

Comments
 (0)