Skip to content

Commit 271e409

Browse files
committed
fix(deps): pin dependency @types/jest to v26.0.24
1 parent bd6f479 commit 271e409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@testing-library/jest-dom": "^5.11.9",
99
"@testing-library/react": "^11.2.5",
1010
"@testing-library/user-event": "^12.6.3",
11-
"@types/jest": "^26.0.20",
11+
"@types/jest": "26.0.24",
1212
"@types/node": "^12.19.15",
1313
"@types/react": "^16.14.3",
1414
"@types/react-dom": "^16.9.10",

example/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@
18091809
jest-diff "^27.0.0"
18101810
pretty-format "^27.0.0"
18111811

1812-
"@types/jest@^26.0.20":
1812+
"@types/[email protected].24":
18131813
version "26.0.24"
18141814
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
18151815
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==

0 commit comments

Comments
 (0)