Skip to content

Commit

Permalink
Update dependency @types/jest to v28.1.7 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 22, 2022
1 parent 6bcb298 commit 6e4264e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
21 changes: 10 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-email": "^1.0.3"
},
"devDependencies": {
"@types/jest": "28.1.6",
"@types/jest": "28.1.7",
"@types/node": "18.6.4",
"@types/react": "18.0.17",
"axios-mock-adapter": "1.21.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -617,12 +617,12 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@28.1.6":
version "28.1.6"
resolved "https://registry.npmjs.org/@types/jest/-/jest-28.1.6.tgz"
integrity sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==
"@types/jest@28.1.7":
version "28.1.7"
resolved "https://registry.npmjs.org/@types/jest/-/jest-28.1.7.tgz"
integrity sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==
dependencies:
jest-matcher-utils "^28.0.0"
expect "^28.0.0"
pretty-format "^28.0.0"

"@types/node@*", "@types/node@18.6.4":
Expand Down Expand Up @@ -1115,7 +1115,7 @@ exit@^0.1.2:
resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==

expect@^28.1.3:
expect@^28.0.0, expect@^28.1.3:
version "28.1.3"
resolved "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz"
integrity sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==
Expand Down Expand Up @@ -1551,7 +1551,7 @@ jest-leak-detector@^28.1.3:
jest-get-type "^28.0.2"
pretty-format "^28.1.3"

jest-matcher-utils@^28.0.0, jest-matcher-utils@^28.1.3:
jest-matcher-utils@^28.1.3:
version "28.1.3"
resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-28.1.3.tgz"
integrity sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==
Expand Down

0 comments on commit 6e4264e

Please sign in to comment.