Update typed-error to fix some TS complaints

Signed-off-by: Tim Perry <tim@resin.io>
This commit is contained in:
Tim Perry 2018-07-31 21:44:48 +02:00
parent d5fd5f5f2d
commit d8aaccf80c
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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",