Skip to content

Commit cdd7db0

Browse files
fix(deps): update dependency @types/jest to v29.5.13
1 parent dbead6b commit cdd7db0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@testing-library/jest-dom": "5.16.5",
88
"@testing-library/react": "14.0.0",
99
"@testing-library/user-event": "14.4.3",
10-
"@types/jest": "29.5.5",
10+
"@types/jest": "29.5.13",
1111
"@types/node": "18.18.1",
1212
"@types/react": "18.2.23",
1313
"@types/react-dom": "18.2.8",

yarn.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -2206,14 +2206,22 @@
22062206
dependencies:
22072207
"@types/istanbul-lib-report" "*"
22082208

2209-
"@types/jest@*", "@types/[email protected]":
2209+
"@types/jest@*":
22102210
version "29.5.5"
22112211
resolved "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz"
22122212
integrity sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==
22132213
dependencies:
22142214
expect "^29.0.0"
22152215
pretty-format "^29.0.0"
22162216

2217+
2218+
version "29.5.13"
2219+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
2220+
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
2221+
dependencies:
2222+
expect "^29.0.0"
2223+
pretty-format "^29.0.0"
2224+
22172225
"@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":
22182226
version "7.0.11"
22192227
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz"

0 commit comments

Comments
 (0)