mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
Update dependencies (#292)
* Update dependencies * Remove types which are no longer needed * Bump jslib * Revert pkg to 4.5.1 since 5.0.0 does not compile on linux. * Bump pkg-fetch in build pipeline
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as chk from 'chalk';
|
||||
import * as chalk from 'chalk';
|
||||
import * as program from 'commander';
|
||||
|
||||
import { Main } from './bw';
|
||||
@@ -18,7 +18,6 @@ import { CliUtils } from './utils';
|
||||
|
||||
import { Program } from './program';
|
||||
|
||||
const chalk = chk.default;
|
||||
const writeLn = CliUtils.writeLn;
|
||||
|
||||
export class VaultProgram extends Program {
|
||||
|
||||
Reference in New Issue
Block a user