Skip to content

Commit

Permalink
Update dependency @types/jest to v28.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jackton1 committed Jun 21, 2022
1 parent 1d54e18 commit 52d0142
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.2.1",
"@types/jest": "28.1.2",
"@types/jest": "28.1.3",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
Expand Down
10 changes: 9 additions & 1 deletion test-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1898,14 +1898,22 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@*", "@types/jest@28.1.2":
"@types/jest@*":
version "28.1.2"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.2.tgz#c678569bb2d8e5474dd88f0851613611aeed9809"
integrity sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==
dependencies:
jest-matcher-utils "^28.0.0"
pretty-format "^28.0.0"

"@types/jest@28.1.3":
version "28.1.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.3.tgz#52f3f3e50ce59191ff5fbb1084896cc0cf30c9ce"
integrity sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==
dependencies:
jest-matcher-utils "^28.0.0"
pretty-format "^28.0.0"

"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
version "7.0.11"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
Expand Down

0 comments on commit 52d0142

Please sign in to comment.