Skip to content

Commit ab5ded1

Browse files
authored
chore: upgrade and lock typescript at 2.9 (#153)
PR-URL: #153
1 parent fb15e88 commit ab5ded1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

core/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"sinon": "^5.0.2",
104104
"source-map-support": "^0.5.4",
105105
"through2": "^2.0.3",
106-
"typescript": "^2.8.1",
106+
"typescript": "~2.9.1",
107107
"uuid": "^3.2.1"
108108
}
109109
}

core/common/src/logger-compat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export interface CustomLevelsLoggerConfig extends LoggerConfig {
3131

3232
// tslint:disable:no-any
3333
export type CustomLevelsLogger = {
34+
[kFormat]: (...args: any[]) => string;
3435
[logLevel: string]: (...args: any[]) => CustomLevelsLogger;
3536
}&{
3637
format: (...args: any[]) => string;

0 commit comments

Comments
 (0)