Skip to content

Commit 5be34ec

Browse files
chore: update dependency @types/jest to v26.0.10 (#2064)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7b7f9a8 commit 5be34ec

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"devDependencies": {
8080
"@lerna/project": "3.21.0",
81-
"@types/jest": "26.0.9",
81+
"@types/jest": "26.0.10",
8282
"@types/node": "12.12.54",
8383
"@typescript-eslint/eslint-plugin": "^3.0.0",
8484
"@typescript-eslint/parser": "^3.0.0",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2517,7 +2517,15 @@
25172517
"@types/istanbul-lib-coverage" "*"
25182518
"@types/istanbul-lib-report" "*"
25192519

2520-
2520+
2521+
version "26.0.10"
2522+
resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607"
2523+
integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==
2524+
dependencies:
2525+
jest-diff "^25.2.1"
2526+
pretty-format "^25.2.1"
2527+
2528+
25212529
version "26.0.9"
25222530
resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989"
25232531
integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==

0 commit comments

Comments
 (0)