diff --git a/types/expect-puppeteer/index.d.ts b/types/expect-puppeteer/index.d.ts index 689e607b17b2d2..84913e6fac606c 100644 --- a/types/expect-puppeteer/index.d.ts +++ b/types/expect-puppeteer/index.d.ts @@ -4,7 +4,7 @@ // Tanguy Krotoff // Jason Mong // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 /// diff --git a/types/frisby/index.d.ts b/types/frisby/index.d.ts index bf9f21dd5541b3..de0351d8b27854 100644 --- a/types/frisby/index.d.ts +++ b/types/frisby/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Christopher E. Woodland // Johnny Li // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 /// diff --git a/types/jest-axe/index.d.ts b/types/jest-axe/index.d.ts index 4757c319c2d5e1..bd6c799be439c8 100644 --- a/types/jest-axe/index.d.ts +++ b/types/jest-axe/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Josh Goldberg // erbridge // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 /// diff --git a/types/jest-image-snapshot/index.d.ts b/types/jest-image-snapshot/index.d.ts index c516c35a2286a4..e28a4ce4a9ae97 100644 --- a/types/jest-image-snapshot/index.d.ts +++ b/types/jest-image-snapshot/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Janeene Beeforth // erbridge // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 /// diff --git a/types/jest-in-case/index.d.ts b/types/jest-in-case/index.d.ts index 9762bc39d3ba6d..829e56d67b0db5 100644 --- a/types/jest-in-case/index.d.ts +++ b/types/jest-in-case/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/thinkmill/jest-in-case#readme // Definitions by: Geovani de Souza // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 /// /// diff --git a/types/jest-json-schema/index.d.ts b/types/jest-json-schema/index.d.ts index 8fbcfaa8f44850..7e7bb757f72ede 100644 --- a/types/jest-json-schema/index.d.ts +++ b/types/jest-json-schema/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Igor Korolev // Matt Scheurich // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 /// import * as ajv from 'ajv'; diff --git a/types/jest-matcher-one-of/index.d.ts b/types/jest-matcher-one-of/index.d.ts index 4725d88a00c356..eb430e76c3992c 100644 --- a/types/jest-matcher-one-of/index.d.ts +++ b/types/jest-matcher-one-of/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/d4nyll/jest-matcher-one-of#readme // Definitions by: Joe Mitchard // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 /// declare namespace jest { diff --git a/types/jest-plugin-context/index.d.ts b/types/jest-plugin-context/index.d.ts index 10f486fb8e2192..ca362d8d417c13 100644 --- a/types/jest-plugin-context/index.d.ts +++ b/types/jest-plugin-context/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/negativetwelve/jest-plugins/tree/master/packages/jest-plugin-context, https://github.com/negativetwelve/jest-plugins // Definitions by: Jonas Heinrich // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 /// diff --git a/types/jest-when/index.d.ts b/types/jest-when/index.d.ts index bfb0576c2d279e..b6c59316f43d8c 100644 --- a/types/jest-when/index.d.ts +++ b/types/jest-when/index.d.ts @@ -5,7 +5,7 @@ // Gregor Stamać // Valentin Stern // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 /// diff --git a/types/jest/index.d.ts b/types/jest/index.d.ts index 5441c57c2bbaec..2bca958c8f3662 100644 --- a/types/jest/index.d.ts +++ b/types/jest/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Jest 25.1 +// Type definitions for Jest 25.2 // Project: https://jestjs.io/ // Definitions by: Asana (https://asana.com) // Ivo Stratev @@ -29,7 +29,7 @@ // Pawel Fajfer // Regev Brody // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 declare var beforeAll: jest.Lifecycle; declare var beforeEach: jest.Lifecycle; diff --git a/types/jest/package.json b/types/jest/package.json index 768bcf40b0ea8d..d2dd38a8831b4e 100644 --- a/types/jest/package.json +++ b/types/jest/package.json @@ -1,7 +1,7 @@ { "private": true, "dependencies": { - "jest-diff": "25.1.0", - "pretty-format": "25.1.0" + "jest-diff": "^25.2.1", + "pretty-format": "^25.2.1" } } diff --git a/types/testing-library__jest-dom/index.d.ts b/types/testing-library__jest-dom/index.d.ts index 1423238a1adc34..b734dd71e76275 100644 --- a/types/testing-library__jest-dom/index.d.ts +++ b/types/testing-library__jest-dom/index.d.ts @@ -4,7 +4,7 @@ // John Gozde // Seth Macpherson // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 /// diff --git a/types/wordpress__jest-console/index.d.ts b/types/wordpress__jest-console/index.d.ts index 247dfcb32f7b54..e2cec4005cf02c 100644 --- a/types/wordpress__jest-console/index.d.ts +++ b/types/wordpress__jest-console/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/wordpress/gutenberg/tree/master/packages/jest-console/readme.md // Definitions by: Damien Sorel // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.0 +// TypeScript Version: 3.1 ///