Skip to content

Commit

Permalink
chore: update dependency @types/jest to v26.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 24, 2020
1 parent cff1979 commit f317c5f
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.2",
"@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.2":
version "26.0.2"
resolved "https://registry.npmjs.org/@types/jest/-/jest-26.0.2.tgz#536dbf34e8dcb41ba4f5b3eeb2cad4e6d28a39d9"
integrity sha512-rJB5DZm6q6kILGvQVxMRXOteoMjvA10UlGDf7+hM6pcMiWQiTgxaPXKC+kYCTAdBe9y33O+n3WZ8dzvBKOTSmA==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
Expand Down

0 comments on commit f317c5f

Please sign in to comment.