Skip to content

Commit 9928a87

Browse files
Merge f1fef7c into 8722a9a
2 parents 8722a9a + f1fef7c commit 9928a87

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@stryker-mutator/typescript": "2.5.0",
4444
"@testing-library/jest-dom": "5.0.2",
4545
"@testing-library/react": "9.4.0",
46-
"@types/jest": "24.9.0",
46+
"@types/jest": "24.9.1",
4747
"@types/lodash": "4.14.149",
4848
"@types/react": "16.9.17",
4949
"@types/react-dom": "16.9.5",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,13 +1471,20 @@
14711471
"@types/istanbul-lib-coverage" "*"
14721472
"@types/istanbul-lib-report" "*"
14731473

1474-
"@types/jest@*", "@types/jest@24.9.0":
1474+
"@types/jest@*":
14751475
version "24.9.0"
14761476
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.9.0.tgz#78c6991cd1734cf0d390be24875e310bb0a9fb74"
14771477
integrity sha512-dXvuABY9nM1xgsXlOtLQXJKdacxZJd7AtvLsKZ/0b57ruMXDKCOXAC/M75GbllQX6o1pcZ5hAG4JzYy7Z/wM2w==
14781478
dependencies:
14791479
jest-diff "^24.3.0"
14801480

1481+
"@types/jest@24.9.1":
1482+
version "24.9.1"
1483+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.9.1.tgz#02baf9573c78f1b9974a5f36778b366aa77bd534"
1484+
integrity sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q==
1485+
dependencies:
1486+
jest-diff "^24.3.0"
1487+
14811488
"@types/json-schema@^7.0.3":
14821489
version "7.0.3"
14831490
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"

0 commit comments

Comments
 (0)