Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 2e23874

Browse files
authored
Merge pull request #339 from FileFighter/renovate/jest-monorepo
Update dependency @types/jest to v27.5.2
2 parents 4720cec + 6157995 commit 2e23874

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@testing-library/react": "12.1.5",
6060
"@testing-library/user-event": "13.5.0",
6161
"@types/bootstrap": "5.0.17",
62-
"@types/jest": "27.4.1",
62+
"@types/jest": "27.5.2",
6363
"@types/node": "17.0.18",
6464
"@types/react": "17.0.48",
6565
"@types/react-bootstrap": "0.32.30",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3353,14 +3353,22 @@
33533353
dependencies:
33543354
"@types/jest" "*"
33553355

3356-
"@types/jest@*", "@types/[email protected]":
3356+
"@types/jest@*":
33573357
version "27.4.1"
33583358
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
33593359
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
33603360
dependencies:
33613361
jest-matcher-utils "^27.0.0"
33623362
pretty-format "^27.0.0"
33633363

3364+
3365+
version "27.5.2"
3366+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c"
3367+
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==
3368+
dependencies:
3369+
jest-matcher-utils "^27.0.0"
3370+
pretty-format "^27.0.0"
3371+
33643372
"@types/jest@^26.0.16":
33653373
version "26.0.24"
33663374
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"

0 commit comments

Comments
 (0)