mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
Update typed-error to fix some TS complaints
Signed-off-by: Tim Perry <tim@resin.io>
This commit is contained in:
parent
d5fd5f5f2d
commit
d8aaccf80c
@ -1,6 +1,6 @@
|
|||||||
import { spawn } from 'child_process';
|
import { spawn } from 'child_process';
|
||||||
import * as Bluebird from 'bluebird';
|
import * as Bluebird from 'bluebird';
|
||||||
import TypedError = require('typed-error');
|
import { TypedError } from 'typed-error';
|
||||||
|
|
||||||
import { getSubShellCommand } from './helpers';
|
import { getSubShellCommand } from './helpers';
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@
|
|||||||
"tar-stream": "^1.5.5",
|
"tar-stream": "^1.5.5",
|
||||||
"through2": "^2.0.3",
|
"through2": "^2.0.3",
|
||||||
"tmp": "0.0.31",
|
"tmp": "0.0.31",
|
||||||
"typed-error": "^2.0.0",
|
"typed-error": "^3.0.0",
|
||||||
"umount": "^1.1.6",
|
"umount": "^1.1.6",
|
||||||
"unzip2": "^0.2.5",
|
"unzip2": "^0.2.5",
|
||||||
"update-notifier": "^2.2.0",
|
"update-notifier": "^2.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user