Skip to content

Commit 74fc5bd

Browse files
renovate[bot]jackton1
authored andcommitted
fix(deps): update dependency @types/jest to v29.2.3
1 parent 8a5a5aa commit 74fc5bd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@testing-library/jest-dom": "5.16.5",
77
"@testing-library/react": "13.4.0",
88
"@testing-library/user-event": "14.4.3",
9-
"@types/jest": "29.2.2",
9+
"@types/jest": "29.2.3",
1010
"@types/node": "18.11.9",
1111
"@types/react": "18.0.25",
1212
"@types/react-dom": "18.0.9",

test-app/yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1955,14 +1955,22 @@
19551955
dependencies:
19561956
"@types/istanbul-lib-report" "*"
19571957

1958-
"@types/jest@*", "@types/[email protected]":
1958+
"@types/jest@*":
19591959
version "29.2.2"
19601960
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.2.tgz#874e7dc6702fa6a3fe6107792aa98636dcc480b4"
19611961
integrity sha512-og1wAmdxKoS71K2ZwSVqWPX6OVn3ihZ6ZT2qvZvZQm90lJVDyXIjYcu4Khx2CNIeaFv12rOU/YObOsI3VOkzog==
19621962
dependencies:
19631963
expect "^29.0.0"
19641964
pretty-format "^29.0.0"
19651965

1966+
1967+
version "29.2.3"
1968+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.3.tgz#f5fd88e43e5a9e4221ca361e23790d48fcf0a211"
1969+
integrity sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==
1970+
dependencies:
1971+
expect "^29.0.0"
1972+
pretty-format "^29.0.0"
1973+
19661974
"@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":
19671975
version "7.0.11"
19681976
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"

0 commit comments

Comments
 (0)