Update dependency @types/jest to v28 (#252)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-06-14 16:46:04 +02:00
committed by GitHub
parent 885a4e3c13
commit 12ed0d0f30
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
}, },
"devDependencies": { "devDependencies": {
"@testing-library/vue": "6.6.0", "@testing-library/vue": "6.6.0",
"@types/jest": "27.5.2", "@types/jest": "28.1.1",
"@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.28.0", "@typescript-eslint/eslint-plugin": "5.28.0",

View File

@@ -1513,10 +1513,10 @@
"@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*" "@types/istanbul-lib-report" "*"
"@types/jest@27.5.2": "@types/jest@28.1.1":
version "27.5.2" version "28.1.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.1.tgz#8c9ba63702a11f8c386ee211280e8b68cb093cd1"
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA== integrity sha512-C2p7yqleUKtCkVjlOur9BWVA4HgUQmEj/HWCt5WzZ5mLXrWnyIfl0wGuArc+kBXsy0ZZfLp+7dywB4HtSVYGVA==
dependencies: dependencies:
jest-matcher-utils "^27.0.0" jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0" pretty-format "^27.0.0"