Skip to content

Commit

Permalink
Update dependency @types/jest to v28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 3, 2022
1 parent 5752d97 commit dfec8c3
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 @@ -50,7 +50,7 @@
"testEnvironment": "node"
},
"devDependencies": {
"@types/jest": "^27.0.0",
"@types/jest": "^28.0.0",
"@types/minimist": "^1.2.0",
"coveralls": "^3.0.3",
"jest": "^28.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -838,10 +838,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^27.0.0":
version "27.4.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
"@types/jest@^28.0.0":
version "28.1.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.0.tgz#6107d7f8cf46d994e4de23e11f873d61bafe5573"
integrity sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==
dependencies:
jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0"
Expand Down

0 comments on commit dfec8c3

Please sign in to comment.