Skip to content

Commit 98bc206

Browse files
fix(deps): update dependency @types/jest to ^29.5.13
1 parent 8e8cd5b commit 98bc206

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/classnames": "^2.3.1",
3939
"@types/combokeys": "^2.4.9",
4040
"@types/debug": "^4.1.12",
41-
"@types/jest": "^29.5.12",
41+
"@types/jest": "^29.5.13",
4242
"@types/lodash.debounce": "^4.0.9",
4343
"@types/lodash.groupby": "^4.6.9",
4444
"@types/lodash.keyby": "^4.6.9",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3454,10 +3454,10 @@
34543454
dependencies:
34553455
"@types/istanbul-lib-report" "*"
34563456

3457-
"@types/jest@^29.5.12":
3458-
version "29.5.12"
3459-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
3460-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
3457+
"@types/jest@^29.5.13":
3458+
version "29.5.13"
3459+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
3460+
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
34613461
dependencies:
34623462
expect "^29.0.0"
34633463
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)