Skip to content

Commit 2a73e97

Browse files
Update dependency @types/jest to v26 (#43)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 25fb56a commit 2a73e97

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
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@types/enzyme": "3.10.5",
2626
"@types/enzyme-adapter-react-16": "1.0.6",
27-
"@types/jest": "25.2.1",
27+
"@types/jest": "26.0.0",
2828
"@typescript-eslint/eslint-plugin": "2.32.0",
2929
"@typescript-eslint/parser": "2.32.0",
3030
"enzyme": "3.11.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -966,10 +966,10 @@
966966
"@types/istanbul-lib-coverage" "*"
967967
"@types/istanbul-lib-report" "*"
968968

969-
"@types/jest@25.2.1":
970-
version "25.2.1"
971-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5"
972-
integrity sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA==
969+
"@types/jest@26.0.0":
970+
version "26.0.0"
971+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
972+
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
973973
dependencies:
974974
jest-diff "^25.2.1"
975975
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)