Skip to content

Commit

Permalink
chore(deps): update devdependency @types/jest to ^29.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2023
1 parent 1df2661 commit 0bff28c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nuxt/types": "2.x",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/jest": "^29.4.0",
"@types/jest": "^29.4.1",
"@vue/composition-api": "^1.7.1",
"codecov": "^3.8.3",
"eslint": "^8.36.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2638,10 +2638,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^29.4.0":
version "29.4.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.0.tgz#a8444ad1704493e84dbf07bb05990b275b3b9206"
integrity sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==
"@types/jest@^29.4.1":
version "29.4.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.1.tgz#d76cbd07e5a24c0f4e86c2c0f9ed9e4ed33af3c8"
integrity sha512-zDQSWXG+ZkEvs2zFFMszePhx4euKz+Yt3Gg1P+RHjfJBinTTr6L2DEyovO4V/WrKXuF0Dgn56GWGZPDa6TW9eQ==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
Expand Down

0 comments on commit 0bff28c

Please sign in to comment.