Update TypeScript version dependency in 'mock-knex'. (#21384)

* Update TypeScript version dependency in 'mock-knex'.

* Account for 'promise-retry'.

* Add 'x-ray' too.
This commit is contained in:
Daniel Rosenwasser
2017-11-09 14:06:59 -08:00
committed by Andy
parent 26029b37d9
commit df0fabe13b
3 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
// Project: https://github.com/colonyamerican/mock-knex
// Definitions by: Jesse Zhang <https://github.com/jessezhang91>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
// TypeScript Version: 2.3
/// <reference types="node" />

View File

@@ -2,6 +2,7 @@
// Project: https://github.com/IndigoUnited/node-promise-retry
// Definitions by: Jamie Birch <https://github.com/shirakaba>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import { WrapOptions } from "retry";
/**

View File

@@ -2,6 +2,7 @@
// Project: https://github.com/lapwinglabs/x-ray#readme
// Definitions by: Matt Traynham <https://github.com/mtraynham>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="node" />