Update jest types
This commit is contained in:
parent
9eedc704b5
commit
0762ace5ac
3 changed files with 9 additions and 7 deletions
|
@ -14828,7 +14828,7 @@ Copyright (c) Microsoft Corporation.
|
||||||
Copyright (c) Microsoft Corporation.
|
Copyright (c) Microsoft Corporation.
|
||||||
** @types/istanbul-lib-report; version 3.0.0 --
|
** @types/istanbul-lib-report; version 3.0.0 --
|
||||||
Copyright (c) Microsoft Corporation.
|
Copyright (c) Microsoft Corporation.
|
||||||
** @types/jest; version 22.2.3 --
|
** @types/jest; version 24.9.1 --
|
||||||
Copyright (c) Microsoft Corporation.
|
Copyright (c) Microsoft Corporation.
|
||||||
** @types/jsdom; version 11.12.0 --
|
** @types/jsdom; version 11.12.0 --
|
||||||
Copyright (c) Microsoft Corporation.
|
Copyright (c) Microsoft Corporation.
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
"@types/enzyme-to-json": "^1.5.1",
|
"@types/enzyme-to-json": "^1.5.1",
|
||||||
"@types/es6-promise": "^3.3.0",
|
"@types/es6-promise": "^3.3.0",
|
||||||
"@types/hoist-non-react-statics": "^3.3.1",
|
"@types/hoist-non-react-statics": "^3.3.1",
|
||||||
"@types/jest": "^22.2.2",
|
"@types/jest": "^24",
|
||||||
"@types/jquery": "^3.3.1",
|
"@types/jquery": "^3.3.1",
|
||||||
"@types/jsdom": "^11.0.4",
|
"@types/jsdom": "^11.0.4",
|
||||||
"@types/lodash": "^4.14.106",
|
"@types/lodash": "^4.14.106",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -2827,10 +2827,12 @@
|
||||||
"@types/istanbul-lib-coverage" "*"
|
"@types/istanbul-lib-coverage" "*"
|
||||||
"@types/istanbul-lib-report" "*"
|
"@types/istanbul-lib-report" "*"
|
||||||
|
|
||||||
"@types/jest@^22.2.2":
|
"@types/jest@^24":
|
||||||
version "22.2.3"
|
version "24.9.1"
|
||||||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-22.2.3.tgz#0157c0316dc3722c43a7b71de3fdf3acbccef10d"
|
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.9.1.tgz#02baf9573c78f1b9974a5f36778b366aa77bd534"
|
||||||
integrity sha512-e74sM9W/4qqWB6D4TWV9FQk0WoHtX1X4FJpbjxucMSVJHtFjbQOH3H6yp+xno4br0AKG0wz/kPtaN599GUOvAg==
|
integrity sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q==
|
||||||
|
dependencies:
|
||||||
|
jest-diff "^24.3.0"
|
||||||
|
|
||||||
"@types/jquery@^3.3.1":
|
"@types/jquery@^3.3.1":
|
||||||
version "3.3.38"
|
version "3.3.38"
|
||||||
|
@ -8824,7 +8826,7 @@ jest-config@^24.9.0:
|
||||||
pretty-format "^24.9.0"
|
pretty-format "^24.9.0"
|
||||||
realpath-native "^1.1.0"
|
realpath-native "^1.1.0"
|
||||||
|
|
||||||
jest-diff@^24.9.0:
|
jest-diff@^24.3.0, jest-diff@^24.9.0:
|
||||||
version "24.9.0"
|
version "24.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
|
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
|
||||||
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==
|
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==
|
||||||
|
|
Loading…
Reference in a new issue