Skip to content

Commit

Permalink
Update dependency @types/jest to v29.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent 9869176 commit 7cff616
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.4.3",
"@types/jest": "29.4.4",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
Expand Down
8 changes: 4 additions & 4 deletions test-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2002,10 +2002,10 @@
expect "^29.0.0"
pretty-format "^29.0.0"

"@types/jest@29.4.3":
version "29.4.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.3.tgz#2575bf579815e647f5a6c0f2267d2b142aa72619"
integrity sha512-rQ+fXtBHSDfgoTwGLLNuZ27fHpp14mCZSxGUZ3MlNExwJno5hz0uXEWtXfQlE8vaZmYAa6atbR9rpHk+NnlRaw==
"@types/jest@29.4.4":
version "29.4.4"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.4.tgz#ba257bd7b1876dec9e0b4fb82fa60eec5505e5f1"
integrity sha512-qezb65VIH7X1wobSnd6Lvdve7PXSyQRa3dljTkhTtDhi603RvHQCshSlJcuyMLHJpeHgY3NKwvDJWxMOOHxGDQ==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
Expand Down

0 comments on commit 7cff616

Please sign in to comment.