Skip to content

Commit

Permalink
chore: update dependency @types/jest to v26.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 24, 2020
1 parent cff1979 commit f2211b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"devDependencies": {
"@lerna/project": "3.21.0",
"@types/jest": "26.0.0",
"@types/jest": "26.0.1",
"@types/node": "12.12.47",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2534,10 +2534,10 @@
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*"

"@types/jest@26.0.0":
version "26.0.0"
resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134"
integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==
"@types/jest@26.0.1":
version "26.0.1"
resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.1.tgz#78416d00499c5a9a839b937000483f7647a16cb9"
integrity sha512-KumByIAlAh/uczr7WjdKHs5cUWhwOeRnsfjI/T/tQP1xvVBSgnRPAZ8VZjp26pQmE79d+n7X1AuTUu0IWHrfWg==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
Expand Down

0 comments on commit f2211b5

Please sign in to comment.