Skip to content

Commit

Permalink
Merge pull request #283 from kitsuyui/renovate/jest-monorepo
Browse files Browse the repository at this point in the history
Update dependency @types/jest to v28.1.8
  • Loading branch information
kitsuyui authored Aug 25, 2022
2 parents bc9ad47 + a4fd707 commit 087dbcd
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 @@ -25,7 +25,7 @@
"@swc/core": "1.2.242",
"@swc/jest": "0.2.22",
"@types/cheerio": "0.22.31",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "18.0.3",
"@types/yargs": "17.0.11",
"@typescript-eslint/eslint-plugin": "5.35.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -875,10 +875,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@28.1.7":
version "28.1.7"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.7.tgz#a680c5d05b69634c2d54a63cb106d7fb1adaba16"
integrity sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==
"@types/jest@28.1.8":
version "28.1.8"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.8.tgz#6936409f3c9724ea431efd412ea0238a0f03b09b"
integrity sha512-8TJkV++s7B6XqnDrzR1m/TT0A0h948Pnl/097veySPN67VRAgQ4gZ7n2KfJo2rVq6njQjdxU3GCCyDvAeuHoiw==
dependencies:
expect "^28.0.0"
pretty-format "^28.0.0"
Expand Down

0 comments on commit 087dbcd

Please sign in to comment.