Update dependency @types/jest to v27 (#650)

Reviewed-on: vikunja/frontend#650
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate 2021-08-10 22:20:38 +00:00 committed by konrad
parent f9529f605c
commit 328c172d40
2 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/vue-fontawesome": "2.0.2",
"@types/jest": "26.0.24",
"@types/jest": "27.0.0",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
"@vue/babel-preset-app": "4.5.13",

View File

@ -1497,10 +1497,10 @@
dependencies:
"@types/istanbul-lib-report" "*"
"@types/jest@26.0.24":
version "26.0.24"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
"@types/jest@27.0.0":
version "27.0.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.0.tgz#f1c28f741371739c7cd0e8edb5ed8e67acfa6c35"
integrity sha512-IlpQZVpxufe+3qPaAqEoSPHVSxnJh1cf0BqqWHJeKiAUbwnHdmNzjP3ZCWSZSTbmAGXQPNk9QmM3Bif0pR54rg==
dependencies:
jest-diff "^26.0.0"
pretty-format "^26.0.0"