Update dependency @types/jest to v27.5.2 (#237)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-06-14 01:20:59 +02:00
committed by GitHub
parent 1a3c690f79
commit a91fd8cccd
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.5.1", "@types/jest": "27.5.2",
"@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.26.0", "@typescript-eslint/eslint-plugin": "5.26.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.1": "@types/jest@27.5.2":
version "27.5.1" version "27.5.2"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.1.tgz#2c8b6dc6ff85c33bcd07d0b62cb3d19ddfdb3ab9" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c"
integrity sha512-fUy7YRpT+rHXto1YlL+J9rs0uLGyiqVt3ZOTQR+4ROc47yNl8WLdVLgUloBRhOxP1PZvguHl44T3H0wAWxahYQ== integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==
dependencies: dependencies:
jest-matcher-utils "^27.0.0" jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0" pretty-format "^27.0.0"