Update dependency @types/jest to v27.5.0

This commit is contained in:
Renovate Bot
2022-05-03 00:37:02 +00:00
committed by renovate[bot]
parent c222674b47
commit 62f0ac2f38
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
}, },
"devDependencies": { "devDependencies": {
"@testing-library/vue": "6.5.1", "@testing-library/vue": "6.5.1",
"@types/jest": "27.4.1", "@types/jest": "27.5.0",
"@types/lodash": "4.14.182", "@types/lodash": "4.14.182",
"@types/vue-markdown": "2.2.1", "@types/vue-markdown": "2.2.1",
"@typescript-eslint/eslint-plugin": "5.21.0", "@typescript-eslint/eslint-plugin": "5.21.0",

View File

@@ -1502,10 +1502,10 @@
"@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*" "@types/istanbul-lib-report" "*"
"@types/jest@27.4.1": "@types/jest@27.5.0":
version "27.4.1" version "27.5.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.0.tgz#e04ed1824ca6b1dd0438997ba60f99a7405d4c7b"
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw== integrity sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==
dependencies: dependencies:
jest-matcher-utils "^27.0.0" jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0" pretty-format "^27.0.0"