Update dependency @types/jest to v28.1.5

This commit is contained in:
renovate[bot]
2022-07-13 02:20:04 +00:00
parent 42d4d68320
commit eb373c3773
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": "28.1.4", "@types/jest": "28.1.5",
"@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.30.6", "@typescript-eslint/eslint-plugin": "5.30.6",

View File

@@ -1531,10 +1531,10 @@
"@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*" "@types/istanbul-lib-report" "*"
"@types/jest@28.1.4": "@types/jest@28.1.5":
version "28.1.4" version "28.1.5"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.4.tgz#a11ee6c8fd0b52c19c9c18138b78bbcc201dad5a" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.5.tgz#4337404efa059adbf96c4ac53b28fdc0af514475"
integrity sha512-telv6G5N7zRJiLcI3Rs3o+ipZ28EnE+7EvF0pSrt2pZOMnAVI/f+6/LucDxOvcBcTeTL3JMF744BbVQAVBUQRA== integrity sha512-TLAC2zXxGnohSP3GxgIyJn7yrTeRPDEyVFyCY1NE2wzg392auI+69uk5EPGjUXuhkq/K208J/TWpLG7J8ebIEQ==
dependencies: dependencies:
jest-matcher-utils "^28.0.0" jest-matcher-utils "^28.0.0"
pretty-format "^28.0.0" pretty-format "^28.0.0"