Skip to content

Commit 8075db6

Browse files
chore(deps): update dependency @types/jest to v26 (#62)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0e202c1 commit 8075db6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@rollup/plugin-commonjs": "^13.0.0",
3131
"@rollup/plugin-node-resolve": "^8.0.0",
3232
"@rollup/plugin-replace": "^2.3.0",
33-
"@types/jest": "^25.0.0",
33+
"@types/jest": "^26.0.0",
3434
"@typescript-eslint/eslint-plugin": "^3.0.0",
3535
"@typescript-eslint/parser": "^3.0.0",
3636
"@typescript-eslint/typescript-estree": "^3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,10 @@
841841
"@types/istanbul-lib-coverage" "*"
842842
"@types/istanbul-lib-report" "*"
843843

844-
"@types/jest@^25.0.0":
845-
version "25.2.1"
846-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5"
847-
integrity sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA==
844+
"@types/jest@^26.0.0":
845+
version "26.0.0"
846+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
847+
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
848848
dependencies:
849849
jest-diff "^25.2.1"
850850
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)