Skip to content

Commit 788cdc9

Browse files
fix(deps): update dependency @types/jest to v29
1 parent b18fcc0 commit 788cdc9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+1-1
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": "13.5.0",
9-
"@types/jest": "27.5.2",
9+
"@types/jest": "29.5.6",
1010
"@types/node": "16.11.68",
1111
"@types/react": "18.0.21",
1212
"@types/react-dom": "18.0.6",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1965,13 +1965,13 @@
19651965
expect "^29.0.0"
19661966
pretty-format "^29.0.0"
19671967

1968-
"@types/jest@27.5.2":
1969-
version "27.5.2"
1970-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c"
1971-
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==
1968+
"@types/jest@29.5.6":
1969+
version "29.5.6"
1970+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.6.tgz#f4cf7ef1b5b0bfc1aa744e41b24d9cc52533130b"
1971+
integrity sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w==
19721972
dependencies:
1973-
jest-matcher-utils "^27.0.0"
1974-
pretty-format "^27.0.0"
1973+
expect "^29.0.0"
1974+
pretty-format "^29.0.0"
19751975

19761976
"@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":
19771977
version "7.0.11"
@@ -5470,7 +5470,7 @@ jest-leak-detector@^27.5.1:
54705470
jest-get-type "^27.5.1"
54715471
pretty-format "^27.5.1"
54725472

5473-
jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1:
5473+
jest-matcher-utils@^27.5.1:
54745474
version "27.5.1"
54755475
resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
54765476
integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==
@@ -7222,7 +7222,7 @@ pretty-error@^4.0.0:
72227222
lodash "^4.17.20"
72237223
renderkid "^3.0.0"
72247224

7225-
pretty-format@^27.0.0, pretty-format@^27.0.2, pretty-format@^27.5.1:
7225+
pretty-format@^27.0.2, pretty-format@^27.5.1:
72267226
version "27.5.1"
72277227
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
72287228
integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==

0 commit comments

Comments
 (0)